Searched refs:FilterExpr (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DFilterExpr.java21 * $Id: FilterExpr.java,v 1.2.4.1 2005/09/12 10:22:50 pvedula Exp $
52 class FilterExpr extends Expression { class in inherits:Expression
64 public FilterExpr(Expression primary, Vector predicates) { method in class:FilterExpr
H A Dxpath.cup317 non terminal Expression Predicate, FilterExpr, Step;
571 | FilterExpr:fexp
574 | FilterExpr:fexp SLASH RelativeLocationPath:rlp
577 | FilterExpr:fexp DSLASH RelativeLocationPath:rlp
797 FilterExpr ::= PrimaryExpr:primary
801 {: RESULT = new FilterExpr(primary, pp); :};
H A DXPathParser.java1749 case 100: // FilterExpr ::= PrimaryExpr Predicates
1758 RESULT = new FilterExpr(primary, pp);
1759 CUP$XPathParser$result = new com.sun.java_cup.internal.runtime.Symbol(6/*FilterExpr*/, ((com.sun.java_cup.internal.runtime.Symbol)CUP$XPathParser$stack.elementAt(CUP$XPathParser$top-1)).left, ((com.sun.java_cup.internal.runtime.Symbol)CUP$XPathParser$stack.elementAt(CUP$XPathParser$top-0)).right, RESULT);
1764 case 99: // FilterExpr ::= PrimaryExpr
1771 CUP$XPathParser$result = new com.sun.java_cup.internal.runtime.Symbol(6/*FilterExpr*/, ((com.sun.java_cup.internal.runtime.Symbol)CUP$XPathParser$stack.elementAt(CUP$XPathParser$top-0)).left, ((com.sun.java_cup.internal.runtime.Symbol)CUP$XPathParser$stack.elementAt(CUP$XPathParser$top-0)).right, RESULT);
2229 case 66: // PathExpr ::= FilterExpr DSLASH RelativeLocationPath
2262 case 65: // PathExpr ::= FilterExpr SLASH RelativeLocationPath
2277 case 64: // PathExpr ::= FilterExpr
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/compiler/
H A DXPathParser.java71 * Results from checking FilterExpr syntax
722 // a FilterExpr.
1266 * | FilterExpr
1267 * | FilterExpr '/' RelativeLocationPath
1268 * | FilterExpr '//' RelativeLocationPath
1280 int filterExprMatch = FilterExpr();
1284 // If FilterExpr had Predicates, a OP_LOCATIONPATH opcode would already
1326 * FilterExpr ::= PrimaryExpr
1327 * | FilterExpr Predicate
1333 * FilterExpr wit
1340 protected int FilterExpr() throws javax.xml.transform.TransformerException method in class:XPathParser
[all...]

Completed in 238 milliseconds