Class XSwitchExpressionCompilationState


  • public class XSwitchExpressionCompilationState
    extends java.lang.Object
    Utility class for compiling switch expressions into if statements avoiding useless if check for the first switch's case. See https://bugs.eclipse.org/bugs/show_bug.cgi?id=470586
    • Constructor Detail

      • XSwitchExpressionCompilationState

        public XSwitchExpressionCompilationState()
    • Method Detail

      • finishProcessingCase

        public void finishProcessingCase()
      • caseNeedsIfNotMatchedCheck

        public boolean caseNeedsIfNotMatchedCheck()