Class InvalidMetaCommand (0.14.1)

public class InvalidMetaCommand extends Command

Fallthrough Command which should match most meta-commands. We are expected to run this last in the matching logic to present the user with better error statements.

Inheritance

java.lang.Object > Command > InvalidMetaCommand

Methods

getPattern()

public Pattern getPattern()

The pattern expected by this command: is() will only return true if it matches this pattern.

Returns
TypeDescription
Pattern
Overrides

translate()

public String translate()
Returns
TypeDescription
String
Overrides