Class SwitchRuleHandler

    • Field Detail

      • SWITCH_RULE_CHILDREN

        private static final int[] SWITCH_RULE_CHILDREN
        The child elements of a switch rule.
    • Constructor Detail

      • SwitchRuleHandler

        public SwitchRuleHandler​(IndentationCheck indentCheck,
                                 DetailAST expr,
                                 AbstractExpressionHandler parent)
        Construct an instance of this handler with the given indentation check, abstract syntax tree, and parent handler.
        Parameters:
        indentCheck - the indentation check
        expr - the abstract syntax tree
        parent - the parent handler