Class LabelHandler

    • Field Detail

      • LABEL_CHILDREN

        private static final int[] LABEL_CHILDREN
        The types of expressions that are children of a label.
    • Constructor Detail

      • LabelHandler

        public LabelHandler​(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