Convert CharStream to class

This commit is contained in:
Clément Fournier
2020-04-18 12:50:34 +02:00
parent d3de455ede
commit 95bac5eb95
35 changed files with 118 additions and 169 deletions

View File

@ -10,7 +10,7 @@ import org.checkerframework.checker.nullness.qual.Nullable;
import net.sourceforge.pmd.cpd.internal.JavaCCTokenizer;
import net.sourceforge.pmd.lang.TokenManager;
import net.sourceforge.pmd.lang.ast.CharStream;
import net.sourceforge.pmd.lang.ast.impl.javacc.CharStream;
import net.sourceforge.pmd.lang.ast.impl.javacc.JavaccToken;
import net.sourceforge.pmd.lang.ast.impl.javacc.JavaccTokenDocument;
import net.sourceforge.pmd.lang.python.ast.PythonTokenKinds;