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 TypeInterfaceDescriptioninterface
interface
Declaration of a Class (not an interface or an enum).interface
A declaration of a constructor.interface
Declaration of an Enum.interface
An interface declaration.interface
A declaration of a method (either in an interface, a class, an enum or an annotation).interface
This is a common interface for MethodDeclaration and ConstructorDeclaration.interface
Declaration of a Record (not an interface or an enum).interface
Methods 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 TypeClassDescriptionclass
This represents the default constructor added by the compiler for objects not declaring one.class
class
An anonymous class declaration representation.class
class
class
static class
Needed by ContextHelper An implicitly declared methodpublic static E valueOf(String name)
, which returns the enum constant ofE
with the specified name.static class
Needed 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.class
class
class
Heavily based on JavaParserClassDeclarationstatic class
static class
class
class
Methods 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 TypeClassDescriptionclass
class
class
class
class
class
class
Fields in com.github.javaparser.symbolsolver.javassistmodel declared as ResolvedTypeParametrizableModifier and TypeFieldDescriptionprivate ResolvedTypeParametrizable
JavassistTypeParameter.container
Methods in com.github.javaparser.symbolsolver.javassistmodel that return ResolvedTypeParametrizableMethods in com.github.javaparser.symbolsolver.javassistmodel with parameters of type ResolvedTypeParametrizableModifier and TypeMethodDescriptionprivate static ResolvedType
JavassistUtils.getGenericParameterByName
(String typeName, ResolvedTypeParametrizable typeParametrizable, TypeSolver typeSolver) private static ResolvedType
JavassistUtils.objectTypeArgumentToType
(javassist.bytecode.SignatureAttribute.ObjectType typeArgument, TypeSolver typeSolver, ResolvedTypeParametrizable typeParametrizable) (package private) static ResolvedType
JavassistUtils.signatureTypeToType
(javassist.bytecode.SignatureAttribute.Type signatureType, TypeSolver typeSolver, ResolvedTypeParametrizable typeParametrizable) private static ResolvedType
JavassistUtils.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 TypeClassDescriptionclass
A common ancestor for all ClassDeclarations.class
Common ancestor for most types. -
Uses of ResolvedTypeParametrizable in com.github.javaparser.symbolsolver.reflectionmodel
Classes in com.github.javaparser.symbolsolver.reflectionmodel that implement ResolvedTypeParametrizableModifier and TypeClassDescriptionclass
class
class
class
class
class
class
Fields in com.github.javaparser.symbolsolver.reflectionmodel declared as ResolvedTypeParametrizableModifier and TypeFieldDescriptionprivate ResolvedTypeParametrizable
ReflectionTypeParameter.container
Methods in com.github.javaparser.symbolsolver.reflectionmodel that return ResolvedTypeParametrizable