Package org.eclipse.wst.xml.xpath2.processor.internal.ast
public class IfExpr extends org.eclipse.wst.xml.xpath2.processor.internal.ast.ExprSupport for IF expressions.
Constructor Summary |
IfExpr(java.util.Collection exps
,
org.eclipse.wst.xml.xpath2.processor.internal.ast.Expr t
,
org.eclipse.wst.xml.xpath2.processor.internal.ast.Expr e) |
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 | else_clause() Support for Expression interface. |
public java.util.Iterator | iterator() Support for Iterator interface. |
public org.eclipse.wst.xml.xpath2.processor.internal.ast.Expr | then_clause() Support for Expression interface. |
Constructor Detail |
public IfExpr(java.util.Collection exps
,
org.eclipse.wst.xml.xpath2.processor.internal.ast.Expr t
,
org.eclipse.wst.xml.xpath2.processor.internal.ast.Expr e)
Constructor for IfExpr.
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 else_clause()
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 interface.
java.util.Iterator
- Result of Iterator operation.
public org.eclipse.wst.xml.xpath2.processor.internal.ast.Expr then_clause()
Support for Expression interface.
org.eclipse.wst.xml.xpath2.processor.internal.ast.Expr
- Result of Expr operation.