Class ASMSet
java.lang.Object
org.eclipse.m2m.atl.engine.vm.nativelib.ASMNativeObject
org.eclipse.m2m.atl.engine.vm.nativelib.ASMOclAny
org.eclipse.m2m.atl.engine.vm.nativelib.ASMCollection
org.eclipse.m2m.atl.engine.vm.nativelib.ASMSet
-
Field Summary
FieldsFields inherited from class org.eclipse.m2m.atl.engine.vm.nativelib.ASMNativeObject
nativeImpl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
static ASMSet
asSet
(StackFrame frame, ASMSet self) boolean
static ASMSet
excluding
(StackFrame frame, ASMSet self, ASMOclAny o) static ASMSet
flatten
(StackFrame frame, ASMSet self) int
hashCode()
static ASMSet
including
(StackFrame frame, ASMSet self, ASMOclAny o) static ASMSet
intersection
(StackFrame frame, ASMSet self, ASMCollection other) iterator()
static ASMSet
operatorMinus
(StackFrame frame, ASMSet self, ASMSet other) static ASMSet
symetricDifference
(StackFrame frame, ASMSet self, ASMSet other) toString()
static ASMSet
union
(StackFrame frame, ASMSet self, ASMCollection other) Methods inherited from class org.eclipse.m2m.atl.engine.vm.nativelib.ASMCollection
asBag, asOrderedSet, asSequence, asSet, count, excludes, excludesAll, get, includes, includesAll, isEmpty, notEmpty, size, size, sum
Methods inherited from class org.eclipse.m2m.atl.engine.vm.nativelib.ASMOclAny
asBag, asSequence, asSet, check, debug, findOperation, findOperation, getHelper, getNamedTargetFromSource, getOclAnyType, getType, invoke, invoke, invokeSuper, isHelper, oclIsKindOf, oclIsTypeOf, oclIsUndefined, oclType, operatorEQ, operatorNE, output, refGetValue, refImmediateComposite, refImmediateComposite, refInvokeOperation, refSetValue, refUnsetValue, set, setType, toString, unset
Methods inherited from class org.eclipse.m2m.atl.engine.vm.nativelib.ASMNativeObject
getNativeImpl
-
Field Details
-
myType
-
-
Constructor Details
-
ASMSet
public ASMSet() -
ASMSet
-
ASMSet
-
-
Method Details
-
toString
-
add
- Specified by:
add
in classASMCollection
-
iterator
- Specified by:
iterator
in classASMCollection
-
collection
- Specified by:
collection
in classASMCollection
-
equals
-
hashCode
public int hashCode() -
union
-
intersection
-
operatorMinus
-
including
-
excluding
-
symetricDifference
-
flatten
-
asSet
-