Uses of Interface
com.github.javaparser.resolution.declarations.ResolvedTypeParametrizable
-
Packages that use ResolvedTypeParametrizable Package Description com.github.javaparser.resolution.declarations com.github.javaparser.symbolsolver.javaparsermodel.declarations com.github.javaparser.symbolsolver.javassistmodel Implementation of model based on Javassist.com.github.javaparser.symbolsolver.logic com.github.javaparser.symbolsolver.reflectionmodel Implementation of model based on reflection. -
-
Uses of ResolvedTypeParametrizable in com.github.javaparser.resolution.declarations
Subinterfaces of ResolvedTypeParametrizable in com.github.javaparser.resolution.declarations Modifier and Type Interface Description interface
ResolvedAnnotationDeclaration
interface
ResolvedClassDeclaration
Declaration of a Class (not an interface or an enum).interface
ResolvedConstructorDeclaration
A declaration of a constructor.interface
ResolvedEnumDeclaration
Declaration of an Enum.interface
ResolvedInterfaceDeclaration
An interface declaration.interface
ResolvedMethodDeclaration
A declaration of a method (either in an interface, a class, an enum or an annotation).interface
ResolvedMethodLikeDeclaration
This is a common interface for MethodDeclaration and ConstructorDeclaration.interface
ResolvedReferenceTypeDeclaration
Methods in com.github.javaparser.resolution.declarations that return ResolvedTypeParametrizable Modifier and Type Method Description ResolvedTypeParametrizable
ResolvedTypeParameterDeclaration. 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 ResolvedTypeParametrizable Modifier and Type Class Description class
DefaultConstructorDeclaration<N extends ResolvedReferenceTypeDeclaration>
This represents the default constructor added by the compiler for objects not declaring one.class
JavaParserAnnotationDeclaration
class
JavaParserAnonymousClassDeclaration
An anonymous class declaration representation.class
JavaParserClassDeclaration
class
JavaParserConstructorDeclaration<N extends ResolvedReferenceTypeDeclaration>
class
JavaParserEnumDeclaration
static class
JavaParserEnumDeclaration.ValueOfMethod
Needed by ContextHelper An implicitly declared methodpublic static E valueOf(String name)
, which returns the enum constant ofE
with the specified name.static class
JavaParserEnumDeclaration.ValuesMethod
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
JavaParserInterfaceDeclaration
class
JavaParserMethodDeclaration
class
JavaParserTypeParameter
class
JavaParserTypeVariableDeclaration
Methods in com.github.javaparser.symbolsolver.javaparsermodel.declarations that return ResolvedTypeParametrizable Modifier and Type Method Description ResolvedTypeParametrizable
JavaParserTypeParameter. getContainer()
-
Uses of ResolvedTypeParametrizable in com.github.javaparser.symbolsolver.javassistmodel
Classes in com.github.javaparser.symbolsolver.javassistmodel that implement ResolvedTypeParametrizable Modifier and Type Class Description class
JavassistAnnotationDeclaration
class
JavassistClassDeclaration
class
JavassistConstructorDeclaration
class
JavassistEnumDeclaration
class
JavassistInterfaceDeclaration
class
JavassistMethodDeclaration
Methods in com.github.javaparser.symbolsolver.javassistmodel that return ResolvedTypeParametrizable Modifier and Type Method Description ResolvedTypeParametrizable
JavassistTypeParameter. getContainer()
Constructors in com.github.javaparser.symbolsolver.javassistmodel with parameters of type ResolvedTypeParametrizable Constructor Description JavassistTypeParameter(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 ResolvedTypeParametrizable Modifier and Type Class Description class
AbstractClassDeclaration
A common ancestor for all ClassDeclarations.class
AbstractTypeDeclaration
Common ancestor for most types. -
Uses of ResolvedTypeParametrizable in com.github.javaparser.symbolsolver.reflectionmodel
Classes in com.github.javaparser.symbolsolver.reflectionmodel that implement ResolvedTypeParametrizable Modifier and Type Class Description class
ReflectionAnnotationDeclaration
class
ReflectionClassDeclaration
class
ReflectionConstructorDeclaration
class
ReflectionEnumDeclaration
class
ReflectionInterfaceDeclaration
class
ReflectionMethodDeclaration
Methods in com.github.javaparser.symbolsolver.reflectionmodel that return ResolvedTypeParametrizable Modifier and Type Method Description ResolvedTypeParametrizable
ReflectionTypeParameter. getContainer()
-