java.lang.Object
simula.compiler.syntaxClass.statement.SwitchStatement.SwitchInterval
- Enclosing class:
SwitchStatement
Utility class SwitchInterval
-
Field Summary
Modifier and TypeFieldDescription(package private) Expression
The high case key(package private) Expression
The lower case key -
Constructor Summary
ModifierConstructorDescriptionprivate
SwitchInterval
(Expression lowCase, Expression hiCase) Utility class: SwitchInterval -
Method Summary
-
Field Details
-
lowCase
Expression lowCaseThe lower case key -
hiCase
Expression hiCaseThe high case key
-
-
Constructor Details
-
SwitchInterval
Utility class: SwitchInterval- Parameters:
lowCase
- lower casehiCase
- high case
-
-
Method Details