Package org.eclipse.wst.xml.xpath2.processor.internal.ast
public class UnionExpr extends org.eclipse.wst.xml.xpath2.processor.internal.ast.BinExprThe union class takes two node sequences as operands and return a sequence containing all the nodes that occur in either of the operands.
Constructor Summary |
UnionExpr(org.eclipse.wst.xml.xpath2.processor.internal.ast.Expr l
,
org.eclipse.wst.xml.xpath2.processor.internal.ast.Expr r) |
Method Summary | |
public java.lang.Object | accept(org.eclipse.wst.xml.xpath2.processor.internal.ast.XPathVisitor v) Support for Visitor interface. |
Constructor Detail |
public UnionExpr(org.eclipse.wst.xml.xpath2.processor.internal.ast.Expr l
,
org.eclipse.wst.xml.xpath2.processor.internal.ast.Expr r)
Constructor for UnionExpr.
Methods Detail |
public java.lang.Object accept(org.eclipse.wst.xml.xpath2.processor.internal.ast.XPathVisitor v)
Support for Visitor interface.
v
java.lang.Object
- Result of Visitor operation.