Searched refs:BooleanExpr (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DBooleanExpr.java21 * $Id: BooleanExpr.java,v 1.2.4.1 2005/09/01 11:44:57 pvedula Exp $
41 final class BooleanExpr extends Expression { class in inherits:Expression
44 public BooleanExpr(boolean value) { method in class:BooleanExpr
H A DPredicate.java435 return (_exp instanceof BooleanExpr);
H A Dxpath.cup891 RESULT = new BooleanExpr(true);
894 RESULT = new BooleanExpr(false);
H A DXPathParser.java1579 RESULT = new BooleanExpr(true);
1582 RESULT = new BooleanExpr(false);
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/compiler/
H A DXPathParser.java1178 protected void BooleanExpr() throws javax.xml.transform.TransformerException method in class:XPathParser

Completed in 49 milliseconds