|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StackFrame | |
---|---|
org.eclipse.m2m.atl.core.ui.vm.debug | |
org.eclipse.m2m.atl.drivers.emf4atl | This package contains the EMF driver for the vm. |
org.eclipse.m2m.atl.drivers.uml24atl | This package contains the UML2 driver for the vm. |
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. |
org.eclipse.m2m.atl.profiler.vm | |
org.eclipse.m2m.atl.profiler.vm.adapter |
Uses of StackFrame in org.eclipse.m2m.atl.core.ui.vm.debug |
---|
Subclasses of StackFrame in org.eclipse.m2m.atl.core.ui.vm.debug | |
---|---|
protected class |
LocalObjectReference.ADWPStackFrame
A StackFrame for the debugging protocol, which doesn't interfere with the debugging process. |
Methods in org.eclipse.m2m.atl.core.ui.vm.debug with parameters of type StackFrame | |
---|---|
abstract boolean |
NetworkDebugger.Command.doIt(ADWPCommand cmd,
StackFrame frame)
Performs the command's action and returns true if the program should be resumed. |
void |
NetworkDebugger.enter(StackFrame frame)
Enters the frame. |
void |
NetworkDebugger.error(StackFrame stackFrame,
java.lang.String msg,
java.lang.Exception e)
Throws an error. |
void |
NetworkDebugger.leave(StackFrame frame)
Leaves the frame. |
Uses of StackFrame in org.eclipse.m2m.atl.drivers.emf4atl |
---|
Methods in org.eclipse.m2m.atl.drivers.emf4atl with parameters of type StackFrame | |
---|---|
static ASMOrderedSet |
ASMEMFModelElement.allInstances(StackFrame frame,
ASMEMFModelElement self)
Returns all instances of a type. |
static ASMOrderedSet |
ASMEMFModelElement.allInstancesFrom(StackFrame frame,
ASMEMFModelElement self,
ASMString sourceModelName)
Returns all instances of a type from a given model. |
protected java.lang.Object |
ASMEMFModelElement.asm2EMF(StackFrame frame,
ASMOclAny value,
java.lang.String propName,
org.eclipse.emf.ecore.EStructuralFeature feature)
Converts an ASM element to its EMF equivalent. |
protected ASMOclAny |
ASMEMFModelElement.emf2ASM(StackFrame frame,
java.lang.Object value)
Converts an EMF element to its ASM equivalent. |
ASMOclAny |
ASMEMFModelElement.get(StackFrame frame,
java.lang.String name)
|
static ASMOclAny |
ASMEMFModelElement.getInstanceById(StackFrame frame,
ASMEMFModelElement self,
ASMString modelName,
ASMString id)
Returns the instance with the given id. |
ASMOclAny |
ASMEMFModelElement.invoke(StackFrame frame,
java.lang.String opName,
java.util.List arguments)
Searches for Operation opName in this context and invokes it if found. |
ASMOclAny |
ASMEMFModelElement.invokeSuper(StackFrame frame,
java.lang.String opName,
java.util.List arguments)
Searches for Operation opName in the superclass context and invokes it if found. |
static ASMModelElement |
ASMEMFModelElement.newInstance(StackFrame frame,
ASMEMFModelElement self)
Creates a new instance of a given type. |
static ASMModelElement |
ASMEMFModelElement.newInstanceIn(StackFrame frame,
ASMEMFModelElement self,
ASMString modelName)
Creates a new instance of a given type. |
void |
ASMEMFModelElement.set(StackFrame frame,
java.lang.String name,
ASMOclAny value)
|
void |
ASMEMFModelElement.unset(StackFrame frame,
java.lang.String name)
|
Uses of StackFrame in org.eclipse.m2m.atl.drivers.uml24atl |
---|
Methods in org.eclipse.m2m.atl.drivers.uml24atl that return StackFrame | |
---|---|
StackFrame |
Invocation.getFrame()
|
Methods in org.eclipse.m2m.atl.drivers.uml24atl with parameters of type StackFrame | |
---|---|
ASMOclAny |
ASMUMLModelElement.invoke(StackFrame frame,
java.lang.String opName,
java.util.List arguments)
Searches for Operation opName in this context and invokes it if found. |
ASMOclAny |
ASMUMLModelElement.invokeSuper(StackFrame frame,
java.lang.String opName,
java.util.List arguments)
Searches for Operation opName in the superclass context and invokes it if found. |
static ASMModelElement |
ASMUMLModelElement.newInstance(StackFrame frame,
ASMUMLModelElement self)
Creates a new instance of the given type. |
static ASMModelElement |
ASMUMLModelElement.newInstanceIn(StackFrame frame,
ASMUMLModelElement self,
ASMString modelName)
Creates a new instance of a given type. |
ASMOclAny |
ASMUMLModelElement.realInvoke(StackFrame frame,
java.lang.String opName,
java.util.List arguments)
Immediate invocation of the operation. |
Constructors in org.eclipse.m2m.atl.drivers.uml24atl with parameters of type StackFrame | |
---|---|
Invocation(StackFrame frame,
ASMUMLModelElement self,
java.lang.String opName,
java.util.List arguments)
Creates a new delayed Invocation. |
Uses of StackFrame in org.eclipse.m2m.atl.engine.vm |
---|
Subclasses of StackFrame in org.eclipse.m2m.atl.engine.vm | |
---|---|
class |
ASMStackFrame
|
class |
NativeStackFrame
|
Methods in org.eclipse.m2m.atl.engine.vm that return StackFrame | |
---|---|
StackFrame |
StackFrame.enterFrame(Operation op,
java.util.List enterArgs)
|
StackFrame |
StackFrame.getParent()
|
StackFrame |
ExecEnv.peek()
|
StackFrame |
ExecEnv.pop()
|
Methods in org.eclipse.m2m.atl.engine.vm with parameters of type StackFrame | |
---|---|
void |
SimpleDebugger.enter(StackFrame frame)
|
void |
DummyDebugger.enter(StackFrame frame)
|
void |
Debugger.enter(StackFrame frame)
Enters the frame. |
void |
SimpleDebugger.error(StackFrame frame,
java.lang.String msg,
java.lang.Exception e)
|
void |
DummyDebugger.error(StackFrame frame,
java.lang.String msg,
java.lang.Exception e)
|
void |
Debugger.error(StackFrame frame,
java.lang.String msg,
java.lang.Exception e)
Throws an error. |
ASMOclAny |
InstanceNativeOperation.exec(StackFrame frame)
|
abstract ASMOclAny |
NativeOperation.exec(StackFrame frame)
|
ASMOclAny |
ClassNativeOperation.exec(StackFrame frame)
|
abstract ASMOclAny |
Operation.exec(StackFrame frame)
|
ASMOclAny |
ASMOperation.exec(StackFrame frame)
|
ASMOclAny |
Operation.get(StackFrame frame,
java.lang.String name)
|
ASMOclAny |
ASMExecEnv.getHelperValue(StackFrame frame,
ASMOclAny element,
java.lang.String name)
|
void |
SimpleDebugger.leave(StackFrame frame)
|
void |
DummyDebugger.leave(StackFrame frame)
|
void |
Debugger.leave(StackFrame frame)
Leaves the frame. |
void |
ExecEnv.push(StackFrame frame)
|
void |
ASMExecEnv.setHelperValue(StackFrame frame,
ASMOclAny element,
java.lang.String name,
ASMOclAny value)
|
void |
StackFrame.setParent(StackFrame parent)
|
Constructors in org.eclipse.m2m.atl.engine.vm with parameters of type StackFrame | |
---|---|
VMException(StackFrame frame,
java.lang.String message,
java.lang.Throwable cause)
Creates a VM exception with the given message and cause. |
Uses of StackFrame in org.eclipse.m2m.atl.engine.vm.nativelib |
---|
Methods in org.eclipse.m2m.atl.engine.vm.nativelib with parameters of type StackFrame | |
---|---|
static ASMInteger |
ASMInteger.abs(StackFrame frame,
ASMInteger self)
|
static ASMReal |
ASMReal.abs(StackFrame frame,
ASMReal self)
|
static ASMReal |
ASMReal.acos(StackFrame frame,
ASMNumber self)
|
static void |
ASMTupleType.addAttribute(StackFrame frame,
ASMTupleType self,
ASMString name,
ASMOclType type)
|
static void |
ASMTransientLinkSet.addLink(StackFrame frame,
ASMTransientLinkSet self,
ASMTransientLink link)
|
static void |
ASMTransientLinkSet.addLink2(StackFrame frame,
ASMTransientLinkSet self,
ASMTransientLink link,
ASMBoolean isDefault)
|
static void |
ASMTransientLink.addSourceElement(StackFrame frame,
ASMTransientLink self,
ASMString name,
ASMOclAny element)
|
static void |
ASMTransientLink.addTargetElement(StackFrame frame,
ASMTransientLink self,
ASMString name,
ASMOclAny element)
|
static void |
ASMTransientLink.addVariable(StackFrame frame,
ASMTransientLink self,
ASMString name,
ASMOclAny value)
|
static ASMBoolean |
ASMBoolean.and(StackFrame frame,
ASMBoolean self,
ASMBoolean o)
|
static ASMOrderedSet |
ASMOrderedSet.append(StackFrame frame,
ASMOrderedSet self,
ASMOclAny o)
|
static ASMSequence |
ASMSequence.append(StackFrame frame,
ASMSequence self,
ASMOclAny o)
|
static ASMBag |
ASMBag.asBag(StackFrame frame,
ASMBag self)
|
static ASMBag |
ASMCollection.asBag(StackFrame frame,
ASMCollection self)
|
static ASMBag |
ASMOclAny.asBag(StackFrame frame,
ASMOclAny self)
|
static ASMBag |
ASMOclUndefined.asBag(StackFrame frame,
ASMOclAny self)
|
static ASMReal |
ASMReal.asin(StackFrame frame,
ASMNumber self)
|
static ASMMap |
ASMModule.asMap(StackFrame frame,
ASMModule self)
|
static ASMMap |
ASMTuple.asMap(StackFrame frame,
ASMTuple self)
|
static ASMOrderedSet |
ASMCollection.asOrderedSet(StackFrame frame,
ASMCollection self)
|
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 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 ASMOclAny |
ASMOrderedSet.at(StackFrame frame,
ASMOrderedSet self,
ASMInteger i)
|
static ASMOclAny |
ASMSequence.at(StackFrame frame,
ASMSequence self,
ASMInteger i)
|
static ASMReal |
ASMReal.atan(StackFrame frame,
ASMNumber self)
|
static ASMOclAny |
ASMOclAny.check(StackFrame frame,
ASMOclAny self,
ASMString msg,
ASMBoolean cond)
|
static ASMString |
ASMString.concat(StackFrame frame,
ASMString self,
ASMString o)
|
static ASMBoolean |
ASMOclParametrizedType.conformsTo(StackFrame frame,
ASMOclParametrizedType self,
ASMOclType other)
|
static ASMBoolean |
ASMOclType.conformsTo(StackFrame frame,
ASMOclType self,
ASMOclType other)
|
static ASMBoolean |
ASMMap.containsKey(StackFrame frame,
ASMMap self,
ASMOclAny o)
|
static ASMBoolean |
ASMMap.containsValue(StackFrame frame,
ASMMap self,
ASMOclAny o)
|
static ASMReal |
ASMReal.cos(StackFrame frame,
ASMNumber self)
|
static ASMInteger |
ASMCollection.count(StackFrame frame,
ASMCollection self,
ASMOclAny object)
|
protected static ASMModelElement |
ASMModelElement.createNewInstance(StackFrame frame,
ASMModelElement self)
|
static ASMOclAny |
ASMOclAny.debug(StackFrame frame,
ASMOclAny self,
ASMString msg)
|
static ASMInteger |
ASMInteger.div(StackFrame frame,
ASMInteger self,
ASMInteger o)
|
static ASMBoolean |
ASMString.endsWith(StackFrame frame,
ASMString self,
ASMString o)
|
static ASMOclAny |
ASMString.evalSOTS(StackFrame frame,
ASMString self,
ASMTuple args)
|
static ASMOclAny |
ASMString.evalSOTSBrackets(StackFrame frame,
ASMString self,
ASMTuple args)
|
static ASMBoolean |
ASMCollection.excludes(StackFrame frame,
ASMCollection self,
ASMOclAny o)
|
static ASMBoolean |
ASMCollection.excludesAll(StackFrame frame,
ASMCollection self,
ASMCollection o)
|
static ASMBag |
ASMBag.excluding(StackFrame frame,
ASMBag self,
ASMOclAny o)
|
static ASMOrderedSet |
ASMOrderedSet.excluding(StackFrame frame,
ASMOrderedSet self,
ASMOclAny o)
|
static ASMSequence |
ASMSequence.excluding(StackFrame frame,
ASMSequence self,
ASMOclAny o)
|
static ASMSet |
ASMSet.excluding(StackFrame frame,
ASMSet self,
ASMOclAny o)
|
ASMOclAny |
SOTSExpression2.exec(StackFrame frame,
ASMTuple args)
|
static ASMReal |
ASMReal.exp(StackFrame frame,
ASMNumber self)
|
Operation |
ASMOclAny.findOperation(StackFrame frame,
java.lang.String opName,
java.util.List arguments)
|
Operation |
ASMOclAny.findOperation(StackFrame frame,
java.lang.String opName,
java.util.List arguments,
ASMOclType type)
|
static ASMOclAny |
ASMOrderedSet.first(StackFrame frame,
ASMOrderedSet self)
|
static ASMOclAny |
ASMSequence.first(StackFrame frame,
ASMSequence self)
|
static ASMBag |
ASMBag.flatten(StackFrame frame,
ASMBag self)
|
static ASMOrderedSet |
ASMOrderedSet.flatten(StackFrame frame,
ASMOrderedSet self)
|
static ASMSequence |
ASMSequence.flatten(StackFrame frame,
ASMSequence self)
|
static ASMSet |
ASMSet.flatten(StackFrame frame,
ASMSet self)
|
static ASMInteger |
ASMReal.floor(StackFrame frame,
ASMReal self)
|
static ASMOclAny |
ASMMap.get(StackFrame frame,
ASMMap self,
ASMOclAny key)
|
ASMOclAny |
ASMCollection.get(StackFrame frame,
java.lang.String name)
|
ASMOclAny |
ASMOclType.get(StackFrame frame,
java.lang.String name)
|
ASMOclAny |
ASMTuple.get(StackFrame frame,
java.lang.String name)
|
ASMOclAny |
ASMOclAny.get(StackFrame frame,
java.lang.String name)
|
ASMOclAny |
ASMHashModelElement.get(StackFrame frame,
java.lang.String name)
Deprecated. |
ASMOclAny |
ASMModule.get(StackFrame frame,
java.lang.String name)
|
abstract ASMOclAny |
ASMModelElement.get(StackFrame frame,
java.lang.String name)
|
ASMOclAny |
ASMOclUndefined.get(StackFrame frame,
java.lang.String name)
|
static ASMSequence |
ASMTransientLinkSet.getAllLinks(StackFrame frame,
ASMTransientLinkSet self)
This method allows for retrieving all the TransientLinks in a Sequence |
ASMOclAny |
ASMOclAny.getHelper(StackFrame frame,
java.lang.String name)
|
static ASMSet |
ASMMap.getKeys(StackFrame frame,
ASMMap self)
|
static ASMOclAny |
ASMTransientLinkSet.getLinkByRuleAndSourceElement(StackFrame frame,
ASMTransientLinkSet self,
ASMOclAny rule,
ASMOclAny sourceElement)
|
static ASMOclAny |
ASMTransientLinkSet.getLinkBySourceElement(StackFrame frame,
ASMTransientLinkSet self,
ASMOclAny sourceElement)
|
static ASMOclAny |
ASMTransientLinkSet.getLinkByTargetElement(StackFrame frame,
ASMTransientLinkSet self,
ASMOclAny targetElement)
|
static ASMSequence |
ASMTransientLinkSet.getLinksByRule(StackFrame frame,
ASMTransientLinkSet self,
ASMOclAny rule)
|
static ASMString |
ASMOclType.getName(StackFrame frame,
ASMOclType self)
|
static ASMOclAny |
ASMOclAny.getNamedTargetFromSource(StackFrame frame,
ASMOclAny self,
ASMOclAny sourceElement,
ASMString name)
|
static ASMOclAny |
ASMTransientLink.getNamedTargetFromSource(StackFrame frame,
ASMTransientLink self,
ASMOclAny sourceElement,
ASMString name)
|
static ASMOclAny |
ASMTransientLink.getRule(StackFrame frame,
ASMTransientLink self)
|
static ASMOclAny |
ASMTransientLink.getSourceElement(StackFrame frame,
ASMTransientLink self,
ASMString name)
|
static ASMMap |
ASMTransientLink.getSourceElements(StackFrame frame,
ASMTransientLink self)
This method allows for retrieving all source elements for this link without knowing the local variable names of the rule that created the mappings. |
static ASMOclAny |
ASMTransientLink.getTargetElement(StackFrame frame,
ASMTransientLink self,
ASMString name)
|
static ASMMap |
ASMTransientLink.getTargetElements(StackFrame frame,
ASMTransientLink self)
This method allows for retrieving all target elements for this link without knowing the local variable names of the rule that created the mappings. |
static ASMOclAny |
ASMTransientLink.getTargetFromSource(StackFrame frame,
ASMTransientLink self,
ASMOclAny sourceElement)
|
static ASMBag |
ASMMap.getValues(StackFrame frame,
ASMMap self)
|
static ASMOclAny |
ASMTransientLink.getVariable(StackFrame frame,
ASMTransientLink self,
ASMString name)
|
static ASMBoolean |
ASMBoolean.implies(StackFrame frame,
ASMBoolean self,
ASMBoolean o)
|
static ASMBoolean |
ASMCollection.includes(StackFrame frame,
ASMCollection self,
ASMOclAny o)
|
static ASMBoolean |
ASMCollection.includesAll(StackFrame frame,
ASMCollection self,
ASMCollection o)
|
static ASMBag |
ASMBag.including(StackFrame frame,
ASMBag self,
ASMOclAny o)
|
static ASMMap |
ASMMap.including(StackFrame frame,
ASMMap self,
ASMOclAny key,
ASMOclAny value)
|
static ASMOrderedSet |
ASMOrderedSet.including(StackFrame frame,
ASMOrderedSet self,
ASMOclAny o)
|
static ASMSequence |
ASMSequence.including(StackFrame frame,
ASMSequence self,
ASMOclAny o)
|
static ASMSet |
ASMSet.including(StackFrame frame,
ASMSet self,
ASMOclAny o)
|
static ASMInteger |
ASMOrderedSet.indexOf(StackFrame frame,
ASMOrderedSet self,
ASMOclAny o)
|
static ASMInteger |
ASMSequence.indexOf(StackFrame frame,
ASMSequence self,
ASMOclAny o)
|
static ASMInteger |
ASMString.indexOf(StackFrame frame,
ASMString self,
ASMString o)
|
static ASMOclAny |
ASMString.inject(StackFrame frame,
ASMString self,
ASMString targetModelName,
ASMString kind,
ASMString params)
|
static ASMOrderedSet |
ASMOrderedSet.insertAt(StackFrame frame,
ASMOrderedSet self,
ASMInteger index,
ASMOclAny o)
|
static ASMSequence |
ASMSequence.insertAt(StackFrame frame,
ASMSequence self,
ASMInteger index,
ASMOclAny o)
|
static ASMSet |
ASMSet.intersection(StackFrame frame,
ASMSet self,
ASMCollection other)
|
ASMOclAny |
ASMOclAny.invoke(StackFrame frame,
Operation oper,
java.util.List arguments)
Invokes the given Operation. |
ASMOclAny |
ASMOclAny.invoke(StackFrame frame,
java.lang.String opName,
java.util.List arguments)
Searches for Operation opName in this context and invokes it if found. |
ASMOclAny |
ASMOclAny.invokeSuper(StackFrame frame,
java.lang.String opName,
java.util.List arguments)
Searches for Operation opName in the superclass context and invokes it if found. |
static ASMBoolean |
ASMCollection.isEmpty(StackFrame frame,
ASMCollection self)
|
boolean |
ASMOclAny.isHelper(StackFrame frame,
java.lang.String name)
|
static ASMOclAny |
ASMOrderedSet.last(StackFrame frame,
ASMOrderedSet self)
|
static ASMOclAny |
ASMSequence.last(StackFrame frame,
ASMSequence self)
|
static ASMInteger |
ASMString.lastIndexOf(StackFrame frame,
ASMString self,
ASMString o)
|
static ASMReal |
ASMReal.log(StackFrame frame,
ASMNumber self)
|
static ASMModelElement |
ASMModelElement.lookupElementExtended(StackFrame frame,
ASMModelElement self,
ASMString name)
|
static ASMInteger |
ASMInteger.max(StackFrame frame,
ASMInteger self,
ASMInteger o)
|
static ASMReal |
ASMReal.max(StackFrame frame,
ASMReal self,
ASMNumber o)
|
static ASMInteger |
ASMInteger.min(StackFrame frame,
ASMInteger self,
ASMInteger o)
|
static ASMReal |
ASMReal.min(StackFrame frame,
ASMReal self,
ASMNumber o)
|
static ASMInteger |
ASMInteger.mod(StackFrame frame,
ASMInteger self,
ASMInteger o)
|
ASMModelElement |
ASMModel.newModelElement(StackFrame frame,
java.lang.String typeName)
|
static ASMBoolean |
ASMBoolean.not(StackFrame frame,
ASMBoolean self)
|
static ASMBoolean |
ASMCollection.notEmpty(StackFrame frame,
ASMCollection self)
|
static ASMBoolean |
ASMOclAny.oclIsKindOf(StackFrame frame,
ASMOclAny self,
ASMOclType otherType)
|
static ASMBoolean |
ASMOclAny.oclIsTypeOf(StackFrame frame,
ASMOclAny self,
ASMOclType otherType)
|
static ASMBoolean |
ASMOclAny.oclIsUndefined(StackFrame frame,
ASMOclAny self)
|
static ASMBoolean |
ASMOclUndefined.oclIsUndefined(StackFrame frame,
ASMOclUndefined self)
|
static ASMOclType |
ASMOclAny.oclType(StackFrame frame,
ASMOclAny self)
|
static ASMReal |
ASMInteger.operatorDiv(StackFrame frame,
ASMInteger self,
ASMNumber o)
|
static ASMReal |
ASMReal.operatorDiv(StackFrame frame,
ASMReal self,
ASMNumber o)
|
static ASMBoolean |
ASMInteger.operatorEQ(StackFrame frame,
ASMInteger self,
ASMOclAny o)
|
static ASMOclAny |
ASMOclAny.operatorEQ(StackFrame frame,
ASMOclAny self,
ASMOclAny other)
|
static ASMBoolean |
ASMOclUndefined.operatorEQ(StackFrame frame,
ASMOclUndefined self,
ASMOclAny o)
|
static ASMBoolean |
ASMReal.operatorEQ(StackFrame frame,
ASMReal self,
ASMNumber o)
|
static ASMBoolean |
ASMString.operatorEQ(StackFrame frame,
ASMString self,
ASMOclAny o)
|
static ASMBoolean |
ASMInteger.operatorGE(StackFrame frame,
ASMInteger self,
ASMNumber o)
|
static ASMBoolean |
ASMReal.operatorGE(StackFrame frame,
ASMReal self,
ASMNumber o)
|
static ASMBoolean |
ASMString.operatorGE(StackFrame frame,
ASMString self,
ASMString o)
|
static ASMBoolean |
ASMInteger.operatorGT(StackFrame frame,
ASMInteger self,
ASMNumber o)
|
static ASMBoolean |
ASMReal.operatorGT(StackFrame frame,
ASMReal self,
ASMNumber o)
|
static ASMBoolean |
ASMString.operatorGT(StackFrame frame,
ASMString self,
ASMString o)
|
static ASMBoolean |
ASMInteger.operatorLE(StackFrame frame,
ASMInteger self,
ASMNumber o)
|
static ASMBoolean |
ASMReal.operatorLE(StackFrame frame,
ASMReal self,
ASMNumber o)
|
static ASMBoolean |
ASMString.operatorLE(StackFrame frame,
ASMString self,
ASMString o)
|
static ASMBoolean |
ASMInteger.operatorLT(StackFrame frame,
ASMInteger self,
ASMNumber o)
|
static ASMBoolean |
ASMReal.operatorLT(StackFrame frame,
ASMReal self,
ASMNumber o)
|
static ASMBoolean |
ASMString.operatorLT(StackFrame frame,
ASMString self,
ASMString o)
|
static ASMNumber |
ASMInteger.operatorMinus(StackFrame frame,
ASMInteger self,
ASMNumber o)
|
static ASMReal |
ASMReal.operatorMinus(StackFrame frame,
ASMReal self,
ASMNumber o)
|
static ASMSet |
ASMSet.operatorMinus(StackFrame frame,
ASMSet self,
ASMSet other)
|
static ASMNumber |
ASMInteger.operatorMul(StackFrame frame,
ASMInteger self,
ASMNumber o)
|
static ASMReal |
ASMReal.operatorMul(StackFrame frame,
ASMReal self,
ASMNumber o)
|
static ASMBoolean |
ASMInteger.operatorNE(StackFrame frame,
ASMInteger self,
ASMOclAny o)
|
static ASMOclAny |
ASMOclAny.operatorNE(StackFrame frame,
ASMOclAny self,
ASMOclAny other)
|
static ASMBoolean |
ASMOclUndefined.operatorNE(StackFrame frame,
ASMOclUndefined self,
ASMOclAny o)
|
static ASMBoolean |
ASMReal.operatorNE(StackFrame frame,
ASMReal self,
ASMNumber o)
|
static ASMBoolean |
ASMString.operatorNE(StackFrame frame,
ASMString self,
ASMOclAny o)
|
static ASMNumber |
ASMInteger.operatorPlus(StackFrame frame,
ASMInteger self,
ASMNumber o)
|
static ASMReal |
ASMReal.operatorPlus(StackFrame frame,
ASMReal self,
ASMNumber o)
|
static ASMString |
ASMString.operatorPlus(StackFrame frame,
ASMString self,
ASMString o)
|
static ASMBoolean |
ASMBoolean.or(StackFrame frame,
ASMBoolean self,
ASMBoolean o)
|
static ASMModelElement |
ASMModelElement.otherEnd(StackFrame frame,
ASMModelElement self)
|
static void |
ASMOclAny.output(StackFrame frame,
ASMOclAny self)
|
static ASMOrderedSet |
ASMOrderedSet.prepend(StackFrame frame,
ASMOrderedSet self,
ASMOclAny o)
|
static ASMSequence |
ASMSequence.prepend(StackFrame frame,
ASMSequence self,
ASMOclAny o)
|
static void |
ASMString.println(StackFrame frame,
ASMString self)
|
static ASMOclAny |
ASMString.readFrom(StackFrame frame,
ASMString self)
|
static ASMOclAny |
ASMOclAny.refGetValue(StackFrame frame,
ASMOclAny self,
ASMString name)
|
static ASMOclAny |
ASMOclAny.refImmediateComposite(StackFrame frame,
ASMOclAny self)
|
static ASMOclAny |
ASMOclAny.refInvokeOperation(StackFrame frame,
ASMOclAny self,
ASMString opName_,
ASMSequence arguments_)
|
static ASMOclAny |
ASMOclAny.refSetValue(StackFrame frame,
ASMOclAny self,
ASMString name,
ASMOclAny value)
|
static ASMOclAny |
ASMOclAny.refUnsetValue(StackFrame frame,
ASMOclAny self,
ASMString name)
|
static ASMString |
ASMString.regexReplaceAll(StackFrame frame,
ASMString self,
ASMString a,
ASMString b)
|
static void |
ASMOclType.registerHelperAttribute(StackFrame frame,
ASMOclType self,
ASMString name,
ASMString initOperationName)
|
static void |
ASMOclType.registerWeavingHelper(StackFrame frame,
ASMOclType self,
ASMString name,
ASMOclAny persistTo)
|
static ASMString |
ASMString.replaceAll(StackFrame frame,
ASMString self,
ASMString a,
ASMString b)
|
static ASMInteger |
ASMReal.round(StackFrame frame,
ASMReal self)
|
void |
ASMEnumLiteral.set(StackFrame frame,
java.lang.String name,
ASMOclAny value)
|
void |
ASMTuple.set(StackFrame frame,
java.lang.String name,
ASMOclAny value)
|
void |
ASMOclAny.set(StackFrame frame,
java.lang.String name,
ASMOclAny value)
|
void |
ASMHashModelElement.set(StackFrame frame,
java.lang.String name,
ASMOclAny value)
Deprecated. |
void |
ASMModule.set(StackFrame frame,
java.lang.String name,
ASMOclAny value)
|
void |
ASMModelElement.set(StackFrame frame,
java.lang.String name,
ASMOclAny value)
|
static void |
ASMOclParametrizedType.setElementType(StackFrame frame,
ASMOclParametrizedType self,
ASMOclType elementType)
|
static void |
ASMOclParametrizedType.setName(StackFrame frame,
ASMOclParametrizedType self,
ASMString name)
|
static void |
ASMOclSimpleType.setName(StackFrame frame,
ASMOclSimpleType self,
ASMString name)
|
static void |
ASMTransientLink.setRule(StackFrame frame,
ASMTransientLink self,
ASMOclAny rule)
|
static ASMReal |
ASMReal.sin(StackFrame frame,
ASMNumber self)
|
static ASMInteger |
ASMCollection.size(StackFrame frame,
ASMCollection self)
|
static ASMInteger |
ASMString.size(StackFrame frame,
ASMString self)
|
static ASMSequence |
ASMString.split(StackFrame frame,
ASMString self,
ASMString a)
|
static ASMReal |
ASMReal.sqrt(StackFrame frame,
ASMNumber self)
|
static ASMBoolean |
ASMString.startsWith(StackFrame frame,
ASMString self,
ASMString o)
|
static ASMOrderedSet |
ASMOrderedSet.subOrderedSet(StackFrame frame,
ASMOrderedSet self,
ASMInteger lower,
ASMInteger upper)
|
static ASMSequence |
ASMSequence.subSequence(StackFrame frame,
ASMSequence self,
ASMInteger lower,
ASMInteger upper)
|
static ASMString |
ASMString.substring(StackFrame frame,
ASMString self,
ASMInteger start,
ASMInteger end)
|
static ASMOclAny |
ASMCollection.sum(StackFrame frame,
ASMCollection self)
|
static ASMSet |
ASMSet.symetricDifference(StackFrame frame,
ASMSet self,
ASMSet other)
|
static ASMReal |
ASMReal.tan(StackFrame frame,
ASMNumber self)
|
static ASMString |
ASMInteger.toBinaryString(StackFrame frame,
ASMInteger self)
|
static ASMBoolean |
ASMString.toBoolean(StackFrame frame,
ASMString self)
|
static ASMString |
ASMString.toCString(StackFrame frame,
ASMString self)
|
static ASMReal |
ASMReal.toDegrees(StackFrame frame,
ASMNumber self)
|
static ASMString |
ASMInteger.toHexString(StackFrame frame,
ASMInteger self)
|
static ASMInteger |
ASMString.toInteger(StackFrame frame,
ASMString self)
|
static ASMString |
ASMString.toLower(StackFrame frame,
ASMString self)
|
static ASMReal |
ASMReal.toRadians(StackFrame frame,
ASMNumber self)
|
static ASMReal |
ASMString.toReal(StackFrame frame,
ASMString self)
|
static ASMSequence |
ASMString.toSequence(StackFrame frame,
ASMString self)
|
static ASMString |
ASMBoolean.toString(StackFrame frame,
ASMBoolean self)
|
static ASMString |
ASMEnumLiteral.toString(StackFrame frame,
ASMEnumLiteral self)
|
static ASMString |
ASMInteger.toString(StackFrame frame,
ASMInteger self)
|
static ASMString |
ASMOclAny.toString(StackFrame frame,
ASMOclAny self)
|
static ASMString |
ASMReal.toString(StackFrame frame,
ASMReal self)
|
static ASMString |
ASMString.toString(StackFrame frame,
ASMString self)
|
static ASMString |
ASMString.toUpper(StackFrame frame,
ASMString self)
|
static ASMString |
ASMString.trim(StackFrame frame,
ASMString self)
|
static ASMMap |
ASMMap.union(StackFrame frame,
ASMMap self,
ASMMap other)
|
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)
|
void |
ASMTuple.unset(StackFrame frame,
java.lang.String name)
|
void |
ASMOclAny.unset(StackFrame frame,
java.lang.String symbol)
|
void |
ASMHashModelElement.unset(StackFrame frame,
java.lang.String name)
Deprecated. |
void |
ASMModule.unset(StackFrame frame,
java.lang.String name)
|
static ASMBoolean |
ASMString.writeTo(StackFrame frame,
ASMString self,
ASMString fileName)
|
static ASMBoolean |
ASMString.writeToWithCharset(StackFrame frame,
ASMString self,
ASMString fileName,
ASMString charset)
|
static ASMBoolean |
ASMBoolean.xor(StackFrame frame,
ASMBoolean self,
ASMBoolean o)
|
Uses of StackFrame in org.eclipse.m2m.atl.profiler.vm |
---|
Methods in org.eclipse.m2m.atl.profiler.vm with parameters of type StackFrame | |
---|---|
void |
ProfilingDebugger.enter(StackFrame frame)
Enters the frame. |
void |
ProfilingDebugger.error(StackFrame frame,
java.lang.String msg,
java.lang.Exception e)
Throws an error. |
void |
ProfilingDebugger.leave(StackFrame frame)
Leaves the frame. |
Uses of StackFrame in org.eclipse.m2m.atl.profiler.vm.adapter |
---|
Constructors in org.eclipse.m2m.atl.profiler.vm.adapter with parameters of type StackFrame | |
---|---|
StackFrameAdapter(StackFrame frame)
Creates an StackFrameAdapter wrapping the given StackFrame . |
|
Copyright 2007 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV NEXT | FRAMES NO FRAMES |