Uses of Class
simula.compiler.syntaxClass.statement.SwitchStatement.SwitchInterval
-
Uses of SwitchStatement.SwitchInterval in simula.compiler.syntaxClass.statement
Modifier and TypeFieldDescription(package private) Vector
<SwitchStatement.SwitchInterval> SwitchStatement.WhenPart.caseKeyList
The case key list.Modifier and TypeMethodDescriptionprivate SwitchStatement.SwitchInterval
SwitchStatement.expectCasePair()
Parse Utility: Expect case pair.ModifierConstructorDescriptionprivate
WhenPart
(Vector<SwitchStatement.SwitchInterval> caseKeyList, Statement statement) Create a new WhenPart.