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.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 voidBuilder. addAnnotation(AnnoDef annotation) -
Uses of AnnoDef in com.thoughtworks.qdox.builder.impl
Methods in com.thoughtworks.qdox.builder.impl with parameters of type AnnoDef Modifier and Type Method Description voidModelBuilder. addAnnotation(AnnoDef annotation)DefaultJavaAnnotationDefaultJavaAnnotationAssembler. assemble(AnnoDef annoDef)AnnotationValueDefaultJavaAnnotationAssembler. 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 UElemValueTransformer. transform(AnnoDef annoDef) -
Uses of AnnoDef in com.thoughtworks.qdox.parser.structs
Methods in com.thoughtworks.qdox.parser.structs that return AnnoDef Modifier and Type Method Description AnnoDefAnnoDef. getValue()
-