|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.upb.hni.vmagic.statement.IfStatement.ElsifPart
public class IfStatement.ElsifPart
Elsif part in an if statement.
Method Summary | |
---|---|
Expression |
getCondition()
Returns the condition of this elsif part. |
java.util.List<SequentialStatement> |
getStatements()
Returns the statement. |
void |
setCondition(Expression condition)
Sets the condition of this elsif part. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public Expression getCondition()
public void setCondition(Expression condition)
condition
- the conditionpublic java.util.List<SequentialStatement> getStatements()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |