Class SingleFrame
java.lang.Object
org.eclipse.epsilon.eol.execute.context.SingleFrame
An individual stack frame for the EOL frame stack.
-
Constructor Summary
ConstructorDescriptionSingleFrame
(FrameType type, ModuleElement entryPoint) SingleFrame
(FrameType type, ModuleElement entryPoint, String label) -
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
clone()
boolean
void
dispose()
getAll()
getLabel()
getType()
void
void
void
void
void
void
setEntryPoint
(ModuleElement entryPoint) void
void
toString()
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.eclipse.epsilon.eol.execute.context.Frame
isProtected, put, put
-
Constructor Details
-
SingleFrame
-
SingleFrame
-
-
Method Details
-
dispose
public void dispose() -
clear
public void clear() -
clone
-
getLabel
-
setLabel
-
put
-
remove
-
put
-
putAll
-
get
-
getAll
-
contains
-
getEntryPoint
- Specified by:
getEntryPoint
in interfaceFrame
-
setEntryPoint
- Specified by:
setEntryPoint
in interfaceFrame
-
getType
-
setType
-
toString
-
setCurrentStatement
- Specified by:
setCurrentStatement
in interfaceFrame
-
getCurrentStatement
- Specified by:
getCurrentStatement
in interfaceFrame
-