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

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

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

Methods in org.eclipse.m2m.atl.engine.vm.nativelib that return ASMSet
static ASMSet ASMCollection.asSet(StackFrame frame, ASMCollection self)
           
static ASMSet ASMOclAny.asSet(StackFrame frame, ASMOclAny self)
           
static ASMSet ASMOclUndefined.asSet(StackFrame frame, ASMOclAny self)
           
static ASMSet ASMSet.asSet(StackFrame frame, ASMSet self)
           
static ASMSet ASMSet.excluding(StackFrame frame, ASMSet self, ASMOclAny o)
           
static ASMSet ASMSet.flatten(StackFrame frame, ASMSet self)
           
static ASMSet ASMMap.getKeys(StackFrame frame, ASMMap self)
           
static ASMSet ASMSet.including(StackFrame frame, ASMSet self, ASMOclAny o)
           
static ASMSet ASMSet.intersection(StackFrame frame, ASMSet self, ASMCollection other)
           
static ASMSet ASMSet.operatorMinus(StackFrame frame, ASMSet self, ASMSet other)
           
static ASMSet ASMSet.symetricDifference(StackFrame frame, ASMSet self, ASMSet other)
           
static ASMSet ASMSet.union(StackFrame frame, ASMSet self, ASMCollection other)
           
 

Methods in org.eclipse.m2m.atl.engine.vm.nativelib with parameters of type ASMSet
static ASMSet ASMSet.asSet(StackFrame frame, ASMSet self)
           
static ASMSet ASMSet.excluding(StackFrame frame, ASMSet self, ASMOclAny o)
           
static ASMSet ASMSet.flatten(StackFrame frame, ASMSet self)
           
static ASMSet ASMSet.including(StackFrame frame, ASMSet self, ASMOclAny o)
           
static ASMSet ASMSet.intersection(StackFrame frame, ASMSet self, ASMCollection other)
           
static ASMSet ASMSet.operatorMinus(StackFrame frame, ASMSet self, ASMSet other)
           
static ASMSet ASMSet.symetricDifference(StackFrame frame, ASMSet self, ASMSet other)
           
static ASMSet ASMSet.union(StackFrame frame, ASMSet self, ASMCollection other)
           
 

Constructors in org.eclipse.m2m.atl.engine.vm.nativelib with parameters of type ASMSet
ASMSet(ASMSet init)
           
 


Copyright 2007 IBM Corporation and others.
All Rights Reserved.