Package org.eclipse.wst.xml.xpath2.processor.internal.ast
public class ForExpr extends org.eclipse.wst.xml.xpath2.processor.internal.ast.ExprClass for the For expression.
Constructor Summary |
ForExpr(java.util.Collection varexp
,
org.eclipse.wst.xml.xpath2.processor.internal.ast.Expr ret) |
Method Summary | |
public java.lang.Object | accept(org.eclipse.wst.xml.xpath2.processor.internal.ast.XPathVisitor v) Support for Visitor interface. |
public org.eclipse.wst.xml.xpath2.processor.internal.ast.Expr | expr() Support for Expr interface. |
public java.util.Iterator | iterator() Support for Iterator interface. |
public void | set_expr(org.eclipse.wst.xml.xpath2.processor.internal.ast.Expr e) Set Expression. |
public void | truncate_pairs() Normalization of expression pairs. |
public java.util.Collection | ve_pairs() Support for Collection interface. |
Constructor Detail |
public ForExpr(java.util.Collection varexp
,
org.eclipse.wst.xml.xpath2.processor.internal.ast.Expr ret)
Constructor for ForExpr.
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 org.eclipse.wst.xml.xpath2.processor.internal.ast.Expr expr()
Support for Expr interface.
org.eclipse.wst.xml.xpath2.processor.internal.ast.Expr
- Result of Expr operation.
public java.util.Iterator iterator()
Support for Iterator interface.
java.util.Iterator
- Result of Iterator operation.
public void set_expr(org.eclipse.wst.xml.xpath2.processor.internal.ast.Expr e)
Set Expression.
e
- Expression.
public void truncate_pairs()
Normalization of expression pairs.
public java.util.Collection ve_pairs()
Support for Collection interface.
java.util.Collection
- Expression pairs.