Home | History | Annotate | Download | only in tutorial

Lines Matching full:parameter

76 <p>Javassist does not allow to add an extra parameter to an existing
78 extra parameter as well as the other parameters should be added to the
80 parameter <code>newZ</code> to a method:
233 the formal parameter types.
257 the original parameter names.
259 first parameter, <code>$2</code> represents the second parameter, and
260 so on. The types of those variables are identical to the parameter
308 then the value of the parameter represented by that variable is
316 <code>Object</code>. If a parameter type is a primitive type such as
317 <code>int</code>, then the parameter value is converted into a wrapper
320 <code>$1</code> unless the type of the first parameter is a primitive
326 assigned to each parameter. If a parameter type is a primitive
329 before it is assigned to the parameter.
383 <p>The parameter to <code>useCflow()</code> is the identifier of the
401 parameter. Since the value of <code>$cflow(fact)</code> is checked,
402 the method <code>fact()</code> does not show the parameter if it is
492 To execute it when an exception is thrown, the second parameter
508 parameter types in declaration order.
606 the formal parameter types.
665 <p>so that the first parameter to <code>move()</code> is always 0.
672 <code>ExprEditor</code> object. The parameter to <code>edit()</code>
676 <p>Calling <code>replace()</code> on the parameter to <code>edit()</code>
758 the formal parameter types.</td>
830 the formal parameter types.</td>
995 the formal parameter types.</td>
1154 <br>It takes one parameter (the type is <code>java.lang.Object</code>)
1156 <br>if the parameter value is an instance of the type on the right
1233 <br>It takes one parameter of the type <code>java.lang.Object</code>
1421 <p>Now, the method <code>addField()</code> receives the second parameter,
1553 The parameter to <code>get()</code>
1581 have the same name but take different parameter lists.