Package | Description |
---|---|
org.eclipse.epsilon.eol.dt.debug | |
org.eclipse.epsilon.eol.execute.context | |
org.eclipse.epsilon.epl.execute | |
org.eclipse.epsilon.workflow.tasks |
Modifier and Type | Field and Description |
---|---|
protected Frame |
EolStackFrame.frame |
Constructor and Description |
---|
EolStackFrame(org.eclipse.debug.core.model.IThread thread,
Frame frame,
String name) |
Modifier and Type | Class and Description |
---|---|
class |
SingleFrame
An individual stack frame for the EOL frame stack.
|
Modifier and Type | Method and Description |
---|---|
Frame |
FrameStack.enter(FrameType type,
AST entryPoint,
Variable... variables)
Deprecated.
Use
FrameStack.enterLocal(FrameType, AST, Variable...) instead.
This method will be removed from a future version of Epsilon. |
Frame |
FrameStack.enterGlobal(FrameType type,
AST entryPoint,
Variable... variables)
Enters a new global frame.
|
Frame |
FrameStack.enterLocal(FrameType type,
AST entryPoint,
Variable... variables)
Enters a new local frame.
|
Frame |
FrameStack.getGlobals()
Deprecated.
Use the designated methods for manipulating global variables
(e.g.
FrameStack.enterGlobal(FrameType, AST, Variable...) ,
FrameStack.putGlobal(Variable) and FrameStack.getGlobal(String) ).
If no appropriate method exists, please open a bug report to
request it. This method will be removed in a future version
of Epsilon. |
Frame |
FrameStack.getTopFrame() |
Modifier and Type | Field and Description |
---|---|
protected Frame |
PatternMatcher.frame |
Modifier and Type | Method and Description |
---|---|
protected Frame |
EpsilonTask.getProjectStackFrame() |
Copyright © 2016. All rights reserved.