Package | Description |
---|---|
com.thoughtworks.qdox.builder |
Provides classes which transform the structs from the JavaParser to the Java model elements
|
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.expression |
Provides classes which make it possible to resolve expression values
|
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 |
---|---|
void |
Builder.addAnnotation(AnnoDef annotation) |
Modifier and Type | Field and Description |
---|---|
private java.util.List<AnnoDef> |
ModelBuilder.currentAnnoDefs |
Modifier and Type | Method and Description |
---|---|
void |
ModelBuilder.addAnnotation(AnnoDef annotation) |
DefaultJavaAnnotation |
DefaultJavaAnnotationAssembler.assemble(AnnoDef annoDef) |
AnnotationValue |
DefaultJavaAnnotationAssembler.transform(AnnoDef annoDef) |
Modifier and Type | Method and Description |
---|---|
U |
ElemValueTransformer.transform(AnnoDef annoDef) |
Modifier and Type | Field and Description |
---|---|
private java.util.LinkedList<AnnoDef> |
Parser.annotationStack |
Modifier and Type | Method and Description |
---|---|
AnnoDef |
AnnoDef.getValue() |