SourceNode class
@internal
Constructors
- SourceNode({required Accessor accessor, required Match? match, SourceNode? parent})
Properties
- accessor ↔ Accessor
-
getter/setter pair
-
children
↔ List<
SourceNode> -
getter/setter pair
-
fetchProperty
↔ Property<
MappingContext> ? -
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- isLeaf → bool
-
no setter
- isRoot → bool
-
no setter
- match ↔ Match?
-
getter/setter pair
- parent ↔ SourceNode?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stackIndex ↔ int
-
getter/setter pair
- type ↔ Type
-
getter/setter pair
Methods
-
fetchValue(
SourceTree sourceTree, Type expectedType, List< Operation< operations) → voidMappingContext> > -
findMatchingNode(
Match match, int index) → SourceNode? -
insertMatch(
SourceTree tree, Match match, int index) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited