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.structs |
Provides simple models to be constructed by the parser.
|
Modifier and Type | Method and Description |
---|---|
void |
Builder.addAnnotation(AnnoDef annotation) |
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 | Method and Description |
---|---|
AnnoDef |
AnnoDef.getValue() |
Copyright © 2002–2019. All rights reserved.