Uses of Interface
com.github.javaparser.resolution.SymbolResolver
Packages that use SymbolResolver
Package
Description
-
Uses of SymbolResolver in com.github.javaparser
Methods 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 TypeClassDescriptionclassThis implementation of the SymbolResolver wraps the functionality of the library to make them easily usable from JavaParser nodes.