|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JMethodSignature | |
|---|---|
| org.exolab.javasource | This package contains classes that represent Java Source objects for Castor XML code generator. |
| Uses of JMethodSignature in org.exolab.javasource |
|---|
| Methods in org.exolab.javasource that return JMethodSignature | |
|---|---|
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. |
| Methods in org.exolab.javasource with parameters of type JMethodSignature | |
|---|---|
void |
JInterface.addMethod(JMethodSignature jMethodSig)
Adds the given JMethodSignature to this Jinterface. |
static void |
Java5HacksHelper.addOverrideAnnotations(JMethodSignature jms)
Given the method signature, add the Override annotation if this class is one that we know requires this annotation. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||