Uses of Class
org.eclipse.m2m.atl.engine.vm.nativelib.ASMMap

Packages that use ASMMap
org.eclipse.m2m.atl.engine.vm.nativelib This package contains the vm library. 
 

Uses of ASMMap in org.eclipse.m2m.atl.engine.vm.nativelib
 

Methods in org.eclipse.m2m.atl.engine.vm.nativelib that return ASMMap
static ASMMap ASMModule.asMap(StackFrame frame, ASMModule self)
           
static ASMMap ASMTuple.asMap(StackFrame frame, ASMTuple self)
           
static ASMMap ASMTransientLink.getSourceElements(StackFrame frame, ASMTransientLink self)
          This method allows for retrieving all source elements for this link without knowing the local variable names of the rule that created the mappings.
static ASMMap ASMTransientLink.getTargetElements(StackFrame frame, ASMTransientLink self)
          This method allows for retrieving all target elements for this link without knowing the local variable names of the rule that created the mappings.
static ASMMap ASMMap.including(StackFrame frame, ASMMap self, ASMOclAny key, ASMOclAny value)
           
static ASMMap ASMMap.union(StackFrame frame, ASMMap self, ASMMap other)
           
 

Methods in org.eclipse.m2m.atl.engine.vm.nativelib with parameters of type ASMMap
static ASMBoolean ASMMap.containsKey(StackFrame frame, ASMMap self, ASMOclAny o)
           
static ASMBoolean ASMMap.containsValue(StackFrame frame, ASMMap self, ASMOclAny o)
           
static ASMOclAny ASMMap.get(StackFrame frame, ASMMap self, ASMOclAny key)
           
static ASMSet ASMMap.getKeys(StackFrame frame, ASMMap self)
           
static ASMBag ASMMap.getValues(StackFrame frame, ASMMap self)
           
static ASMMap ASMMap.including(StackFrame frame, ASMMap self, ASMOclAny key, ASMOclAny value)
           
static ASMMap ASMMap.union(StackFrame frame, ASMMap self, ASMMap other)
           
 


Copyright 2007 IBM Corporation and others.
All Rights Reserved.