com.bluemarsh.jswat.parser.java.node
Class AIfThenElseStatementNoShortIf
java.lang.Object
|
+--com.bluemarsh.jswat.parser.java.node.Node
|
+--com.bluemarsh.jswat.parser.java.node.PIfThenElseStatementNoShortIf
|
+--com.bluemarsh.jswat.parser.java.node.AIfThenElseStatementNoShortIf
- All Implemented Interfaces:
- java.lang.Cloneable, Switchable
- public final class AIfThenElseStatementNoShortIf
- extends PIfThenElseStatementNoShortIf
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AIfThenElseStatementNoShortIf
public AIfThenElseStatementNoShortIf()
AIfThenElseStatementNoShortIf
public AIfThenElseStatementNoShortIf(TIf _if_,
TLParenthese _lParenthese_,
PExpression _expression_,
TRParenthese _rParenthese_,
PStatementNoShortIf _statementNoShortIf1_,
TElse _else_,
PStatementNoShortIf _statementNoShortIf2_)
clone
public java.lang.Object clone()
- Overrides:
clone
in class Node
apply
public void apply(Switch sw)
getIf
public TIf getIf()
setIf
public void setIf(TIf node)
getLParenthese
public TLParenthese getLParenthese()
setLParenthese
public void setLParenthese(TLParenthese node)
getExpression
public PExpression getExpression()
setExpression
public void setExpression(PExpression node)
getRParenthese
public TRParenthese getRParenthese()
setRParenthese
public void setRParenthese(TRParenthese node)
getStatementNoShortIf1
public PStatementNoShortIf getStatementNoShortIf1()
setStatementNoShortIf1
public void setStatementNoShortIf1(PStatementNoShortIf node)
getElse
public TElse getElse()
setElse
public void setElse(TElse node)
getStatementNoShortIf2
public PStatementNoShortIf getStatementNoShortIf2()
setStatementNoShortIf2
public void setStatementNoShortIf2(PStatementNoShortIf node)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object