OCReference class

传入 AST 类型,由组件白名单决定是直接引用还是指针引用

Inheritance
Available extensions

Constructors

OCReference(AstType type, {int depth = 0, bool keepRaw = false})

Properties

depth int
finalinherited
hashCode int
The hash code for this object.
no setterinherited
keepRaw bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type AstType
getter/setter pair

Methods

build() String
override
depthTabs() String
inherited
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

Constants

directReferenceMap → const Set<String>