Searched defs:Expr (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/compiler/
H A DXPathParser.java131 Expr();
785 * Expr ::= OrExpr
790 protected void Expr() throws javax.xml.transform.TransformerException method in class:XPathParser
1153 * StringExpr ::= Expr
1164 Expr();
1173 * StringExpr ::= Expr
1184 Expr();
1199 * NumberExpr ::= Expr
1210 Expr();
1386 * | '(' Expr ')'
[all...]
/openjdk7/hotspot/src/share/vm/adlc/
H A Dforms.hpp503 //------------------------------Expr------------------------------------------
505 // class Expr represents integer expressions containing constants and addition
508 class Expr { class
519 Expr();
520 Expr(const char *cost);
521 Expr(const char *name, const char *expression, int min_value, int max_value);
522 Expr *clone() const;
524 bool is_unknown() const { return (this == Expr::get_unknown()); }
525 bool is_zero() const { return (_min_value == Expr::Zero && _max_value == Expr
[all...]
H A Ddfa.cpp56 Expr *_cost_lb; // Cost lower bound for this production
57 Expr *_cost_ub; // Cost upper bound for this production
66 Expr *cost_lb() const { return (Expr *)_cost_lb; }
67 Expr *cost_ub() const { return (Expr *)_cost_ub; }
94 Expr *cost_lb(const char *result);
95 Expr *cost_ub(const char *result);
96 void set_cost_bounds(const char *result, const Expr *cost, bool has_state_check, bool has_cost_check);
118 const char *arrayIdx, const Expr *cos
639 Expr::Expr() { function in class:Expr
645 Expr::Expr(const char *cost) { function in class:Expr
667 Expr::Expr(const char *name, const char *expression, int min_value, int max_value) { function in class:Expr
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/parse/compact/
H A DCompactSyntax.java489 p = Expr(true, scope, null, null);
1015 final public ParsedPattern Expr(boolean topLevel, Scope scope, Token t, Annotations a) throws ParseException { method in class:CompactSyntax
1161 p = Expr(false, scope, null, null);
1175 p = Expr(false, scope, null, null);
1499 p = Expr(false, scope, null, null);
1511 p = Expr(false, scope, null, null);
1535 p = Expr(topLevel, scope, t, a);
1632 p = Expr(false, scope, null, null);
1642 p = Expr(false, scope, null, null);

Completed in 44 milliseconds