| Package | Description |
|---|---|
| com.thoughtworks.qdox.builder |
Provides classes which transform the structs from the JavaParser to the Java model elements
|
| com.thoughtworks.qdox.builder.impl |
Provides the default implementation of the classes which transform the structs from the JavaParser to the Java model elements
|
| com.thoughtworks.qdox.parser.impl |
Provides the implementations of the Lexers and Parsers
|
| Modifier and Type | Method and Description |
|---|---|
void |
Builder.endConstructor(MethodDef def) |
void |
Builder.endMethod(MethodDef def) |
| Modifier and Type | Method and Description |
|---|---|
void |
ModelBuilder.endConstructor(MethodDef def) |
void |
ModelBuilder.endMethod(MethodDef def) |
| Modifier and Type | Field and Description |
|---|---|
private MethodDef |
Parser.mth |
| Modifier and Type | Method and Description |
|---|---|
private MethodDef |
BinaryClassParser.createMethodDef(java.lang.reflect.Member member) |