Parser.Command
, Parser.CommandPropertyValue
, Parser.Statement
public 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() |
getCommand
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCommand
public CommandPropertyValueImpl(java.lang.String command, Parser.Property property, Parser.Value value)
public Parser.Property getProperty()
getProperty
in interface Parser.CommandPropertyValue
public Parser.Value getValue()
getValue
in interface Parser.CommandPropertyValue