BaseRegexCommandProcessor class abstract

Implementers

Constructors

BaseRegexCommandProcessor()

Properties

hashCode int
The hash code for this object.
no setterinherited
precedence int
Used to sort when this processor will run. A lower number give its more precedence and means it will run earlier than other processor with a higher number.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
processActionRecipe(ActionRecipe recipe, String regexTestString) bool
Attempts to process a command for a recipe. Returns true if the regexTestString matches that of the processor currently running. The modifications are applied to the ActionRecipe provided.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

actionCMD → const String