Uses of Class
gw.lang.ir.statement.IRCaseClause
-
Packages that use IRCaseClause Package Description gw.lang.ir.statement -
-
Uses of IRCaseClause in gw.lang.ir.statement
Methods in gw.lang.ir.statement that return types with arguments of type IRCaseClause Modifier and Type Method Description List<IRCaseClause>
IRSwitchStatement. getCases()
Constructor parameters in gw.lang.ir.statement with type arguments of type IRCaseClause Constructor Description IRSwitchStatement(IRStatement init, List<IRCaseClause> cases, List<IRStatement> defaultStatements, boolean areLabelsConstant)
-