Uses of Enum Class
org.eclipse.epsilon.eol.execute.context.FrameType
-
Uses of FrameType in org.eclipse.epsilon.eol.dom
Modifier and TypeMethodDescriptionExecutableBlock.execute
(IEolContext context, boolean inNewFrame, FrameType frameType, Variable... variables) -
Uses of FrameType in org.eclipse.epsilon.eol.execute.context
Modifier and TypeMethodDescriptionFrame.getType()
SingleFrame.getType()
static FrameType
Returns the enum constant of this class with the specified name.static FrameType[]
FrameType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionFrameStack.enterGlobal
(FrameType type, ModuleElement entryPoint, Map<String, ?> variables) FrameStack.enterGlobal
(FrameType type, ModuleElement entryPoint, Variable... variables) Enters a new global frame.FrameStack.enterLocal
(FrameType type, ModuleElement entryPoint, Map<String, ?> variables) FrameStack.enterLocal
(FrameType type, ModuleElement entryPoint, Variable... variables) Enters a new local frame.void
void
ModifierConstructorDescriptionSingleFrame
(FrameType type, ModuleElement entryPoint) SingleFrame
(FrameType type, ModuleElement entryPoint, String label)