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