|
@@ -1,13 +1,10 @@
|
|
|
// Generated from E:/subjects/Compilers Principle/exp/antlr/aidl-to-json/src/main/resources/grammar\Aidl.g4 by ANTLR 4.9.1
|
|
// Generated from E:/subjects/Compilers Principle/exp/antlr/aidl-to-json/src/main/resources/grammar\Aidl.g4 by ANTLR 4.9.1
|
|
|
-package xyz.ignatz.antlr.aidl.analyzer;
|
|
|
|
|
|
|
+package xyz.ignatz.antlr.aidl.recognizer;
|
|
|
import org.antlr.v4.runtime.Lexer;
|
|
import org.antlr.v4.runtime.Lexer;
|
|
|
import org.antlr.v4.runtime.CharStream;
|
|
import org.antlr.v4.runtime.CharStream;
|
|
|
-import org.antlr.v4.runtime.Token;
|
|
|
|
|
-import org.antlr.v4.runtime.TokenStream;
|
|
|
|
|
import org.antlr.v4.runtime.*;
|
|
import org.antlr.v4.runtime.*;
|
|
|
import org.antlr.v4.runtime.atn.*;
|
|
import org.antlr.v4.runtime.atn.*;
|
|
|
import org.antlr.v4.runtime.dfa.DFA;
|
|
import org.antlr.v4.runtime.dfa.DFA;
|
|
|
-import org.antlr.v4.runtime.misc.*;
|
|
|
|
|
|
|
|
|
|
@SuppressWarnings({"all", "warnings", "unchecked", "unused", "cast"})
|
|
@SuppressWarnings({"all", "warnings", "unchecked", "unused", "cast"})
|
|
|
public class AidlLexer extends Lexer {
|
|
public class AidlLexer extends Lexer {
|