Class SynchronizedHandler


  • public class SynchronizedHandler
    extends BlockParentHandler
    Handler for synchronized statements.
    • Constructor Detail

      • SynchronizedHandler

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