This commit is contained in:
Clément Fournier
2020-09-02 09:25:48 +02:00
parent e76a1d6eb8
commit c88919bbc7
12 changed files with 24 additions and 228 deletions

View File

@ -32,7 +32,7 @@ public class PythonTokenizer extends JavaCCTokenizer {
}
@Override
protected JavaccTokenDocument.TokenDocumentBehavior newTokenDoc() {
protected JavaccTokenDocument.TokenDocumentBehavior tokenBehavior() {
return TOKEN_BEHAVIOR;
}