Class SyntacticJavaTokenizerFactory


  • public final class SyntacticJavaTokenizerFactory
    extends Object
    Creates a tokenizer, that uses the syntactic grammar to provide context for the tokenizer when reducing the input characters to tokens.

    This is required with JEP 430: String Templates

    .
    See Also:
    JEP 430: String Templates (Preview)