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 elements
|
com.thoughtworks.qdox.parser.impl |
Provides the implementations of the Lexers and Parsers
|
com.thoughtworks.qdox.parser.structs |
Provides simple models to be constructed by the parser.
|
Modifier and Type | Method and Description |
---|---|
private <G extends JavaGenericDeclaration> |
ModelBuilder.createTypeVariable(TypeVariableDef typeVariableDef,
G genericDeclaration) |
Modifier and Type | Field and Description |
---|---|
private TypeVariableDef |
Parser.typeVariable |
Modifier and Type | Field and Description |
---|---|
private java.util.List<TypeVariableDef> |
Parser.typeParams |
Modifier and Type | Field and Description |
---|---|
private java.util.List<TypeVariableDef> |
MethodDef.typeParams |
private java.util.List<TypeVariableDef> |
ClassDef.typeParams |
Modifier and Type | Method and Description |
---|---|
java.util.List<TypeVariableDef> |
ClassDef.getTypeParameters() |
java.util.List<TypeVariableDef> |
MethodDef.getTypeParams() |
Modifier and Type | Method and Description |
---|---|
void |
ClassDef.setTypeParameters(java.util.List<TypeVariableDef> typeParams) |
void |
MethodDef.setTypeParams(java.util.List<TypeVariableDef> typeParams) |