Uses of Interface
org.eclipse.epsilon.eol.execute.context.Frame
Packages that use Frame
Package
Description
-
Uses of Frame in org.eclipse.epsilon.eol.dt.debug
Fields in org.eclipse.epsilon.eol.dt.debug declared as FrameConstructors in org.eclipse.epsilon.eol.dt.debug with parameters of type FrameModifierConstructorDescriptionEolStackFrame
(org.eclipse.debug.core.model.IThread thread, Frame frame, String name) -
Uses of Frame in org.eclipse.epsilon.eol.execute.context
Classes in org.eclipse.epsilon.eol.execute.context that implement FrameModifier and TypeClassDescriptionclass
An individual stack frame for the EOL frame stack.Methods in org.eclipse.epsilon.eol.execute.context that return FrameModifier 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.FrameStack.getTopFrame()
-
Uses of Frame in org.eclipse.epsilon.epl
Methods in org.eclipse.epsilon.epl with parameters of type FrameModifier and TypeMethodDescriptionprotected static final int
AbstractEplModule.putRoleBindingsIntoFrame
(Collection<Role> roles, Collection<? extends Iterable<?>> combination, Frame frame) Puts the result of#flatMapRoleBindings(Pattern, Collection)
into the frame. -
Uses of Frame in org.eclipse.epsilon.workflow.tasks
Methods in org.eclipse.epsilon.workflow.tasks that return Frame