Package org.jparsec

Class NestableBlockCommentScanner


  • final class NestableBlockCommentScanner
    extends Parser<java.lang.Void>
    Parses any nestable comment pattern.
    • Field Detail

      • openQuote

        private final Parser<?> openQuote
      • closeQuote

        private final Parser<?> closeQuote
      • commented

        private final Parser<?> commented
    • Constructor Detail

      • NestableBlockCommentScanner

        NestableBlockCommentScanner​(Parser<?> openQuote,
                                    Parser<?> closeQuote,
                                    Parser<?> commented)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object