Package org.jparsec

Class NestableBlockCommentScanner

java.lang.Object
org.jparsec.Parser<Void>
org.jparsec.NestableBlockCommentScanner

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

    • openQuote

      private final Parser<?> openQuote
    • closeQuote

      private final Parser<?> closeQuote
    • commented

      private final Parser<?> commented
  • Constructor Details

    • NestableBlockCommentScanner

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