byte getId()
Returns the token id used to highlight this command.
final Map< String, Parameter > parameters
Maps parameter name to parameter specification.
Parameter getParameter(final String name)
Returns the parameter specification for a parameter name.
Describes a command (excluding the command name).
final byte id
The token id used to highlight this command.
Spec(final byte id, final Parameter... parameters)
Creates a new instance.