Package gw.lang.ir.statement
Class IRCaseClause
java.lang.Object
gw.lang.ir.statement.IRCaseClause
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionIRCaseClause
(IRExpression condition, List<IRStatement> statements, int constValue) -
Method Summary
Modifier and TypeMethodDescriptionint
-
Field Details
-
_condition
-
_statements
-
_constValue
private int _constValue
-
-
Constructor Details
-
IRCaseClause
-
-
Method Details
-
getCondition
-
getStatements
-
getConstValue
public int getConstValue()
-