Class ParserOptions.Builder

  • Enclosing class:
    ParserOptions

    public static class ParserOptions.Builder
    extends java.lang.Object
    • Field Detail

      • captureIgnoredChars

        private boolean captureIgnoredChars
      • captureSourceLocation

        private boolean captureSourceLocation
      • captureLineComments

        private boolean captureLineComments
      • readerTrackData

        private boolean readerTrackData
      • maxCharacters

        private int maxCharacters
      • maxTokens

        private int maxTokens
      • maxWhitespaceTokens

        private int maxWhitespaceTokens
      • maxRuleDepth

        private int maxRuleDepth
    • Constructor Detail

      • Builder

        Builder()