Uses of Class
org.exolab.javasource.JParameter
Packages that use JParameter
Package
Description
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 JParameterModifier and TypeMethodDescriptionJMethod.getParameter
(int index) Returns the JParameter at the given index.JMethodSignature.getParameter
(int index) Returns the JParameter at the given index.JConstructor.getParameters()
Returns an array of JParameters consisting of the parameters of this JConstructor in declared order.JMethod.getParameters()
Returns the set of JParameters for this JMethod.JMethodSignature.getParameters()
Returns the set of JParameters in this JMethodSignature.Methods in org.exolab.javasource with parameters of type JParameterModifier and TypeMethodDescriptionvoid
JConstructor.addParameter
(JParameter parameter) Adds the given parameter to this JConstructor's list of parameters.void
JMethod.addParameter
(JParameter parameter) Adds the given parameter to this JMethod's list of parameters.void
JMethodSignature.addParameter
(JParameter parameter) Adds the given parameter to this JMethodSignature's list of parameters.final JConstructor
AbstractJClass.createConstructor
(JParameter[] params) Creates a new JConstructor and adds it to this JClass.