Class SwitchStatement.SwitchInterval
java.lang.Object
simula.compiler.syntaxClass.statement.SwitchStatement.SwitchInterval
- Enclosing class:
SwitchStatement
Utility class SwitchInterval
- Author:
- Øystein Myhre Andersen
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) int
First case table index.(package private) Expression
The high case key(package private) Expression
The lower case key -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
SwitchInterval
(Expression lowCase, Expression hiCase) Utility class: SwitchInterval -
Method Summary
-
Field Details
-
lowCase
Expression lowCaseThe lower case key -
hiCase
Expression hiCaseThe high case key -
firstTableIndex
int firstTableIndexFirst case table index.
-
-
Constructor Details
-
SwitchInterval
Utility class: SwitchInterval- Parameters:
lowCase
- lower casehiCase
- high case
-
-
Method Details
-
toString
-