IgnitionVisitor class
Visitor to run after parse input file, before imports
- Inheritance
- Object
- VisitorBase
- IgnitionVisitor
Constructors
Properties
- context ↔ Contexts
-
read / write
- environment ↔ Environment
-
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- isPreEvalVisitor ↔ bool
-
read / write, inherited
- isPreVisitor ↔ bool
-
read / write, inherited
- isReplacing ↔ bool
-
read / write, inherited
- lessOptions ↔ LessOptions
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
error(
{int index, String type, String message, String filename}) → void -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
run(
Ruleset root) → Ruleset -
override
-
toString(
) → String -
A string representation of this object. [...]
inherited
-
visit(
dynamic node) → dynamic -
inherited
-
visitArray<
T> (List< T> nodes, {bool nonReplacing = false}) → List<T> -
inherited
-
visitFtn(
Node node) → Function -
func visitor.visit distribuitor
override
-
visitFtnOut(
Node node) → Function -
funcOut visitor.visit distribuitor
override
-
visitOptions(
Options optionsNode, VisitArgs visitArgs) → Options - Load options and remove directive Associate plugin functions with paren node
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited