Uses of Class
com.thoughtworks.qdox.parser.structs.ModuleDef.ProvidesDef
-
Packages that use ModuleDef.ProvidesDef 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.impl Provides the implementations of the Lexers and Parsers -
-
Uses of ModuleDef.ProvidesDef in com.thoughtworks.qdox.builder
Methods in com.thoughtworks.qdox.builder with parameters of type ModuleDef.ProvidesDef Modifier and Type Method Description voidBuilder. addProvides(ModuleDef.ProvidesDef provides) -
Uses of ModuleDef.ProvidesDef in com.thoughtworks.qdox.builder.impl
Methods in com.thoughtworks.qdox.builder.impl with parameters of type ModuleDef.ProvidesDef Modifier and Type Method Description voidModelBuilder. addProvides(ModuleDef.ProvidesDef providesDef) -
Uses of ModuleDef.ProvidesDef in com.thoughtworks.qdox.parser.impl
Fields in com.thoughtworks.qdox.parser.impl declared as ModuleDef.ProvidesDef Modifier and Type Field Description private ModuleDef.ProvidesDefParser. prv
-