Package | Description |
---|---|
org.codehaus.modello.plugin.java | |
org.codehaus.modello.plugin.java.javasource |
Modifier and Type | Method and Description |
---|---|
private void |
JavaModelloGenerator.addParameter(JMethodSignature jMethod,
java.lang.String type,
java.lang.String name,
java.lang.String comment) |
Modifier and Type | Field and Description |
---|---|
private JMethodSignature |
JMethod._signature
The signature for this method.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<JMethodSignature> |
JInterface.methods
The list of methods of this JInterface
|
Modifier and Type | Method and Description |
---|---|
JMethodSignature |
JInterface.getMethod(int index)
Returns the JMethodSignature at the given index.
|
JMethodSignature |
JInterface.getMethod(java.lang.String name,
int startIndex)
Returns the JMethodSignature with the given name,
and occuring at or after the given starting index.
|
JMethodSignature[] |
JInterface.getMethods()
Returns an array of all the JMethodSignatures of this JInterface.
|
JMethodSignature |
JMethod.getSignature()
Returns the JMethodSignature for this JMethod.
|
Modifier and Type | Method and Description |
---|---|
void |
JInterface.addMethod(JMethodSignature jMethodSig)
Adds the given JMethodSignature to this JClass
|