SymbolReference
A reference to a symbol. It can solved or not solved. If solved the corresponding declaration will be provided.
Author
Federico Tomassetti
Functions
Link copied to clipboard
open fun <I : ResolvedDeclaration?, O : ResolvedDeclaration?> adapt(ref: SymbolReference<I>, clazz: Class<O>): SymbolReference<O>
Adapt a SymbolReference into another SymbolReference.
Link copied to clipboard
Get the declaration associated with the Symbol.
Link copied to clipboard
Create a solve reference to the given symbol.
Link copied to clipboard
Create a reference for an unsolved symbol.
Create an unsolved reference specifying the type of the value expected.