public interface Frame
Modifier and Type | Method and Description |
---|---|
void |
clear() |
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) |
void dispose()
void clear()
String getLabel()
void setLabel(String label)
void remove(String name)
void put(Variable variable)
boolean contains(String key)
FrameType getType()
void setType(FrameType type)
ModuleElement getEntryPoint()
void setEntryPoint(ModuleElement entryPoint)
void setCurrentStatement(ModuleElement ast)
ModuleElement getCurrentStatement()
Copyright © 2016. All rights reserved.