Uses of Class
org.eclipse.epsilon.eol.execute.context.FrameStack
-
-
Uses of FrameStack in org.eclipse.epsilon.eol.execute.context
Fields in org.eclipse.epsilon.eol.execute.context declared as FrameStack Modifier and Type Field Description protected FrameStack
FrameStack. base
protected FrameStack
EolContext. frameStack
protected FrameStack
AsyncStatementInstance. localFrameStack
Methods in org.eclipse.epsilon.eol.execute.context that return FrameStack Modifier and Type Method Description FrameStack
FrameStack. clone()
FrameStack
FrameStack. getBase()
FrameStack
EolContext. getFrameStack()
FrameStack
IEolContext. getFrameStack()
FrameStack
AsyncStatementInstance. getLocalFrameStack()
Methods in org.eclipse.epsilon.eol.execute.context with parameters of type FrameStack Modifier and Type Method Description protected static void
FrameStack. mergeFrameStacks(FrameStack from, FrameStack to)
Adds all the frames and variables from the first argument to the second one.void
FrameStack. putAll(FrameStack other)
Copies the references of all variables in the given FrameStack into this FrameStack.void
FrameStack. setBase(FrameStack parent)
void
EolContext. setFrameStack(FrameStack frameStack)
void
IEolContext. setFrameStack(FrameStack scope)
void
AsyncStatementInstance. setLocalFrameStack(FrameStack localFrameStack)
Constructors in org.eclipse.epsilon.eol.execute.context with parameters of type FrameStack Constructor Description FrameStack(FrameStack parent)
FrameStack(FrameStack parent, boolean concurrent)
-
Uses of FrameStack in org.eclipse.epsilon.eol.execute.context.concurrent
Methods in org.eclipse.epsilon.eol.execute.context.concurrent that return FrameStack Modifier and Type Method Description protected FrameStack
EolContextParallel. createThreadLocalFrameStack()
FrameStack
EolContextParallel. getFrameStack()
Methods in org.eclipse.epsilon.eol.execute.context.concurrent with parameters of type FrameStack Modifier and Type Method Description void
EolContextParallel. setFrameStack(FrameStack frameStack)
-
Uses of FrameStack in org.eclipse.epsilon.eunit
Methods in org.eclipse.epsilon.eunit that return FrameStack Modifier and Type Method Description FrameStack
EUnitTest. getFrameStack()
Returns the frame stack with the state where the test failed.Methods in org.eclipse.epsilon.eunit with parameters of type FrameStack Modifier and Type Method Description void
EUnitTest. setFrameStack(FrameStack frameStack)
Stores the frame stack storing the state of the EOL program when the error or failure happened. -
Uses of FrameStack in org.eclipse.epsilon.evl.execute
Fields in org.eclipse.epsilon.evl.execute declared as FrameStack Modifier and Type Field Description protected FrameStack
FixInstance. scope
-
Uses of FrameStack in org.eclipse.epsilon.ewl.execute
Fields in org.eclipse.epsilon.ewl.execute declared as FrameStack Modifier and Type Field Description protected FrameStack
WizardInstance. scope
-
Uses of FrameStack in org.eclipse.epsilon.flexmi
Fields in org.eclipse.epsilon.flexmi declared as FrameStack Modifier and Type Field Description protected FrameStack
FlexmiResource. frameStack
Methods in org.eclipse.epsilon.flexmi that return FrameStack Modifier and Type Method Description FrameStack
FlexmiResource. getFrameStack()
-