Uses of Interface
com.github.javaparser.resolution.SymbolResolver
Packages that use SymbolResolver
Package
Description
Implementation of model based on JavaParser.
-
Uses of SymbolResolver in com.github.javaparser
Fields in com.github.javaparser declared as SymbolResolverMethods in com.github.javaparser that return types with arguments of type SymbolResolverModifier and TypeMethodDescriptionParserConfiguration.getSymbolResolver()
Retrieve the SymbolResolver to be used while parsing, if any.Methods in com.github.javaparser with parameters of type SymbolResolverModifier and TypeMethodDescriptionParserConfiguration.setSymbolResolver
(SymbolResolver symbolResolver) Set the SymbolResolver to be injected while parsing. -
Uses of SymbolResolver in com.github.javaparser.ast
Fields in com.github.javaparser.ast with type parameters of type SymbolResolverMethods in com.github.javaparser.ast that return SymbolResolver -
Uses of SymbolResolver in com.github.javaparser.symbolsolver
Classes in com.github.javaparser.symbolsolver that implement SymbolResolverModifier and TypeClassDescriptionclass
This implementation of the SymbolResolver wraps the functionality of the library to make them easily usable from JavaParser nodes. -
Uses of SymbolResolver in com.github.javaparser.symbolsolver.javaparsermodel
Fields in com.github.javaparser.symbolsolver.javaparsermodel declared as SymbolResolver -
Uses of SymbolResolver in com.github.javaparser.symbolsolver.javaparsermodel.declarations
Methods in com.github.javaparser.symbolsolver.javaparsermodel.declarations that return SymbolResolverModifier and TypeMethodDescriptionprivate SymbolResolver
JavaParserMethodDeclaration.symbolResolver
(TypeSolver typeSolver)