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

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

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

Subclasses of ASMCollection in org.eclipse.m2m.atl.engine.vm.nativelib
 class ASMBag
           
 class ASMOrderedSet
          This class does not compile as of now.
 class ASMSequence
           
 class ASMSet
           
 

Methods in org.eclipse.m2m.atl.engine.vm.nativelib with parameters of type ASMCollection
static ASMBag ASMCollection.asBag(StackFrame frame, ASMCollection self)
           
static ASMOrderedSet ASMCollection.asOrderedSet(StackFrame frame, ASMCollection self)
           
static ASMSequence ASMCollection.asSequence(StackFrame frame, ASMCollection self)
           
static ASMSet ASMCollection.asSet(StackFrame frame, ASMCollection self)
           
static ASMInteger ASMCollection.count(StackFrame frame, ASMCollection self, ASMOclAny object)
           
static ASMBoolean ASMCollection.excludes(StackFrame frame, ASMCollection self, ASMOclAny o)
           
static ASMBoolean ASMCollection.excludesAll(StackFrame frame, ASMCollection self, ASMCollection o)
           
static ASMBoolean ASMCollection.includes(StackFrame frame, ASMCollection self, ASMOclAny o)
           
static ASMBoolean ASMCollection.includesAll(StackFrame frame, ASMCollection self, ASMCollection o)
           
static ASMSet ASMSet.intersection(StackFrame frame, ASMSet self, ASMCollection other)
           
static ASMBoolean ASMCollection.isEmpty(StackFrame frame, ASMCollection self)
           
static ASMBoolean ASMCollection.notEmpty(StackFrame frame, ASMCollection self)
           
static ASMInteger ASMCollection.size(StackFrame frame, ASMCollection self)
           
static ASMOclAny ASMCollection.sum(StackFrame frame, ASMCollection self)
           
static ASMOrderedSet ASMOrderedSet.union(StackFrame frame, ASMOrderedSet self, ASMCollection other)
           
static ASMSequence ASMSequence.union(StackFrame frame, ASMSequence self, ASMCollection other)
           
static ASMSet ASMSet.union(StackFrame frame, ASMSet self, ASMCollection other)
           
 


Copyright 2007 IBM Corporation and others.
All Rights Reserved.