Searched refs:Ops (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DBinOpExpr.java45 private static final String[] Ops = { field in class:BinOpExpr
84 final MethodType ptype = lookupPrimop(stable, Ops[_op],
130 return Ops[_op] + '(' + _left + ", " + _right + ')';
H A DLogicalExpr.java49 private static final String[] Ops = { "or", "and" }; field in class:LogicalExpr
124 return Ops[_op] + '(' + _left + ", " + _right + ')';
137 MethodType haveType = lookupPrimop(stable, Ops[_op], wantType);

Completed in 119 milliseconds