Class SingleFrame
java.lang.Object
org.eclipse.epsilon.eol.execute.context.SingleFrame
An individual stack frame for the EOL frame stack.
-
Constructor Summary
ConstructorsConstructorDescriptionSingleFrame(FrameType type, ModuleElement entryPoint) SingleFrame(FrameType type, ModuleElement entryPoint, String label) -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()clone()booleanvoiddispose()getAll()getLabel()getType()voidvoidvoidvoidvoidvoidsetEntryPoint(ModuleElement entryPoint) voidvoidtoString()Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods 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:
getEntryPointin interfaceFrame
-
setEntryPoint
- Specified by:
setEntryPointin interfaceFrame
-
getType
-
setType
-
toString
-
setCurrentStatement
- Specified by:
setCurrentStatementin interfaceFrame
-
getCurrentStatement
- Specified by:
getCurrentStatementin interfaceFrame
-