AstResolver class abstract

Clients may not extend, implement or mix-in this class.

Implementers

Constructors

AstResolver()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

canResolve(dynamic target, {String? property}) bool
是否匹配当前解析器
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resolve(AstContext astContext, AstRuntimeExecutor executor, dynamic target, {String? property, List<AstRuntimeNode>? arguments}) → dynamic
解析如下表达式
toString() String
A string representation of this object.
inherited

Operators

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