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)
|