Package gw.lang.ir.statement
Class IRCaseClause
- java.lang.Object
-
- gw.lang.ir.statement.IRCaseClause
-
public class IRCaseClause extends Object
-
-
Constructor Summary
Constructors Constructor Description IRCaseClause(IRExpression condition, List<IRStatement> statements, int constValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IRExpressiongetCondition()intgetConstValue()List<IRStatement>getStatements()
-
-
-
Constructor Detail
-
IRCaseClause
public IRCaseClause(IRExpression condition, List<IRStatement> statements, int constValue)
-
-
Method Detail
-
getCondition
public IRExpression getCondition()
-
getStatements
public List<IRStatement> getStatements()
-
getConstValue
public int getConstValue()
-
-