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

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

Uses of ASMSequence in org.eclipse.m2m.atl.engine.vm
 

Methods in org.eclipse.m2m.atl.engine.vm that return ASMSequence
 ASMSequence StackFrame.getStack()
           
 

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

Methods in org.eclipse.m2m.atl.engine.vm.nativelib that return ASMSequence
static ASMSequence ASMSequence.append(StackFrame frame, ASMSequence self, ASMOclAny o)
           
static ASMSequence ASMCollection.asSequence(StackFrame frame, ASMCollection self)
           
static ASMSequence ASMOclAny.asSequence(StackFrame frame, ASMOclAny self)
           
static ASMSequence ASMOclUndefined.asSequence(StackFrame frame, ASMOclAny self)
           
static ASMSequence ASMOrderedSet.asSequence(StackFrame frame, ASMOrderedSet self)
           
static ASMSequence ASMSequence.asSequence(StackFrame frame, ASMSequence self)
           
static ASMSequence ASMSequence.excluding(StackFrame frame, ASMSequence self, ASMOclAny o)
           
static ASMSequence ASMSequence.flatten(StackFrame frame, ASMSequence self)
           
static ASMSequence ASMTransientLinkSet.getAllLinks(StackFrame frame, ASMTransientLinkSet self)
          This method allows for retrieving all the TransientLinks in a Sequence
static ASMSequence ASMTransientLinkSet.getLinksByRule(StackFrame frame, ASMTransientLinkSet self, ASMOclAny rule)
           
static ASMSequence ASMSequence.including(StackFrame frame, ASMSequence self, ASMOclAny o)
           
static ASMSequence ASMSequence.insertAt(StackFrame frame, ASMSequence self, ASMInteger index, ASMOclAny o)
           
static ASMSequence ASMSequence.prepend(StackFrame frame, ASMSequence self, ASMOclAny o)
           
static ASMSequence ASMString.split(StackFrame frame, ASMString self, ASMString a)
           
static ASMSequence ASMSequence.subSequence(StackFrame frame, ASMSequence self, ASMInteger lower, ASMInteger upper)
           
static ASMSequence ASMString.toSequence(StackFrame frame, ASMString self)
           
static ASMSequence ASMSequence.union(StackFrame frame, ASMSequence self, ASMCollection other)
           
 

Methods in org.eclipse.m2m.atl.engine.vm.nativelib with parameters of type ASMSequence
static ASMSequence ASMSequence.append(StackFrame frame, ASMSequence self, ASMOclAny o)
           
static ASMSequence ASMSequence.asSequence(StackFrame frame, ASMSequence self)
           
static ASMOclAny ASMSequence.at(StackFrame frame, ASMSequence self, ASMInteger i)
           
static ASMSequence ASMSequence.excluding(StackFrame frame, ASMSequence self, ASMOclAny o)
           
static ASMOclAny ASMSequence.first(StackFrame frame, ASMSequence self)
           
static ASMSequence ASMSequence.flatten(StackFrame frame, ASMSequence self)
           
static ASMSequence ASMSequence.including(StackFrame frame, ASMSequence self, ASMOclAny o)
           
static ASMInteger ASMSequence.indexOf(StackFrame frame, ASMSequence self, ASMOclAny o)
           
static ASMSequence ASMSequence.insertAt(StackFrame frame, ASMSequence self, ASMInteger index, ASMOclAny o)
           
static ASMOclAny ASMSequence.last(StackFrame frame, ASMSequence self)
           
static ASMSequence ASMSequence.prepend(StackFrame frame, ASMSequence self, ASMOclAny o)
           
static ASMOclAny ASMOclAny.refInvokeOperation(StackFrame frame, ASMOclAny self, ASMString opName_, ASMSequence arguments_)
           
static ASMSequence ASMSequence.subSequence(StackFrame frame, ASMSequence self, ASMInteger lower, ASMInteger upper)
           
static ASMSequence ASMSequence.union(StackFrame frame, ASMSequence self, ASMCollection other)
           
 

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


Copyright 2007 IBM Corporation and others.
All Rights Reserved.