Home | History | Annotate | Download | only in compiler

Lines Matching defs:Argument

288    * @return true if the next token matches the character argument.
323 * argument.
395 * argument.
576 * @throws RuntimeException if the b argument is false.
1188 error(XPATHErrorResources.ER_BOOLEAN_ARG_NO_LONGER_OPTIONAL, null); //"boolean(...) argument is no longer optional with 19990709 XPath draft.");
1458 * Argument ::= Expr
1463 protected void Argument() throws javax.xml.transform.TransformerException
1477 * FunctionCall ::= FunctionName '(' ( Argument ( ',' Argument)*)? ')'
1534 error(XPATHErrorResources.ER_FOUND_COMMA_BUT_NO_PRECEDING_ARG, null); //"Found ',' but no preceding argument!");
1537 Argument();
1546 null); //"Found ',' but no following argument!");