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 TypeMethodDescriptionvoidJConstructor.addParameter(JParameter parameter) Adds the given parameter to this JConstructor's list of parameters.voidJMethod.addParameter(JParameter parameter) Adds the given parameter to this JMethod's list of parameters.voidJMethodSignature.addParameter(JParameter parameter) Adds the given parameter to this JMethodSignature's list of parameters.final JConstructorAbstractJClass.createConstructor(JParameter[] params) Creates a new JConstructor and adds it to this JClass.