Class SyntacticJavaTokenizerFactory
java.lang.Object
net.sourceforge.pmd.lang.java.ast.SyntacticJavaTokenizerFactory
Deprecated.
This implementation has been superseded. It is not necessary to parse Java code in order to tokenize it.
Creates a tokenizer, that uses the syntactic grammar to provide context
for the tokenizer when reducing the input characters to tokens.
-
Method Summary
Modifier and TypeMethodDescriptionstatic net.sourceforge.pmd.lang.TokenManager<net.sourceforge.pmd.lang.ast.impl.javacc.JavaccToken> createTokenizer(net.sourceforge.pmd.lang.ast.impl.javacc.CharStream cs) Deprecated.
-
Method Details
-
createTokenizer
@Deprecated public static net.sourceforge.pmd.lang.TokenManager<net.sourceforge.pmd.lang.ast.impl.javacc.JavaccToken> createTokenizer(net.sourceforge.pmd.lang.ast.impl.javacc.CharStream cs) Deprecated.
-