Frames | No Frames |
Methods which throw type adalogo.visitor.SymbolTable.SymbolTableException | |
Object | SymbolTable.getType(Object name) get the type of the variable name. |
String | SymbolTable.getType(String name) get the type of the variable name, returns String. |
Object | SymbolTable.getValue(Object name) get the value of the variable name. |
String | SymbolTable.getValue(String name) get the value of the variable name, returns String. |
void | use this when going out of a declarative part. |
void | SymbolTable.put(Object name, Object type, Object value) add a value to the symbol table. |
void | SymbolTable.setValue(Object name, Object value) set a new value for an alreay existing variable. |