Uses of Class
com.thoughtworks.qdox.parser.structs.AnnoDef
-
Packages that use AnnoDef Package Description com.thoughtworks.qdox.builder Provides classes which transform the structs from the JavaParser to the Java model elementscom.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.parser.expression Provides classes which make it possible to resolve expression valuescom.thoughtworks.qdox.parser.impl Provides the implementations of the Lexers and Parserscom.thoughtworks.qdox.parser.structs Provides simple models to be constructed by the parser. -
-
Uses of AnnoDef in com.thoughtworks.qdox.builder
Methods in com.thoughtworks.qdox.builder with parameters of type AnnoDef Modifier and Type Method Description void
Builder. addAnnotation(AnnoDef annotation)
-
Uses of AnnoDef in com.thoughtworks.qdox.builder.impl
Fields in com.thoughtworks.qdox.builder.impl with type parameters of type AnnoDef Modifier and Type Field Description private java.util.List<AnnoDef>
ModelBuilder. currentAnnoDefs
Methods in com.thoughtworks.qdox.builder.impl with parameters of type AnnoDef Modifier and Type Method Description void
ModelBuilder. addAnnotation(AnnoDef annotation)
DefaultJavaAnnotation
DefaultJavaAnnotationAssembler. assemble(AnnoDef annoDef)
AnnotationValue
DefaultJavaAnnotationAssembler. transform(AnnoDef annoDef)
-
Uses of AnnoDef in com.thoughtworks.qdox.parser.expression
Methods in com.thoughtworks.qdox.parser.expression with parameters of type AnnoDef Modifier and Type Method Description U
ElemValueTransformer. transform(AnnoDef annoDef)
-
Uses of AnnoDef in com.thoughtworks.qdox.parser.impl
Fields in com.thoughtworks.qdox.parser.impl with type parameters of type AnnoDef Modifier and Type Field Description private java.util.LinkedList<AnnoDef>
Parser. annotationStack
-
Uses of AnnoDef in com.thoughtworks.qdox.parser.structs
Methods in com.thoughtworks.qdox.parser.structs that return AnnoDef Modifier and Type Method Description AnnoDef
AnnoDef. getValue()
-