ConsoleReader
public class Interpreter extends java.lang.Object implements ConsoleReader
Modifier and Type | Class | Description |
---|---|---|
class |
Interpreter.InterpreterException |
Constructor | Description |
---|---|
Interpreter(ConsoleContainer container,
Environment environment,
Parser parser) |
Modifier and Type | Method | Description |
---|---|---|
void |
clear(Parser.Command command) |
|
void |
display(Parser.CommandVariable command) |
|
void |
drop(Parser.CommandVariable command) |
|
void |
list(Parser.Command command) |
|
void |
print(Parser.CommandVariable command) |
|
void |
quit(Parser.Command command) |
|
void |
read(Parser.CommandVariableValue command) |
|
void |
read(java.lang.String statement) |
|
void |
readdb(Parser.CommandValue command) |
|
void |
run(Parser.CommandValue command) |
|
void |
save(Parser.CommandValue command) |
|
void |
set(Parser.CommandPropertyValue command) |
|
void |
summary(Parser.CommandVariable command) |
|
void |
write(Parser.CommandVariableValue command) |
|
void |
writedb(Parser.CommandValue command) |
public Interpreter(ConsoleContainer container, Environment environment, Parser parser)
public void read(java.lang.String statement)
read
in interface ConsoleReader
public void display(Parser.CommandVariable command)
public void drop(Parser.CommandVariable command)
public void clear(Parser.Command command)
public void list(Parser.Command command)
public void print(Parser.CommandVariable command)
public void quit(Parser.Command command)
public void read(Parser.CommandVariableValue command)
public void readdb(Parser.CommandValue command)
public void run(Parser.CommandValue command)
public void save(Parser.CommandValue command)
public void set(Parser.CommandPropertyValue command)
public void summary(Parser.CommandVariable command)
public void write(Parser.CommandVariableValue command)
public void writedb(Parser.CommandValue command)