Class AbstractParenPadCheck

    • Method Detail

      • setOption

        public void setOption​(java.lang.String optionStr)
        Set the option to enforce.
        Parameters:
        optionStr - string to decode option from
        Throws:
        java.lang.IllegalArgumentException - if unable to decode
      • processLeft

        protected void processLeft​(DetailAST ast)
        Process a token representing a left parentheses.
        Parameters:
        ast - the token representing a left parentheses
      • processRight

        protected void processRight​(DetailAST ast)
        Process a token representing a right parentheses.
        Parameters:
        ast - the token representing a right parentheses