|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ucl.xpath.ast.XPathNode
org.ucl.xpath.ast.Expr
org.ucl.xpath.ast.IfExpr
Support for IF expressions.
Constructor Summary | |
IfExpr(java.util.Collection exps,
Expr t,
Expr e)
Constructor for IfExpr. |
Method Summary | |
java.lang.Object |
accept(XPathVisitor v)
Support for Visitor interface. |
Expr |
else_clause()
Support for Expression interface. |
java.util.Iterator |
iterator()
Support for Iterator interface. |
Expr |
then_clause()
Support for Expression interface. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public IfExpr(java.util.Collection exps, Expr t, Expr e)
exps
- Condition expressions.t
- If true expressions.e
- If false/else expressions.Method Detail |
public java.lang.Object accept(XPathVisitor v)
accept
in class XPathNode
public java.util.Iterator iterator()
public Expr then_clause()
public Expr else_clause()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |