Parser.Command, Parser.CommandPropertyValue, Parser.Statementpublic class CommandPropertyValueImpl extends CommandImpl implements Parser.CommandPropertyValue
| Constructor | Description |
|---|---|
CommandPropertyValueImpl(java.lang.String command,
Parser.Property property,
Parser.Value value) |
| Modifier and Type | Method | Description |
|---|---|---|
Parser.Property |
getProperty() |
|
Parser.Value |
getValue() |
getCommandclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCommandpublic CommandPropertyValueImpl(java.lang.String command,
Parser.Property property,
Parser.Value value)
public Parser.Property getProperty()
getProperty in interface Parser.CommandPropertyValuepublic Parser.Value getValue()
getValue in interface Parser.CommandPropertyValue