public final class SymbolReference
extends java.lang.Object
| Constructor and Description |
|---|
SymbolReference(AstNode ownerNode,
java.lang.String symbolReferenceText)
Constructor from owner token and text.
|
| Modifier and Type | Method and Description |
|---|---|
Package |
getReferencedPackage()
Gets referenced package.
|
PackageSymbol |
getReferencedPackageSymbol()
Gets referenced package symbol.
|
ScopeSymbol |
getReferencedScopeSymbol()
Gets referenced scope symbol.
|
public SymbolReference(AstNode ownerNode, java.lang.String symbolReferenceText)
ownerNode - AST token which owns the symbol reference test.symbolReferenceText - Symbol reference in unparsed text format.public Package getReferencedPackage()
public PackageSymbol getReferencedPackageSymbol()
public ScopeSymbol getReferencedScopeSymbol()
Last updated 2024-10-29 12:56:13