Package | Description |
---|---|
org.codehaus.modello.plugin.java.javasource |
Modifier and Type | Method and Description |
---|---|
JMethodSignature |
JInterface.getMethod(int index)
Returns the JMethodSignature at the given index.
|
JMethodSignature |
JInterface.getMethod(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
|
Copyright © 2001-2017 Codehaus. All Rights Reserved.