Uses of Interface
com.thoughtworks.qdox.model.JavaGenericDeclaration
-
Packages that use JavaGenericDeclaration Package Description com.thoughtworks.qdox.builder.impl Provides the default implementation of the classes which transform the structs from the JavaParser to the Java model elementscom.thoughtworks.qdox.model Provides classes reflecting the Java model elements.com.thoughtworks.qdox.model.impl Provides the default implementation of the classes reflecting the Java model elements. -
-
Uses of JavaGenericDeclaration in com.thoughtworks.qdox.builder.impl
Methods in com.thoughtworks.qdox.builder.impl with type parameters of type JavaGenericDeclaration Modifier and Type Method Description private <G extends JavaGenericDeclaration>
DefaultJavaTypeVariable<G>ModelBuilder. createTypeVariable(TypeVariableDef typeVariableDef, G genericDeclaration)
Methods in com.thoughtworks.qdox.builder.impl with parameters of type JavaGenericDeclaration Modifier and Type Method Description private static JavaClass
ModelBuilder. getContext(JavaGenericDeclaration genericDeclaration)
-
Uses of JavaGenericDeclaration in com.thoughtworks.qdox.model
Classes in com.thoughtworks.qdox.model with type parameters of type JavaGenericDeclaration Modifier and Type Interface Description interface
JavaTypeVariable<D extends JavaGenericDeclaration>
Subinterfaces of JavaGenericDeclaration in com.thoughtworks.qdox.model Modifier and Type Interface Description interface
JavaClass
Equivalent ofClass
, providing the most important methods.interface
JavaConstructor
Modeled equivalent ofConstructor
, providing the most important methods.interface
JavaExecutable
A shared interface for the common functionality of Method and Constructor.interface
JavaMethod
Methods in com.thoughtworks.qdox.model with type parameters of type JavaGenericDeclaration Modifier and Type Method Description <D extends JavaGenericDeclaration>
java.util.List<JavaTypeVariable<D>>JavaGenericDeclaration. getTypeParameters()
Equivalent ofGenericDeclaration.getTypeParameters()
-
Uses of JavaGenericDeclaration in com.thoughtworks.qdox.model.impl
Classes in com.thoughtworks.qdox.model.impl with type parameters of type JavaGenericDeclaration Modifier and Type Class Description class
DefaultJavaTypeVariable<D extends JavaGenericDeclaration>
Equivalent ofTypeVariable
Classes in com.thoughtworks.qdox.model.impl that implement JavaGenericDeclaration Modifier and Type Class Description class
DefaultJavaClass
class
DefaultJavaConstructor
class
DefaultJavaExecutable
The BaseMethod contains all methods used by both JavaMethod and JavaConstructorclass
DefaultJavaMethod
class
DefaultJavaParameterizedType
class
DefaultJavaType
The default implementation forJavaType
class
DefaultJavaTypeVariable<D extends JavaGenericDeclaration>
Equivalent ofTypeVariable
class
DefaultJavaWildcardType
Equivalent ofWildcardType
This class supports both the 'super' and 'extends' wildcards.class
JavaMethodDelegate
This class can be used to access overridden methods while keeping a reference to the original class.Fields in com.thoughtworks.qdox.model.impl declared as JavaGenericDeclaration Modifier and Type Field Description private D
DefaultJavaTypeVariable. genericDeclaration
Methods in com.thoughtworks.qdox.model.impl with type parameters of type JavaGenericDeclaration Modifier and Type Method Description protected static <D extends JavaGenericDeclaration>
java.lang.StringDefaultJavaType. getGenericValue(JavaType base, java.util.List<JavaTypeVariable<D>> typeVariableList)
protected static <D extends JavaGenericDeclaration>
java.lang.StringDefaultJavaType. getResolvedFullyQualifiedName(JavaType base, java.util.List<JavaTypeVariable<D>> typeParameters)
protected static <D extends JavaGenericDeclaration>
java.lang.StringDefaultJavaType. getResolvedGenericFullyQualifiedName(JavaType base, java.util.List<JavaTypeVariable<D>> typeParameters)
protected static <D extends JavaGenericDeclaration>
java.lang.StringDefaultJavaType. getResolvedGenericValue(JavaType base, java.util.List<JavaTypeVariable<D>> typeParameters)
protected static <D extends JavaGenericDeclaration>
java.lang.StringDefaultJavaType. getResolvedValue(JavaType base, java.util.List<JavaTypeVariable<D>> typeParameters)
<D extends JavaGenericDeclaration>
java.util.List<JavaTypeVariable<D>>DefaultJavaType. getTypeParameters()
Equivalent ofGenericDeclaration.getTypeParameters()
protected static <D extends JavaGenericDeclaration>
JavaTypeVariable<D>DefaultJavaType. resolve(JavaType base, java.util.List<JavaTypeVariable<D>> typeParameters)
-