Module Simula

Class SwitchStatement.SwitchInterval

java.lang.Object
simula.compiler.syntaxClass.statement.SwitchStatement.SwitchInterval
Enclosing class:
SwitchStatement

private class SwitchStatement.SwitchInterval extends Object
Utility class SwitchInterval
  • Field Details

  • Constructor Details

    • SwitchInterval

      private SwitchInterval(Expression lowCase, Expression hiCase)
      Utility class: SwitchInterval
      Parameters:
      lowCase - lower case
      hiCase - high case
  • Method Details