Uses of Interface
com.github.javaparser.symbolsolver.core.resolution.SymbolResolutionCapability
-
Packages that use SymbolResolutionCapability Package Description com.github.javaparser.symbolsolver.javaparsermodel.declarations com.github.javaparser.symbolsolver.javassistmodel Implementation of model based on Javassist.com.github.javaparser.symbolsolver.reflectionmodel Implementation of model based on reflection. -
-
Uses of SymbolResolutionCapability in com.github.javaparser.symbolsolver.javaparsermodel.declarations
Classes in com.github.javaparser.symbolsolver.javaparsermodel.declarations that implement SymbolResolutionCapability Modifier and Type Class Description class
JavaParserClassDeclaration
class
JavaParserEnumDeclaration
class
JavaParserInterfaceDeclaration
class
JavaParserRecordDeclaration
Heavily based on JavaParserClassDeclaration -
Uses of SymbolResolutionCapability in com.github.javaparser.symbolsolver.javassistmodel
Classes in com.github.javaparser.symbolsolver.javassistmodel that implement SymbolResolutionCapability Modifier and Type Class Description class
JavassistClassDeclaration
class
JavassistEnumDeclaration
class
JavassistInterfaceDeclaration
class
JavassistRecordDeclaration
-
Uses of SymbolResolutionCapability in com.github.javaparser.symbolsolver.reflectionmodel
Classes in com.github.javaparser.symbolsolver.reflectionmodel that implement SymbolResolutionCapability Modifier and Type Class Description class
ReflectionClassDeclaration
class
ReflectionEnumDeclaration
class
ReflectionInterfaceDeclaration
-