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
Fields in gw.lang.ir.statement with type parameters of type IRCaseClause Modifier and Type Field Description private java.util.List<IRCaseClause>IRSwitchStatement. _casesMethods in gw.lang.ir.statement that return types with arguments of type IRCaseClause Modifier and Type Method Description java.util.List<IRCaseClause>IRSwitchStatement. getCases()Constructor parameters in gw.lang.ir.statement with type arguments of type IRCaseClause Constructor Description IRSwitchStatement(IRStatement init, java.util.List<IRCaseClause> cases, java.util.List<IRStatement> defaultStatements, boolean areLabelsConstant)
-