Parser.Command, Parser.CommandVariable, Parser.Statementpublic class CommandVariableImpl extends CommandImpl implements Parser.CommandVariable
| Constructor | Description |
|---|---|
CommandVariableImpl(java.lang.String command,
Parser.Variable variable) |
| Modifier and Type | Method | Description |
|---|---|---|
Parser.Variable |
getVariable() |
getCommandclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCommandpublic CommandVariableImpl(java.lang.String command,
Parser.Variable variable)
public Parser.Variable getVariable()
getVariable in interface Parser.CommandVariable