public class DefaultInterpreter extends Object implements Interpreter
Interpreter.Cache| Constructor and Description |
|---|
DefaultInterpreter() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getAccuracy() |
Interpreter.Cache |
getCache() |
Code |
getCurrentCode() |
SymbolTable |
getSymbolTable() |
void |
link(Code code) |
Object |
run(Code code) |
void |
setAccuracy(Double accuracy) |
void |
setSymbolTable(SymbolTable symbolTable) |
public Interpreter.Cache getCache()
getCache in interface Interpreterpublic void setSymbolTable(SymbolTable symbolTable)
setSymbolTable in interface Interpreterpublic SymbolTable getSymbolTable()
getSymbolTable in interface Interpreterpublic Double getAccuracy()
getAccuracy in interface Interpreterpublic void setAccuracy(Double accuracy)
setAccuracy in interface Interpreterpublic Object run(Code code)
run in interface Interpreterpublic void link(Code code)
link in interface Interpreterpublic Code getCurrentCode()
getCurrentCode in interface Interpreter