UNPKG

github-users-parser

Version:
27 lines 1.01 kB
import { ATN } from "antlr4ts/atn/ATN"; import { CharStream } from "antlr4ts/CharStream"; import { Lexer } from "antlr4ts/Lexer"; import { Vocabulary } from "antlr4ts/Vocabulary"; export declare class GITHUBUSERSLexer extends Lexer { static readonly WHITESPACE = 1; static readonly NEWLINE = 2; static readonly GITHUB_HANDLE = 3; static readonly EMAIL = 4; static readonly channelNames: string[]; static readonly modeNames: string[]; static readonly ruleNames: string[]; private static readonly _LITERAL_NAMES; private static readonly _SYMBOLIC_NAMES; static readonly VOCABULARY: Vocabulary; get vocabulary(): Vocabulary; constructor(input: CharStream); get grammarFileName(): string; get ruleNames(): string[]; get serializedATN(): string; get channelNames(): string[]; get modeNames(): string[]; static readonly _serializedATN: string; static __ATN: ATN; static get _ATN(): ATN; } //# sourceMappingURL=GITHUBUSERSLexer.d.ts.map