Hierarchy For Package com.github.javaparser.symbolsolver.reflectionmodel

Package Hierarchies:

Class Hierarchy

  • java.lang.Object
    • com.github.javaparser.symbolsolver.logic.AbstractTypeDeclaration (implements com.github.javaparser.resolution.declarations.ResolvedReferenceTypeDeclaration)
      • com.github.javaparser.symbolsolver.logic.AbstractClassDeclaration (implements com.github.javaparser.symbolsolver.logic.MethodResolutionCapability, com.github.javaparser.resolution.declarations.ResolvedClassDeclaration)
      • com.github.javaparser.symbolsolver.reflectionmodel.ReflectionAnnotationDeclaration (implements com.github.javaparser.resolution.declarations.ResolvedAnnotationDeclaration)
      • com.github.javaparser.symbolsolver.reflectionmodel.ReflectionEnumDeclaration (implements com.github.javaparser.symbolsolver.logic.MethodResolutionCapability, com.github.javaparser.symbolsolver.core.resolution.MethodUsageResolutionCapability, com.github.javaparser.resolution.declarations.ResolvedEnumDeclaration)
      • com.github.javaparser.symbolsolver.reflectionmodel.ReflectionInterfaceDeclaration (implements com.github.javaparser.symbolsolver.logic.MethodResolutionCapability, com.github.javaparser.symbolsolver.core.resolution.MethodUsageResolutionCapability, com.github.javaparser.resolution.declarations.ResolvedInterfaceDeclaration)
    • com.github.javaparser.symbolsolver.reflectionmodel.MyObjectProvider (implements com.github.javaparser.symbolsolver.logic.ObjectProvider)
    • com.github.javaparser.symbolsolver.reflectionmodel.ReflectionAnnotationMemberDeclaration (implements com.github.javaparser.resolution.declarations.ResolvedAnnotationMemberDeclaration)
    • com.github.javaparser.symbolsolver.reflectionmodel.ReflectionConstructorDeclaration (implements com.github.javaparser.resolution.declarations.ResolvedConstructorDeclaration)
    • com.github.javaparser.symbolsolver.reflectionmodel.ReflectionEnumConstantDeclaration (implements com.github.javaparser.resolution.declarations.ResolvedEnumConstantDeclaration)
    • com.github.javaparser.symbolsolver.reflectionmodel.ReflectionFactory
    • com.github.javaparser.symbolsolver.reflectionmodel.ReflectionFieldDeclaration (implements com.github.javaparser.resolution.declarations.ResolvedFieldDeclaration)
    • com.github.javaparser.symbolsolver.reflectionmodel.ReflectionMethodDeclaration (implements com.github.javaparser.resolution.declarations.ResolvedMethodDeclaration, com.github.javaparser.symbolsolver.core.resolution.TypeVariableResolutionCapability)
    • com.github.javaparser.symbolsolver.reflectionmodel.ReflectionParameterDeclaration (implements com.github.javaparser.resolution.declarations.ResolvedParameterDeclaration)
    • com.github.javaparser.symbolsolver.reflectionmodel.ReflectionTypeParameter (implements com.github.javaparser.resolution.declarations.ResolvedTypeParameterDeclaration)