Uses of Interface
com.github.javaparser.symbolsolver.model.resolution.TypeSolver
-
Packages that use TypeSolver Package Description com.github.javaparser.symbolsolver.model.resolution -
-
Uses of TypeSolver in com.github.javaparser.symbolsolver.model.resolution
Methods in com.github.javaparser.symbolsolver.model.resolution that return TypeSolver Modifier and Type Method Description TypeSolverTypeSolver. getParent()Parent of the this TypeSolver.default TypeSolverTypeSolver. getRoot()Get the root of the hierarchy of type solver.Methods in com.github.javaparser.symbolsolver.model.resolution with parameters of type TypeSolver Modifier and Type Method Description voidTypeSolver. setParent(TypeSolver parent)Set the parent of this TypeSolver.
-