ASTWithSource class
Constructors
- ASTWithSource(AST ast, String? source, String? location)
-
Wraps
ast
withsource
andlocation
information (for debugging). - ASTWithSource.from(ASTWithSource original, AST transformed)
-
Replaces the perceived AST structure of
original
withtransform
. - ASTWithSource.missingSource(AST ast)
- Represents an AST without any source information.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited