Package | Description |
---|---|
org.exolab.javasource |
This package contains classes that represent Java Source objects for Castor XML
code generator.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2024. All rights reserved.