Class SyntacticJavaTokenizerFactory
- java.lang.Object
-
- net.sourceforge.pmd.lang.java.ast.SyntacticJavaTokenizerFactory
-
@Deprecated public final class SyntacticJavaTokenizerFactory extends Object
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
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description 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.
-
-
-
Method Detail
-
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.
-
-