SelectItemDirectionProcessor class

Attempts to process the select/action word or line + direction. ie: delete the previous 3 words returns false if unable to fullfil all conditions

Implemented types

Constructors

SelectItemDirectionProcessor()
factory

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.
no setteroverride
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.
override
toString() String
A string representation of this object.
inherited

Operators

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