Parser.Command
, Parser.CommandVariableValue
, Parser.Statement
public 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() |
getCommand
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCommand
public CommandVariableValueImpl(java.lang.String command, Parser.Variable variable, Parser.Value value)
public Parser.Value getValue()
getValue
in interface Parser.CommandVariableValue
public Parser.Variable getVariable()
getVariable
in interface Parser.CommandVariableValue