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 TypeMethodDescriptionvoidstatic ASMSetasSet(StackFrame frame, ASMSet self) booleanstatic ASMSetexcluding(StackFrame frame, ASMSet self, ASMOclAny o) static ASMSetflatten(StackFrame frame, ASMSet self) inthashCode()static ASMSetincluding(StackFrame frame, ASMSet self, ASMOclAny o) static ASMSetintersection(StackFrame frame, ASMSet self, ASMCollection other) iterator()static ASMSetoperatorMinus(StackFrame frame, ASMSet self, ASMSet other) static ASMSetsymetricDifference(StackFrame frame, ASMSet self, ASMSet other) toString()static ASMSetunion(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, sumMethods 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, unsetMethods 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:
addin classASMCollection
-
iterator
- Specified by:
iteratorin classASMCollection
-
collection
- Specified by:
collectionin classASMCollection
-
equals
-
hashCode
public int hashCode() -
union
-
intersection
-
operatorMinus
-
including
-
excluding
-
symetricDifference
-
flatten
-
asSet
-