Package org.eclipse.wst.xml.xpath2.processor.internal.ast
public class QuantifiedExpr extends org.eclipse.wst.xml.xpath2.processor.internal.ast.ExprSupport for Quantified expressions.
Field Summary | |
public static int | ALLSet internal value for ALL. |
public static int | SOMESet internal value for SOME. |
Constructor Summary |
QuantifiedExpr(int type
,
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 Expression interface. |
public java.util.Iterator | iterator()Support for Iterator inteface. |
public void | set_expr(org.eclipse.wst.xml.xpath2.processor.internal.ast.Expr e)Set next expression. |
public void | truncate_pairs()Normalization of expression pairs. |
public int | type()Support for Integer interface. |
public java.util.Collection | ve_pairs()Support for Collection interface. |
Field Detail |
public static int ALL
| Set internal value for ALL. |
public static int SOME
| Set internal value for SOME. |
Constructor Detail |
public QuantifiedExpr(int type
,
java.util.Collection varexp
,
org.eclipse.wst.xml.xpath2.processor.internal.ast.Expr ret)
Constructor for QuantifiedExpr.
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 Expression interface.
org.eclipse.wst.xml.xpath2.processor.internal.ast.Expr - Result of Expr operation.
public java.util.Iterator iterator()
Support for Iterator inteface.
java.util.Iterator - Result of Iterator operation.
public void set_expr(org.eclipse.wst.xml.xpath2.processor.internal.ast.Expr e)
Set next expression.
e - Expression.
public void truncate_pairs()
Normalization of expression pairs.
public int type()
Support for Integer interface.
int - Result of Int operation.
public java.util.Collection ve_pairs()
Support for Collection interface.
java.util.Collection - Expression pairs.