Uses of Enum Class
org.eclipse.epsilon.eol.execute.context.FrameType
Packages that use FrameType
-
Uses of FrameType in org.eclipse.epsilon.eol.dom
Methods in org.eclipse.epsilon.eol.dom with parameters of type FrameTypeModifier and TypeMethodDescriptionExecutableBlock.execute(IEolContext context, boolean inNewFrame, FrameType frameType, Variable... variables) -
Uses of FrameType in org.eclipse.epsilon.eol.execute.context
Methods in org.eclipse.epsilon.eol.execute.context that return FrameTypeModifier and TypeMethodDescriptionFrame.getType()SingleFrame.getType()static FrameTypeReturns 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.Methods in org.eclipse.epsilon.eol.execute.context with parameters of type FrameTypeModifier 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.voidvoidConstructors in org.eclipse.epsilon.eol.execute.context with parameters of type FrameTypeModifierConstructorDescriptionSingleFrame(FrameType type, ModuleElement entryPoint) SingleFrame(FrameType type, ModuleElement entryPoint, String label)