public final class AIfInnerexpression extends PInnerexpression
| Constructor and Description |
|---|
AIfInnerexpression() |
AIfInnerexpression(TKeywordIf _keywordIf_,
PFormula _condition_,
PExpression _then_,
PExpression _else_) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Switch sw) |
java.lang.Object |
clone() |
PFormula |
getCondition() |
PExpression |
getElse() |
TKeywordIf |
getKeywordIf() |
PExpression |
getThen() |
void |
setCondition(PFormula node) |
void |
setElse(PExpression node) |
void |
setKeywordIf(TKeywordIf node) |
void |
setThen(PExpression node) |
java.lang.String |
toString() |
cloneList, cloneNode, parent, replaceBy, toString, toStringgetEndPos, getStartPos, setEndPos, setStartPospublic AIfInnerexpression()
public AIfInnerexpression(TKeywordIf _keywordIf_, PFormula _condition_, PExpression _then_, PExpression _else_)
public void apply(Switch sw)
public TKeywordIf getKeywordIf()
public void setKeywordIf(TKeywordIf node)
public PFormula getCondition()
public void setCondition(PFormula node)
public PExpression getThen()
public void setThen(PExpression node)
public PExpression getElse()
public void setElse(PExpression node)
public java.lang.String toString()
toString in class java.lang.Object