|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JParameter | |
|---|---|
| org.exolab.javasource | This package contains classes that represent Java Source objects for Castor XML code generator. |
| Uses of JParameter in org.exolab.javasource |
|---|
| Methods in org.exolab.javasource that return JParameter | |
|---|---|
JParameter |
JMethodSignature.getParameter(int index)
Returns the JParameter at the given index. |
JParameter |
JMethod.getParameter(int index)
Returns the JParameter at the given index. |
JParameter[] |
JMethodSignature.getParameters()
Returns the set of JParameters in this JMethodSignature. |
JParameter[] |
JMethod.getParameters()
Returns the set of JParameters for this JMethod. |
JParameter[] |
JConstructor.getParameters()
Returns an array of JParameters consisting of the parameters of this JConstructor in declared order. |
| Methods in org.exolab.javasource with parameters of type JParameter | |
|---|---|
void |
JMethodSignature.addParameter(JParameter parameter)
Adds the given parameter to this JMethodSignature's list of parameters. |
void |
JMethod.addParameter(JParameter parameter)
Adds the given parameter to this JMethod's list of parameters. |
void |
JConstructor.addParameter(JParameter parameter)
Adds the given parameter to this JConstructor's list of parameters. |
JConstructor |
AbstractJClass.createConstructor(JParameter[] params)
Creates a new JConstructor and adds it to this JClass. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||