Class ASMBag
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.ASMBag
-
Field Summary
Fields inherited from class org.eclipse.m2m.atl.engine.vm.nativelib.ASMNativeObject
nativeImpl
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
static ASMBag
asBag
(StackFrame frame, ASMBag self) boolean
static ASMBag
excluding
(StackFrame frame, ASMBag self, ASMOclAny o) static ASMBag
flatten
(StackFrame frame, ASMBag self) int
hashCode()
static ASMBag
including
(StackFrame frame, ASMBag self, ASMOclAny o) iterator()
toString()
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
-
ASMBag
public ASMBag() -
ASMBag
-
ASMBag
-
-
Method Details
-
including
-
excluding
-
toString
-
add
- Specified by:
add
in classASMCollection
-
iterator
- Specified by:
iterator
in classASMCollection
-
collection
- Specified by:
collection
in classASMCollection
-
equals
-
hashCode
public int hashCode() -
asBag
-
flatten
-