Package | Description |
---|---|
org.codehaus.modello.plugin.java.javasource |
Modifier and Type | Field and Description |
---|---|
private JNamedMap |
JClass._fields
The list of member variables (fields) of this JClass
|
private JNamedMap |
JInterface.fields
The fields for this JInterface
|
private JNamedMap |
JMethodSignature.params
The list of parameters of this JMethodSignature in declared
order
|
private JNamedMap |
JConstructor.params
List of parameters for this Constructor
|