Optional
Readonly
$nodeThe node description for the AstNode returned by ref
Optional
Readonly
$refThe CST node from which the reference was parsed
Readonly
$refThe actual text used to look up in the surrounding scope
Optional
Readonly
errorIf any problem occurred while resolving the reference, it is described by this property.
Optional
Readonly
refThe target AST node of this reference. Accessing this property may trigger cross-reference
resolution by the Linker
in case it has not been done yet. If the reference cannot be resolved,
the value is undefined
.
A cross-reference in the AST. Cross-references may or may not be successfully resolved.