Package org.eclipse.wst.xml.xpath2.processor.internal.ast
public class ParExpr extends org.eclipse.wst.xml.xpath2.processor.internal.ast.PrimaryExprClass for parethesized expressions support.
Constructor Summary |
ParExpr(java.util.Collection exprs) |
Method Summary | |
public java.lang.Object | accept(org.eclipse.wst.xml.xpath2.processor.internal.ast.XPathVisitor v) Support for Visitor interface. |
public java.util.Iterator | iterator() Support for Iterator interface. |
Constructor Detail |
public ParExpr(java.util.Collection exprs)
Constructor for ParExpr.
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.
public java.util.Iterator iterator()
Support for Iterator interface.
java.util.Iterator
- Result of Iterator operation.