Uses of Class
com.thoughtworks.qdox.parser.structs.TagDef
-
Packages that use TagDef 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 elements -
-
Uses of TagDef in com.thoughtworks.qdox.builder
Methods in com.thoughtworks.qdox.builder with parameters of type TagDef Modifier and Type Method Description voidBuilder. addJavaDocTag(TagDef def) -
Uses of TagDef in com.thoughtworks.qdox.builder.impl
Fields in com.thoughtworks.qdox.builder.impl with type parameters of type TagDef Modifier and Type Field Description private java.util.List<TagDef>ModelBuilder. lastTagSetMethods in com.thoughtworks.qdox.builder.impl with parameters of type TagDef Modifier and Type Method Description voidModelBuilder. addJavaDocTag(TagDef tagDef)
-