Package org.eclipse.wst.xml.xpath2.processor.internal.ast


org.eclipse.wst.xml.xpath2.processor.internal.ast
Class ParExpr



public class ParExpr
extends org.eclipse.wst.xml.xpath2.processor.internal.ast.PrimaryExpr
Class for parethesized expressions support.

Constructor Summary

ParExpr(java.util.Collection exprs)

Method Summary

public java.lang.Objectaccept(org.eclipse.wst.xml.xpath2.processor.internal.ast.XPathVisitor v)
     Support for Visitor interface.
public java.util.Iteratoriterator()
     Support for Iterator interface.

Constructor Detail

ParExpr

public ParExpr(java.util.Collection exprs)

Constructor for ParExpr.


Methods Detail

accept

public java.lang.Object accept(org.eclipse.wst.xml.xpath2.processor.internal.ast.XPathVisitor v)

Support for Visitor interface.

Parameters

v

Returns

java.lang.Object - Result of Visitor operation.


iterator

public java.util.Iterator iterator()

Support for Iterator interface.

Returns

java.util.Iterator - Result of Iterator operation.