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 ASMBoolean
containsKey
(StackFrame frame, ASMMap self, ASMOclAny o) static ASMBoolean
containsValue
(StackFrame frame, ASMMap self, ASMOclAny o) boolean
static ASMOclAny
get
(StackFrame frame, ASMMap self, ASMOclAny key) getKeys()
static ASMSet
getKeys
(StackFrame frame, ASMMap self) static ASMBag
getValues
(StackFrame frame, ASMMap self) int
hashCode()
static ASMMap
including
(StackFrame frame, ASMMap self, ASMOclAny key, ASMOclAny value) void
toString()
static ASMMap
union
(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, unset
Methods inherited from class org.eclipse.m2m.atl.engine.vm.nativelib.ASMNativeObject
getNativeImpl
-
Field Details
-
myType
-
-
Constructor Details
-
ASMMap
public ASMMap() -
ASMMap
-
-
Method Details