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 FrameStackFrameStack. baseprotected FrameStackEolContext. frameStackprotected FrameStackAsyncStatementInstance. localFrameStackMethods in org.eclipse.epsilon.eol.execute.context that return FrameStack Modifier and Type Method Description FrameStackFrameStack. clone()FrameStackFrameStack. getBase()FrameStackEolContext. getFrameStack()FrameStackIEolContext. getFrameStack()FrameStackAsyncStatementInstance. getLocalFrameStack()Methods in org.eclipse.epsilon.eol.execute.context with parameters of type FrameStack Modifier and Type Method Description protected static voidFrameStack. mergeFrameStacks(FrameStack from, FrameStack to)Adds all the frames and variables from the first argument to the second one.voidFrameStack. putAll(FrameStack other)Copies the references of all variables in the given FrameStack into this FrameStack.voidFrameStack. setBase(FrameStack parent)voidEolContext. setFrameStack(FrameStack frameStack)voidIEolContext. setFrameStack(FrameStack scope)voidAsyncStatementInstance. 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 FrameStackEolContextParallel. createThreadLocalFrameStack()FrameStackEolContextParallel. getFrameStack()Methods in org.eclipse.epsilon.eol.execute.context.concurrent with parameters of type FrameStack Modifier and Type Method Description voidEolContextParallel. 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 FrameStackEUnitTest. 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 voidEUnitTest. 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 FrameStackFixInstance. 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 FrameStackWizardInstance. scope -
Uses of FrameStack in org.eclipse.epsilon.flexmi
Fields in org.eclipse.epsilon.flexmi declared as FrameStack Modifier and Type Field Description protected FrameStackFlexmiResource. frameStackMethods in org.eclipse.epsilon.flexmi that return FrameStack Modifier and Type Method Description FrameStackFlexmiResource. getFrameStack()
-