Class SwitchExpression.SwitchCaseInfo

  • Enclosing class:
    SwitchExpression

    public static class SwitchExpression.SwitchCaseInfo
    extends java.lang.Object
    Data structure used for holding details of a switch expression
    • Constructor Detail

      • SwitchCaseInfo

        public SwitchCaseInfo()
    • Method Detail

      • makeIndex

        public boolean makeIndex()
        Attempt to make the index from atomic values to expressions
        Returns:
        true if successful, false if there is an atomic value that is not comparable