Uses of Class
gw.internal.gosu.parser.statements.CaseClause
-
Packages that use CaseClause Package Description gw.internal.gosu.ir.transform.statement gw.internal.gosu.parser gw.internal.gosu.parser.statements -
-
Uses of CaseClause in gw.internal.gosu.ir.transform.statement
Methods in gw.internal.gosu.ir.transform.statement with parameters of type CaseClause Modifier and Type Method Description private booleanSwitchStatementTransformer. areLabelsConstant(CaseClause[] cases, int numConstCases, int minConst, int maxConst) -
Uses of CaseClause in gw.internal.gosu.parser
Method parameters in gw.internal.gosu.parser with type arguments of type CaseClause Modifier and Type Method Description private booleanGosuParser. isIsolatedCase(java.util.List<CaseClause> cases)(package private) booleanGosuParser. parseCaseClause(SwitchStatement switchStmt, java.util.List<CaseClause> cases)(package private) booleanGosuParser. parseDefaultClause(SwitchStatement switchStmt, java.util.List<CaseClause> cases)private voidGosuParser. verifyCaseIsUnique(Expression e, java.util.List<CaseClause> cases) -
Uses of CaseClause in gw.internal.gosu.parser.statements
Fields in gw.internal.gosu.parser.statements declared as CaseClause Modifier and Type Field Description protected CaseClause[]SwitchStatement. _casesMethods in gw.internal.gosu.parser.statements that return CaseClause Modifier and Type Method Description CaseClause[]SwitchStatement. getCases()Methods in gw.internal.gosu.parser.statements with parameters of type CaseClause Modifier and Type Method Description voidSwitchStatement. setCases(CaseClause[] cases)
-