Class ASMCollection
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
- Direct Known Subclasses:
ASMBag,ASMOrderedSet,ASMSequence,ASMSet
-
Field Summary
FieldsFields inherited from class org.eclipse.m2m.atl.engine.vm.nativelib.ASMNativeObject
nativeImpl -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidstatic ASMBagasBag(StackFrame frame, ASMCollection self) static ASMOrderedSetasOrderedSet(StackFrame frame, ASMCollection self) static ASMSequenceasSequence(StackFrame frame, ASMCollection self) static ASMSetasSet(StackFrame frame, ASMCollection self) abstract Collectionstatic ASMIntegercount(StackFrame frame, ASMCollection self, ASMOclAny object) static ASMBooleanexcludes(StackFrame frame, ASMCollection self, ASMOclAny o) static ASMBooleanexcludesAll(StackFrame frame, ASMCollection self, ASMCollection o) get(StackFrame frame, String name) static ASMBooleanincludes(StackFrame frame, ASMCollection self, ASMOclAny o) static ASMBooleanincludesAll(StackFrame frame, ASMCollection self, ASMCollection o) static ASMBooleanisEmpty(StackFrame frame, ASMCollection self) abstract Iteratoriterator()static ASMBooleannotEmpty(StackFrame frame, ASMCollection self) intsize()static ASMIntegersize(StackFrame frame, ASMCollection self) static ASMOclAnysum(StackFrame frame, ASMCollection self) 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, unsetMethods inherited from class org.eclipse.m2m.atl.engine.vm.nativelib.ASMNativeObject
getNativeImpl