Uses of Interface
com.github.javaparser.resolution.declarations.ResolvedTypeParametrizable
Packages that use ResolvedTypeParametrizable
Package
Description
Implementation of model based on Javassist.
Implementation of model based on reflection.
-
Uses of ResolvedTypeParametrizable in com.github.javaparser.resolution.declarations
Subinterfaces of ResolvedTypeParametrizable in com.github.javaparser.resolution.declarationsModifier and TypeInterfaceDescriptioninterfaceinterfaceDeclaration of a Class (not an interface or an enum).interfaceA declaration of a constructor.interfaceDeclaration of an Enum.interfaceAn interface declaration.interfaceA declaration of a method (either in an interface, a class, an enum or an annotation).interfaceThis is a common interface for MethodDeclaration and ConstructorDeclaration.interfaceDeclaration of a Record (not an interface or an enum).interfaceMethods in com.github.javaparser.resolution.declarations that return ResolvedTypeParametrizableModifier and TypeMethodDescriptionResolvedTypeParameterDeclaration.getContainer()The TypeParametrizable of the container. -
Uses of ResolvedTypeParametrizable in com.github.javaparser.symbolsolver.javaparsermodel.declarations
Classes in com.github.javaparser.symbolsolver.javaparsermodel.declarations that implement ResolvedTypeParametrizableModifier and TypeClassDescriptionclassThis represents the default constructor added by the compiler for objects not declaring one.classclassAn anonymous class declaration representation.classclassclassstatic classNeeded by ContextHelper An implicitly declared methodpublic static E valueOf(String name), which returns the enum constant ofEwith the specified name.static classNeeded by ContextHelper An implicitly declared methodpublic static E[] values(), which returns an array containing the enum constants ofE, in the same order as they appear in the body of the declaration of E.classclassclassHeavily based on JavaParserClassDeclarationstatic classstatic classclassclassMethods in com.github.javaparser.symbolsolver.javaparsermodel.declarations that return ResolvedTypeParametrizable -
Uses of ResolvedTypeParametrizable in com.github.javaparser.symbolsolver.javassistmodel
Classes in com.github.javaparser.symbolsolver.javassistmodel that implement ResolvedTypeParametrizableModifier and TypeClassDescriptionclassclassclassclassclassclassclassFields in com.github.javaparser.symbolsolver.javassistmodel declared as ResolvedTypeParametrizableModifier and TypeFieldDescriptionprivate ResolvedTypeParametrizableJavassistTypeParameter.containerMethods in com.github.javaparser.symbolsolver.javassistmodel that return ResolvedTypeParametrizableMethods in com.github.javaparser.symbolsolver.javassistmodel with parameters of type ResolvedTypeParametrizableModifier and TypeMethodDescriptionprivate static ResolvedTypeJavassistUtils.getGenericParameterByName(String typeName, ResolvedTypeParametrizable typeParametrizable, TypeSolver typeSolver) private static ResolvedTypeJavassistUtils.objectTypeArgumentToType(javassist.bytecode.SignatureAttribute.ObjectType typeArgument, TypeSolver typeSolver, ResolvedTypeParametrizable typeParametrizable) (package private) static ResolvedTypeJavassistUtils.signatureTypeToType(javassist.bytecode.SignatureAttribute.Type signatureType, TypeSolver typeSolver, ResolvedTypeParametrizable typeParametrizable) private static ResolvedTypeJavassistUtils.typeArgumentToType(javassist.bytecode.SignatureAttribute.TypeArgument typeArgument, TypeSolver typeSolver, ResolvedTypeParametrizable typeParametrizable) Constructors in com.github.javaparser.symbolsolver.javassistmodel with parameters of type ResolvedTypeParametrizableModifierConstructorDescriptionJavassistTypeParameter(javassist.bytecode.SignatureAttribute.TypeParameter wrapped, ResolvedTypeParametrizable container, TypeSolver typeSolver) -
Uses of ResolvedTypeParametrizable in com.github.javaparser.symbolsolver.logic
Classes in com.github.javaparser.symbolsolver.logic that implement ResolvedTypeParametrizableModifier and TypeClassDescriptionclassA common ancestor for all ClassDeclarations.classCommon ancestor for most types. -
Uses of ResolvedTypeParametrizable in com.github.javaparser.symbolsolver.reflectionmodel
Classes in com.github.javaparser.symbolsolver.reflectionmodel that implement ResolvedTypeParametrizableModifier and TypeClassDescriptionclassclassclassclassclassclassclassFields in com.github.javaparser.symbolsolver.reflectionmodel declared as ResolvedTypeParametrizableModifier and TypeFieldDescriptionprivate ResolvedTypeParametrizableReflectionTypeParameter.containerMethods in com.github.javaparser.symbolsolver.reflectionmodel that return ResolvedTypeParametrizable