org.sablecc.php4.node
Class ATernaryExpr
Object
org.sablecc.php4.node.Node
org.sablecc.php4.node.PExpr
org.sablecc.php4.node.ATernaryExpr
- All Implemented Interfaces:
- Cloneable, Switchable
- public final class ATernaryExpr
- extends PExpr
Methods inherited from class Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ATernaryExpr
public ATernaryExpr()
ATernaryExpr
public ATernaryExpr(PExpr _e1_,
PExpr _e2_,
PExpr _e3_)
clone
public Object clone()
- Specified by:
clone
in class Node
apply
public void apply(Switch sw)
getE1
public PExpr getE1()
setE1
public void setE1(PExpr node)
getE2
public PExpr getE2()
setE2
public void setE2(PExpr node)
getE3
public PExpr getE3()
setE3
public void setE3(PExpr node)
toString
public String toString()