Class SyntacticJavaTokenizerFactory
- java.lang.Object
-
- net.sourceforge.pmd.lang.java.ast.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)
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TokenManager<JavaccToken>
createTokenizer(CharStream cs)
-
-
-
Method Detail
-
createTokenizer
public static TokenManager<JavaccToken> createTokenizer(CharStream cs)
-
-