TypeSolver
An element able to find TypeDeclaration from their name. TypeSolvers are organized in hierarchies.
Author
Federico Tomassetti
Functions
Link copied to clipboard
Parent of the this TypeSolver.
Link copied to clipboard
Get the root of the hierarchy of type solver.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Set the parent of this TypeSolver.
Link copied to clipboard
Solve the given type.
Link copied to clipboard
open fun solveTypeInModule(qualifiedModuleName: String, simpleTypeName: String): ResolvedReferenceTypeDeclaration
Link copied to clipboard
Try to solve the type with the given name.
Link copied to clipboard
abstract fun tryToSolveTypeInModule(qualifiedModuleName: String, simpleTypeName: String): SymbolReference<ResolvedReferenceTypeDeclaration>