Merge pull request #4797 from adangel:lexexception-cpdlexer

[core] Rename TokenMgrError to LexException, Tokenizer to CpdLexer #4797
This commit is contained in:
Andreas Dangel
2024-02-02 19:59:41 +01:00
137 changed files with 477 additions and 432 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