Uses of Class
com.thoughtworks.qdox.parser.structs.ModuleDef.ExportsDef
-
Packages that use ModuleDef.ExportsDef 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 ModuleDef.ExportsDef in com.thoughtworks.qdox.builder
Methods in com.thoughtworks.qdox.builder with parameters of type ModuleDef.ExportsDef Modifier and Type Method Description void
Builder. addExports(ModuleDef.ExportsDef exports)
-
Uses of ModuleDef.ExportsDef in com.thoughtworks.qdox.builder.impl
Methods in com.thoughtworks.qdox.builder.impl with parameters of type ModuleDef.ExportsDef Modifier and Type Method Description void
ModelBuilder. addExports(ModuleDef.ExportsDef exportsDef)
-