| Constructor and Description |
|---|
SingleFrame(FrameType type,
ModuleElement entryPoint) |
SingleFrame(FrameType type,
ModuleElement entryPoint,
String label) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
SingleFrame |
clone() |
boolean |
contains(String key) |
void |
dispose() |
Variable |
get(String key) |
Map<String,Variable> |
getAll() |
ModuleElement |
getCurrentStatement() |
ModuleElement |
getEntryPoint() |
String |
getLabel() |
FrameType |
getType() |
void |
put(String name,
Object value) |
void |
put(Variable variable) |
void |
putAll(Map<String,Variable> variables) |
void |
remove(String name) |
void |
setCurrentStatement(ModuleElement ast) |
void |
setEntryPoint(ModuleElement entryPoint) |
void |
setLabel(String label) |
void |
setType(FrameType type) |
String |
toString() |
public SingleFrame(FrameType type, ModuleElement entryPoint)
public SingleFrame(FrameType type, ModuleElement entryPoint, String label)
public SingleFrame clone()
public ModuleElement getEntryPoint()
getEntryPoint in interface Framepublic void setEntryPoint(ModuleElement entryPoint)
setEntryPoint in interface Framepublic void setCurrentStatement(ModuleElement ast)
setCurrentStatement in interface Framepublic ModuleElement getCurrentStatement()
getCurrentStatement in interface FrameCopyright © 2018. All rights reserved.