Uses of Class
org.codehaus.modello.plugin.java.javasource.JParameter
-
Packages that use JParameter Package Description org.codehaus.modello.plugin.java.javasource org.codehaus.modello.plugin.stax -
-
Uses of JParameter in org.codehaus.modello.plugin.java.javasource
Fields in org.codehaus.modello.plugin.java.javasource with type parameters of type JParameter Modifier and Type Field Description private java.util.Map<java.lang.String,JParameter>JConstructor. paramsList of parameters for this Constructorprivate java.util.Map<java.lang.String,JParameter>JMethodSignature. paramsThe list of parameters of this JMethodSignature in declared orderMethods in org.codehaus.modello.plugin.java.javasource that return JParameter Modifier and Type Method Description JParameterJMethod. getParameter(int index)Returns the JParameter at the given index.JParameterJMethodSignature. getParameter(int index)Returns the JParameter at the given index.JParameter[]JConstructor. getParameters()Returns an array of JParameters consisting of the parameters of this Method in declared orderJParameter[]JMethod. getParameters()Returns the set of JParameters for this JMethod.JParameter[]JMethodSignature. getParameters()Returns the set of JParameters for this JMethodSignature
Note: the array is a copy, the params in the array are the actual references.Methods in org.codehaus.modello.plugin.java.javasource with parameters of type JParameter Modifier and Type Method Description voidJConstructor. addParameter(JParameter parameter)Adds the given parameter to this Methods list of parametersvoidJMethod. 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.JConstructorJClass. createConstructor(JParameter[] params)Creates a new JConstructor and adds it to this JClass. -
Uses of JParameter in org.codehaus.modello.plugin.stax
Methods in org.codehaus.modello.plugin.stax that return JParameter Modifier and Type Method Description private static JParameterStaxSerializerGenerator. param(java.lang.String type, java.lang.String name)Methods in org.codehaus.modello.plugin.stax with parameters of type JParameter Modifier and Type Method Description private voidStaxSerializerGenerator. add(JClass jClass, java.lang.String name, java.lang.String before, java.lang.String after, JParameter... params)
-