SymbolResolver

Functions

Link copied to clipboard
abstract fun calculateType(expression: Expression): ResolvedType
For an expression it would find the corresponding resolved type.
Link copied to clipboard
abstract fun <T> resolveDeclaration(node: Node, resultClass: Class<T>): T
For a reference it would find the corresponding declaration.
Link copied to clipboard
abstract fun <T> toResolvedType(javaparserType: Type, resultClass: Class<T>): T
For types it would find the corresponding resolved types.
Link copied to clipboard
For a node it would find the corresponding reference type declaration.