Class ASMMap
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.ASMMap
A non-OCL type. Proves useful in some transformations to establish mappings.
-
Field Summary
FieldsFields inherited from class org.eclipse.m2m.atl.engine.vm.nativelib.ASMNativeObject
nativeImpl -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ASMBooleancontainsKey(StackFrame frame, ASMMap self, ASMOclAny o) static ASMBooleancontainsValue(StackFrame frame, ASMMap self, ASMOclAny o) booleanstatic ASMOclAnyget(StackFrame frame, ASMMap self, ASMOclAny key) getKeys()static ASMSetgetKeys(StackFrame frame, ASMMap self) static ASMBaggetValues(StackFrame frame, ASMMap self) inthashCode()static ASMMapincluding(StackFrame frame, ASMMap self, ASMOclAny key, ASMOclAny value) voidtoString()static ASMMapunion(StackFrame frame, ASMMap self, ASMMap other) Methods inherited from class org.eclipse.m2m.atl.engine.vm.nativelib.ASMOclAny
asBag, asSequence, asSet, check, debug, findOperation, findOperation, get, 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
-
ASMMap
public ASMMap() -
ASMMap
-
-
Method Details