@opra/common
Version:
Opra common package
65 lines (64 loc) • 2.18 kB
TypeScript
import { ATN, CharStream, DFA, Lexer } from '@browsery/antlr4';
export default class OpraFilterLexer extends Lexer {
static readonly T__0 = 1;
static readonly T__1 = 2;
static readonly T__2 = 3;
static readonly T__3 = 4;
static readonly T__4 = 5;
static readonly T__5 = 6;
static readonly T__6 = 7;
static readonly T__7 = 8;
static readonly T__8 = 9;
static readonly T__9 = 10;
static readonly T__10 = 11;
static readonly T__11 = 12;
static readonly T__12 = 13;
static readonly T__13 = 14;
static readonly T__14 = 15;
static readonly T__15 = 16;
static readonly T__16 = 17;
static readonly T__17 = 18;
static readonly T__18 = 19;
static readonly T__19 = 20;
static readonly T__20 = 21;
static readonly T__21 = 22;
static readonly T__22 = 23;
static readonly T__23 = 24;
static readonly T__24 = 25;
static readonly T__25 = 26;
static readonly T__26 = 27;
static readonly T__27 = 28;
static readonly T__28 = 29;
static readonly T__29 = 30;
static readonly T__30 = 31;
static readonly T__31 = 32;
static readonly T__32 = 33;
static readonly T__33 = 34;
static readonly IDENTIFIER = 35;
static readonly POLAR_OP = 36;
static readonly DATE = 37;
static readonly DATETIME = 38;
static readonly TIME = 39;
static readonly NUMBER = 40;
static readonly INTEGER = 41;
static readonly STRING = 42;
static readonly WHITESPACE = 43;
static readonly EOF: number;
static readonly channelNames: string[];
static readonly literalNames: (string | null)[];
static readonly symbolicNames: (string | null)[];
static readonly modeNames: string[];
static readonly ruleNames: string[];
constructor(input: CharStream);
get grammarFileName(): string;
get literalNames(): (string | null)[];
get symbolicNames(): (string | null)[];
get ruleNames(): string[];
get serializedATN(): number[];
get channelNames(): string[];
get modeNames(): string[];
static readonly _serializedATN: number[];
private static __ATN;
static get _ATN(): ATN;
static DecisionsToDFA: DFA[];
}