Class ClassOrInterfaceDeclarationExtendsContext

  • All Implemented Interfaces:
    com.github.javaparser.resolution.Context

    public class ClassOrInterfaceDeclarationExtendsContext
    extends AbstractJavaParserContext<com.github.javaparser.ast.body.ClassOrInterfaceDeclaration>
    Limited version of ClassOrInterfaceDeclarationContext that only resolves type parameters for use by extends and implements part of declaration.
    • Constructor Detail

      • ClassOrInterfaceDeclarationExtendsContext

        public ClassOrInterfaceDeclarationExtendsContext​(com.github.javaparser.ast.body.ClassOrInterfaceDeclaration wrappedNode,
                                                         com.github.javaparser.resolution.TypeSolver typeSolver)
    • Method Detail

      • solveType

        public com.github.javaparser.resolution.model.SymbolReference<com.github.javaparser.resolution.declarations.ResolvedTypeDeclaration> solveType​(String name,
                                                                                                                                                       List<com.github.javaparser.resolution.types.ResolvedType> typeArguments)