[core] Rename TokenMgrError to LexException

See #4065
This commit is contained in:
Andreas Dangel
2024-01-11 15:49:21 +01:00
parent 2e7263af69
commit 55d91791c3
27 changed files with 54 additions and 82 deletions

View File

@@ -18,12 +18,6 @@ options {
PARSER_BEGIN(ObjectiveCParserImpl)
package net.sourceforge.pmd.lang.objectivec.ast;
import java.io.*;
import java.util.*;
import net.sourceforge.pmd.lang.ast.impl.javacc.CharStream;
import net.sourceforge.pmd.lang.ast.TokenMgrError;
/**
* Grammar to parse ObjectiveC 2.0
* @author Michael Hall - Based on Parnel SableCC ObjectiveC grammar and javacc C grammar