Home | History | Annotate | Download | only in compiler

Lines Matching refs:UnionExpr

1122    * UnaryExpr  ::=  UnionExpr
1142 UnionExpr();
1217 * are node sets. The result of the left hand side UnionExpr is the union
1221 * UnionExpr ::= PathExpr
1222 * | UnionExpr '|' PathExpr
1227 protected void UnionExpr() throws javax.xml.transform.TransformerException