Lines Matching refs:param

203      *  @param n     The integer to be loaded.
210 * @param tc The given type code (@see ByteCode).
228 * @param tc The given type code (@see ByteCode).
235 * @param tc The given type code (@see ByteCode).
254 * @param sym The accessed symbol
255 * @param site The qualifier's type.
302 * @param type The type for which a reference is inserted.
330 * @param type The variable's type.
342 * @param pos Position to be used for error reporting.
343 * @param site The type of which the method is a member.
344 * @param name The method's name.
345 * @param argtypes The method's argument types.
346 * @param isStatic A flag that indicates whether we call a
393 * @param target The tree representing the structure that's aborted
394 * @param env The environment current at the non-local exit.
407 * @param env the environment which might contain the finalizer
417 * @param from the most deeply nested environment to mark
418 * @param to the least deeply nested environment to mark
431 * @param target The tree representing the structure that's aborted
432 * @param env The environment current at the non-local exit.
449 * @param defs The list of class member declarations.
450 * @param c The enclosing class.
546 * @param md The tree potentially representing a
548 * @param initCode The list of instance initializer statements.
595 * @param c The class whose interfaces are searched for methods
606 * @param c The class whose interfaces are searched for methods
608 * @param site The class in which a definition may be needed.
638 * @param c The class to which the Miranda method is added.
639 * @param m The interface method symbol for which a Miranda method
677 * @param tree The definition to be visited.
678 * @param env The environment current at the definition.
698 * @param tree The tree to be visited.
699 * @param env The environment to use.
700 * @param crtFlags The CharacterRangeTable flags
733 * @param trees The list of trees to be visited.
734 * @param env The environment to use.
735 * @param crtFlags The CharacterRangeTable flags
765 * @param tree The tree to be visited.
766 * @param crtFlags The CharacterRangeTable flags
779 * @param _tree The expression to be visited.
780 * @param markBranches The flag to indicate that the condition is
825 * @param tree The expression to be visited.
826 * @param pt The expression's expected type (proto-type).
850 * @param trees The argument expressions to be visited.
851 * @param pts The expression's expected types (i.e. the formal parameter
889 * @param tree The tree representing the method definition.
890 * @param env The environment current for the method body.
891 * @param fatcode A flag that indicates whether all jumps are
1056 * @param loop The tree representing the loop.
1057 * @param body The loop's body.
1058 * @param cond The loop's controling condition.
1059 * @param step "Step" statements to be inserted at end of
1061 * @param testFirst True if the loop test belongs before the body.
1353 * @param body The body of the try or synchronized statement.
1354 * @param catchers The lis of catch clauses.
1355 * @param env the environment current for the body.
1374 code.entryPoint(stateTry, l.head.param.sym.type);
1448 * @param tree The catch clause.
1449 * @param env The environment current in the enclosing try.
1450 * @param startpc Start pc of try-block.
1451 * @param endpc End pc of try-block.
1459 ((JCTypeUnion)tree.param.vartype).alternatives :
1460 List.of(tree.param.vartype);
1481 VarSymbol exparam = tree.param.sym;
2024 * @param lhs The tree representing the left operand.
2025 * @param rhs The tree representing the right operand.
2026 * @param operator The operator symbol.
2205 * @param env The attribution environment that belongs to the
2208 * @param cdef The tree representing the class definition.