Uses of Interface
com.github.javaparser.resolution.declarations.ResolvedReferenceTypeDeclaration
-
-
Uses of ResolvedReferenceTypeDeclaration in com.github.javaparser.ast.body
Methods in com.github.javaparser.ast.body that return ResolvedReferenceTypeDeclaration Modifier and Type Method Description ResolvedReferenceTypeDeclarationClassOrInterfaceDeclaration. resolve()ResolvedReferenceTypeDeclarationRecordDeclaration. resolve()abstract ResolvedReferenceTypeDeclarationTypeDeclaration. resolve() -
Uses of ResolvedReferenceTypeDeclaration in com.github.javaparser.resolution
Methods in com.github.javaparser.resolution that return ResolvedReferenceTypeDeclaration Modifier and Type Method Description ResolvedReferenceTypeDeclarationMethodUsage. declaringType()default ResolvedReferenceTypeDeclarationTypeSolver. getSolvedJavaLangObject()default ResolvedReferenceTypeDeclarationTypeSolver. getSolvedJavaLangRecord()default ResolvedReferenceTypeDeclarationTypeSolver. solveType(String name)Solve the given type.ResolvedReferenceTypeDeclarationSymbolResolver. toTypeDeclaration(Node node)For a node it would find the corresponding reference type declaration.Methods in com.github.javaparser.resolution that return types with arguments of type ResolvedReferenceTypeDeclaration Modifier and Type Method Description SymbolReference<ResolvedReferenceTypeDeclaration>TypeSolver. tryToSolveType(String name)Try to solve the type with the given name. -
Uses of ResolvedReferenceTypeDeclaration in com.github.javaparser.resolution.declarations
Subinterfaces of ResolvedReferenceTypeDeclaration in com.github.javaparser.resolution.declarations Modifier and Type Interface Description interfaceResolvedAnnotationDeclarationinterfaceResolvedClassDeclarationDeclaration of a Class (not an interface or an enum).interfaceResolvedEnumDeclarationDeclaration of an Enum.interfaceResolvedInterfaceDeclarationAn interface declaration.interfaceResolvedRecordDeclarationDeclaration of a Record (not an interface or an enum).Fields in com.github.javaparser.resolution.declarations with type parameters of type ResolvedReferenceTypeDeclaration Modifier and Type Field Description static Function<ResolvedReferenceTypeDeclaration,List<ResolvedReferenceType>>ResolvedReferenceTypeDeclaration. breadthFirstFuncstatic Function<ResolvedReferenceTypeDeclaration,List<ResolvedReferenceType>>ResolvedReferenceTypeDeclaration. depthFirstFuncMethods in com.github.javaparser.resolution.declarations that return ResolvedReferenceTypeDeclaration Modifier and Type Method Description default ResolvedReferenceTypeDeclarationResolvedReferenceTypeDeclaration. asReferenceType()default ResolvedReferenceTypeDeclarationResolvedTypeDeclaration. asReferenceType()ResolvedReferenceTypeDeclarationResolvedConstructorDeclaration. declaringType()A constructor can be declared in a class or an enum.ResolvedReferenceTypeDeclarationResolvedMethodLikeDeclaration. declaringType()The type in which the method is declared.default ResolvedReferenceTypeDeclarationResolvedTypeDeclaration. getInternalType(String name)Returns a type declaration for the internal type based on name.Methods in com.github.javaparser.resolution.declarations that return types with arguments of type ResolvedReferenceTypeDeclaration Modifier and Type Method Description Optional<ResolvedReferenceTypeDeclaration>ResolvedTypeDeclaration. containerType()Get the ReferenceTypeDeclaration enclosing this declaration.default Set<ResolvedReferenceTypeDeclaration>ResolvedTypeDeclaration. internalTypes()Get the list of types defined inside the current type.Methods in com.github.javaparser.resolution.declarations with parameters of type ResolvedReferenceTypeDeclaration Modifier and Type Method Description default booleanResolvedReferenceTypeDeclaration. canBeAssignedTo(ResolvedReferenceTypeDeclaration other)Can we assign instances of the type defined by this declaration to variables having the type defined by the given type?booleanResolvedReferenceTypeDeclaration. isAssignableBy(ResolvedReferenceTypeDeclaration other)Can we assign instances of the given type to variables having the type defined by this declaration?Method parameters in com.github.javaparser.resolution.declarations with type arguments of type ResolvedReferenceTypeDeclaration Modifier and Type Method Description default List<ResolvedReferenceType>ResolvedReferenceTypeDeclaration. getAllAncestors(Function<ResolvedReferenceTypeDeclaration,List<ResolvedReferenceType>> traverser)The list of all the ancestors of the current declaration, direct and indirect. -
Uses of ResolvedReferenceTypeDeclaration in com.github.javaparser.resolution.logic
Methods in com.github.javaparser.resolution.logic with parameters of type ResolvedReferenceTypeDeclaration Modifier and Type Method Description static Optional<MethodUsage>FunctionalInterfaceLogic. getFunctionalMethod(ResolvedReferenceTypeDeclaration typeDeclaration)Get the functional method defined by the type, if any. -
Uses of ResolvedReferenceTypeDeclaration in com.github.javaparser.resolution.model.typesystem
Methods in com.github.javaparser.resolution.model.typesystem with parameters of type ResolvedReferenceTypeDeclaration Modifier and Type Method Description protected ResolvedReferenceTypeReferenceTypeImpl. create(ResolvedReferenceTypeDeclaration typeDeclaration)protected ResolvedReferenceTypeReferenceTypeImpl. create(ResolvedReferenceTypeDeclaration typeDeclaration, List<ResolvedType> typeParametersCorrected)static ResolvedReferenceTypeReferenceTypeImpl. undeterminedParameters(ResolvedReferenceTypeDeclaration typeDeclaration)Method parameters in com.github.javaparser.resolution.model.typesystem with type arguments of type ResolvedReferenceTypeDeclaration Modifier and Type Method Description List<ResolvedReferenceType>ReferenceTypeImpl. getAllAncestors(Function<ResolvedReferenceTypeDeclaration,List<ResolvedReferenceType>> traverser)Constructors in com.github.javaparser.resolution.model.typesystem with parameters of type ResolvedReferenceTypeDeclaration Constructor Description ReferenceTypeImpl(ResolvedReferenceTypeDeclaration typeDeclaration)ReferenceTypeImpl(ResolvedReferenceTypeDeclaration typeDeclaration, List<ResolvedType> typeArguments) -
Uses of ResolvedReferenceTypeDeclaration in com.github.javaparser.resolution.types
Fields in com.github.javaparser.resolution.types declared as ResolvedReferenceTypeDeclaration Modifier and Type Field Description protected ResolvedReferenceTypeDeclarationResolvedReferenceType. typeDeclarationMethods in com.github.javaparser.resolution.types that return types with arguments of type ResolvedReferenceTypeDeclaration Modifier and Type Method Description Optional<ResolvedReferenceTypeDeclaration>ResolvedReferenceType. getTypeDeclaration()Corresponding TypeDeclarationMethods in com.github.javaparser.resolution.types with parameters of type ResolvedReferenceTypeDeclaration Modifier and Type Method Description protected abstract ResolvedReferenceTypeResolvedReferenceType. create(ResolvedReferenceTypeDeclaration typeDeclaration)protected ResolvedReferenceTypeResolvedReferenceType. create(ResolvedReferenceTypeDeclaration typeDeclaration, ResolvedTypeParametersMap typeParametersMap)protected abstract ResolvedReferenceTypeResolvedReferenceType. create(ResolvedReferenceTypeDeclaration typeDeclaration, List<ResolvedType> typeParameters)Method parameters in com.github.javaparser.resolution.types with type arguments of type ResolvedReferenceTypeDeclaration Modifier and Type Method Description abstract List<ResolvedReferenceType>ResolvedReferenceType. getAllAncestors(Function<ResolvedReferenceTypeDeclaration,List<ResolvedReferenceType>> traverser)Return all ancestors, that means all superclasses and interfaces.Constructors in com.github.javaparser.resolution.types with parameters of type ResolvedReferenceTypeDeclaration Constructor Description ResolvedReferenceType(ResolvedReferenceTypeDeclaration typeDeclaration)ResolvedReferenceType(ResolvedReferenceTypeDeclaration typeDeclaration, List<ResolvedType> typeArguments)
-