Parser.Command
, Parser.CommandValue
, Parser.Statement
public class CommandValueImpl extends CommandImpl implements Parser.CommandValue
Constructor | Description |
---|---|
CommandValueImpl(java.lang.String command,
Parser.Value value) |
Modifier and Type | Method | Description |
---|---|---|
Parser.Value |
getValue() |
getCommand
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCommand
public CommandValueImpl(java.lang.String command, Parser.Value value)
public Parser.Value getValue()
getValue
in interface Parser.CommandValue