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 ASMTuple.asMap(StackFrame frame, ASMTuple self)
           
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.