UNPKG

bitmark-grammar

Version:
1,672 lines (1,631 loc) 357 kB
// Generated from ./Sequence/sequenceParser.g4 by ANTLR 4.9.0-SNAPSHOT import { ATN } from "antlr4ts/atn/ATN"; import { ATNDeserializer } from "antlr4ts/atn/ATNDeserializer"; import { FailedPredicateException } from "antlr4ts/FailedPredicateException"; import { NotNull } from "antlr4ts/Decorators"; import { NoViableAltException } from "antlr4ts/NoViableAltException"; import { Override } from "antlr4ts/Decorators"; import { Parser } from "antlr4ts/Parser"; import { ParserRuleContext } from "antlr4ts/ParserRuleContext"; import { ParserATNSimulator } from "antlr4ts/atn/ParserATNSimulator"; import { ParseTreeListener } from "antlr4ts/tree/ParseTreeListener"; import { ParseTreeVisitor } from "antlr4ts/tree/ParseTreeVisitor"; import { RecognitionException } from "antlr4ts/RecognitionException"; import { RuleContext } from "antlr4ts/RuleContext"; //import { RuleVersion } from "antlr4ts/RuleVersion"; import { TerminalNode } from "antlr4ts/tree/TerminalNode"; import { Token } from "antlr4ts/Token"; import { TokenStream } from "antlr4ts/TokenStream"; import { Vocabulary } from "antlr4ts/Vocabulary"; import { VocabularyImpl } from "antlr4ts/VocabularyImpl"; import * as Utils from "antlr4ts/misc/Utils"; import { sequenceParserListener } from "./sequenceParserListener"; export class sequenceParser extends Parser { public static readonly OPDOT = 1; public static readonly S = 2; public static readonly BitSequence = 3; public static readonly BitMenu3Course = 4; public static readonly OPDOLL = 5; public static readonly OPBUL = 6; public static readonly OPESC = 7; public static readonly OPRANGLES = 8; public static readonly OPRANGLEL = 9; public static readonly OPDANGLE = 10; public static readonly OPU = 11; public static readonly OPB = 12; public static readonly OPQ = 13; public static readonly OPA = 14; public static readonly OPP = 15; public static readonly OPM = 16; public static readonly OPS = 17; public static readonly OPR = 18; public static readonly OPC = 19; public static readonly OPHASH = 20; public static readonly CL = 21; public static readonly COLON = 22; public static readonly AMP = 23; public static readonly DBLCOLON = 24; public static readonly PLUS = 25; public static readonly DotAt = 26; public static readonly Greater = 27; public static readonly Less = 28; public static readonly RightAngle = 29; public static readonly RightArrow = 30; public static readonly Dot = 31; public static readonly DBLEQ = 32; public static readonly DMM = 33; public static readonly HSPL = 34; public static readonly SSPL = 35; public static readonly SSPL2 = 36; public static readonly COMMENT = 37; public static readonly DCANY = 38; public static readonly Image_type = 39; public static readonly Audio_type = 40; public static readonly Video_type = 41; public static readonly ArticleText = 42; public static readonly NOTCL = 43; public static readonly NUMERIC = 44; public static readonly STRING = 45; public static readonly NL = 46; public static readonly NOTBITMARK = 47; public static readonly ELIPSIS = 48; public static readonly SENTENCE = 49; public static readonly BARSTRING = 50; public static readonly OPAT = 51; public static readonly AtProgress = 52; public static readonly AtReference = 53; public static readonly AtWidth = 54; public static readonly AtHeight = 55; public static readonly AtProgressPoints = 56; public static readonly AtShortanswer = 57; public static readonly AtLonganswer = 58; public static readonly AtExampleWithStr = 59; public static readonly AtExamplecol = 60; public static readonly AtExamplecl = 61; public static readonly AtSampleSolution = 62; public static readonly AtPartialAnswerS = 63; public static readonly AtPartialAnswer = 64; public static readonly AtLabeltrue = 65; public static readonly AtLabelfalse = 66; public static readonly AtPoints = 67; public static readonly AtSrc = 68; public static readonly AtPartner = 69; public static readonly OPATALT = 70; public static readonly OPAMARK = 71; public static readonly ShowInIndex = 72; public static readonly OpAtCaption = 73; public static readonly OpAtLicense = 74; public static readonly OpAtCopyright = 75; public static readonly OpAtSearch = 76; public static readonly OpAtIsTracked = 77; public static readonly OpAtIsInfoOnly = 78; public static readonly AtDate = 79; public static readonly Http = 80; public static readonly Https = 81; public static readonly AmpAudio = 82; public static readonly AmpImage = 83; public static readonly AmpImageZoom = 84; public static readonly AmpImageWAudio = 85; public static readonly AmpVideo = 86; public static readonly AmpArticle = 87; public static readonly AmpDocument = 88; public static readonly AmpApp = 89; public static readonly AmpWebsite = 90; public static readonly AmpStillImageFilm = 91; public static readonly AmpPdf = 92; public static readonly OpAmpAudio = 93; public static readonly OpAmpImage = 94; public static readonly OpAmpImageZoom = 95; public static readonly OpAmpImageWAudio = 96; public static readonly OpAmpVideo = 97; public static readonly OpAmpArticle = 98; public static readonly OpAmpArticleAtt = 99; public static readonly OpAmpDocument = 100; public static readonly OpAmpApp = 101; public static readonly OpAmpWebsite = 102; public static readonly OpAmpStillImageFilm = 103; public static readonly BracEnclose = 104; public static readonly AmpAudioLink = 105; public static readonly AmpImageLink = 106; public static readonly AmpVideoLink = 107; public static readonly AmpArticleLink = 108; public static readonly AmpDocumentLink = 109; public static readonly AmpDocumentDownload = 110; public static readonly AmpAppLink = 111; public static readonly AmpWebsiteLink = 112; public static readonly AmpStillImageFilmLink = 113; public static readonly OpAmpAudioLink = 114; public static readonly OpAmpImageLink = 115; public static readonly OpAmpVideoLink = 116; public static readonly OpAmpArticleLink = 117; public static readonly OpAmpDocumentLink = 118; public static readonly OpAmpDocumentDownload = 119; public static readonly OpAmpAppLink = 120; public static readonly OpAmpWebsiteLink = 121; public static readonly OpAmpStillImageFilmLink = 122; public static readonly AmpImageEmbed = 123; public static readonly AmpVideoEmbed = 124; public static readonly AmpAudioEmbed = 125; public static readonly AmpDocumentEmbed = 126; public static readonly AmpStillImageFilmEmbed = 127; public static readonly OpAmpImageEmbed = 128; public static readonly OpAmpVideoEmbed = 129; public static readonly OpAmpAudioEmbed = 130; public static readonly OpAmpDocumentEmbed = 131; public static readonly OpAmpStillImageFilmEmbed = 132; public static readonly BitmarkMinus = 133; public static readonly BitmarkPlus = 134; public static readonly ColonText = 135; public static readonly ColonJson = 136; public static readonly Prosemirror = 137; public static readonly Placeholder = 138; public static readonly BASIC = 139; public static readonly JPG = 140; public static readonly PNG = 141; public static readonly GIF = 142; public static readonly SVG = 143; public static readonly MP2 = 144; public static readonly MP3 = 145; public static readonly MP4 = 146; public static readonly FLV = 147; public static readonly WMV = 148; public static readonly MPEG = 149; public static readonly MPG = 150; public static readonly TEL = 151; public static readonly DotArticleAtt = 152; public static readonly STAR = 153; public static readonly URL = 154; public static readonly LIST_LINE = 155; public static readonly ENCLBARS = 156; public static readonly RULE_bitmark = 0; public static readonly RULE_bitmark_ = 1; public static readonly RULE_bit = 2; public static readonly RULE_sequence = 3; public static readonly RULE_seqstr = 4; public static readonly RULE_minusminus = 5; public static readonly RULE_menu_3_course = 6; public static readonly RULE_menu_list = 7; public static readonly RULE_hspl_slot = 8; public static readonly RULE_menu_text = 9; public static readonly RULE_melem = 10; public static readonly RULE_mtex = 11; public static readonly RULE_footer = 12; public static readonly RULE_bitElem = 13; public static readonly RULE_gap = 14; public static readonly RULE_single_gap = 15; public static readonly RULE_choice_plus = 16; public static readonly RULE_choice_minus = 17; public static readonly RULE_choice_star = 18; public static readonly RULE_resource = 19; public static readonly RULE_bullet_item = 20; public static readonly RULE_atpoint = 21; public static readonly RULE_format = 22; public static readonly RULE_resource_format = 23; public static readonly RULE_resource_format_extra = 24; public static readonly RULE_format2 = 25; public static readonly RULE_image_format = 26; public static readonly RULE_video_format = 27; public static readonly RULE_article_format = 28; public static readonly RULE_document_format = 29; public static readonly RULE_app_format = 30; public static readonly RULE_website_format = 31; public static readonly RULE_stillimagefilm_format = 32; public static readonly RULE_op_article_format = 33; public static readonly RULE_op_document_format = 34; public static readonly RULE_op_app_format = 35; public static readonly RULE_op_website_format = 36; public static readonly RULE_op_video_format = 37; public static readonly RULE_op_stillimagefilm_format = 38; public static readonly RULE_articlebit = 39; public static readonly RULE_documentbit = 40; public static readonly RULE_websitebit = 41; public static readonly RULE_appbit = 42; public static readonly RULE_stillimagefilmbit = 43; public static readonly RULE_stillimg_one = 44; public static readonly RULE_videobit = 45; public static readonly RULE_video_one = 46; public static readonly RULE_imagebit = 47; public static readonly RULE_image_one = 48; public static readonly RULE_op_image_format = 49; public static readonly RULE_image_chained = 50; public static readonly RULE_image_chained4match = 51; public static readonly RULE_audiobit = 52; public static readonly RULE_audio_one = 53; public static readonly RULE_audio_format = 54; public static readonly RULE_op_audio_format = 55; public static readonly RULE_resource_chained = 56; public static readonly RULE_telephone = 57; public static readonly RULE_url = 58; public static readonly RULE_item = 59; public static readonly RULE_lead = 60; public static readonly RULE_angleref = 61; public static readonly RULE_example = 62; public static readonly RULE_bracketed_text = 63; public static readonly RULE_reference = 64; public static readonly RULE_progress = 65; public static readonly RULE_dateprop = 66; public static readonly RULE_dateprop_chained = 67; public static readonly RULE_instruction = 68; public static readonly RULE_hint = 69; public static readonly RULE_title = 70; public static readonly RULE_bool_label = 71; public static readonly RULE_progress_points = 72; public static readonly RULE_istracked = 73; public static readonly RULE_isinfoonly = 74; public static readonly RULE_atdef = 75; public static readonly RULE_atdef_ = 76; public static readonly RULE_dollarans = 77; public static readonly RULE_anchor = 78; public static readonly RULE_dcolon = 79; public static readonly RULE_s_and_w = 80; public static readonly RULE_dclines = 81; public static readonly RULE_clnsp = 82; public static readonly RULE_sspl = 83; public static readonly RULE_words = 84; public static readonly RULE_sp = 85; // tslint:disable:no-trailing-whitespace public static readonly ruleNames: string[] = [ "bitmark", "bitmark_", "bit", "sequence", "seqstr", "minusminus", "menu_3_course", "menu_list", "hspl_slot", "menu_text", "melem", "mtex", "footer", "bitElem", "gap", "single_gap", "choice_plus", "choice_minus", "choice_star", "resource", "bullet_item", "atpoint", "format", "resource_format", "resource_format_extra", "format2", "image_format", "video_format", "article_format", "document_format", "app_format", "website_format", "stillimagefilm_format", "op_article_format", "op_document_format", "op_app_format", "op_website_format", "op_video_format", "op_stillimagefilm_format", "articlebit", "documentbit", "websitebit", "appbit", "stillimagefilmbit", "stillimg_one", "videobit", "video_one", "imagebit", "image_one", "op_image_format", "image_chained", "image_chained4match", "audiobit", "audio_one", "audio_format", "op_audio_format", "resource_chained", "telephone", "url", "item", "lead", "angleref", "example", "bracketed_text", "reference", "progress", "dateprop", "dateprop_chained", "instruction", "hint", "title", "bool_label", "progress_points", "istracked", "isinfoonly", "atdef", "atdef_", "dollarans", "anchor", "dcolon", "s_and_w", "dclines", "clnsp", "sspl", "words", "sp", ]; private static readonly _LITERAL_NAMES: Array<string | undefined> = [ undefined, "'[.'", undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, "'[#'", "']'", "':'", "'&'", "'::'", "'+'", "'.@'", "'>'", "'<'", "'\u25BA'", "'\u2192'", "'.'", "'=='", undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, "'[@'", undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, "'http://'", "'https://'", "'&audio'", "'&image'", "'&image-zoom'", "'&image-with-audio'", "'&video'", "'&article'", "'&document'", "'&app'", "'&website'", "'&still-image-film'", "'&pdf'", undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, "'&audio-link'", "'&image-link'", "'&video-link'", "'&article-link'", "'&document-link'", "'&document-download'", "'&app-link'", "'&website-link'", "'&still-image-film-link'", undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, "'&image-embed'", "'&video-embed'", "'&daudio-embed'", "'&document-embed'", "'&still-image-film-embed'", undefined, undefined, undefined, undefined, undefined, "':bitmark--'", "':bitmark++'", "':text'", "':json'", "':prosemirror'", "':placeholder'", "':basic'", "':jpg'", "':png'", "':gif'", "':svg'", "':mp2'", "':mp3'", "':mp4'", "':flv'", "':wmv'", "':mpeg'", "':mpg'", "'tel:'", "'.article-attachment'", "'*'", ]; private static readonly _SYMBOLIC_NAMES: Array<string | undefined> = [ undefined, "OPDOT", "S", "BitSequence", "BitMenu3Course", "OPDOLL", "OPBUL", "OPESC", "OPRANGLES", "OPRANGLEL", "OPDANGLE", "OPU", "OPB", "OPQ", "OPA", "OPP", "OPM", "OPS", "OPR", "OPC", "OPHASH", "CL", "COLON", "AMP", "DBLCOLON", "PLUS", "DotAt", "Greater", "Less", "RightAngle", "RightArrow", "Dot", "DBLEQ", "DMM", "HSPL", "SSPL", "SSPL2", "COMMENT", "DCANY", "Image_type", "Audio_type", "Video_type", "ArticleText", "NOTCL", "NUMERIC", "STRING", "NL", "NOTBITMARK", "ELIPSIS", "SENTENCE", "BARSTRING", "OPAT", "AtProgress", "AtReference", "AtWidth", "AtHeight", "AtProgressPoints", "AtShortanswer", "AtLonganswer", "AtExampleWithStr", "AtExamplecol", "AtExamplecl", "AtSampleSolution", "AtPartialAnswerS", "AtPartialAnswer", "AtLabeltrue", "AtLabelfalse", "AtPoints", "AtSrc", "AtPartner", "OPATALT", "OPAMARK", "ShowInIndex", "OpAtCaption", "OpAtLicense", "OpAtCopyright", "OpAtSearch", "OpAtIsTracked", "OpAtIsInfoOnly", "AtDate", "Http", "Https", "AmpAudio", "AmpImage", "AmpImageZoom", "AmpImageWAudio", "AmpVideo", "AmpArticle", "AmpDocument", "AmpApp", "AmpWebsite", "AmpStillImageFilm", "AmpPdf", "OpAmpAudio", "OpAmpImage", "OpAmpImageZoom", "OpAmpImageWAudio", "OpAmpVideo", "OpAmpArticle", "OpAmpArticleAtt", "OpAmpDocument", "OpAmpApp", "OpAmpWebsite", "OpAmpStillImageFilm", "BracEnclose", "AmpAudioLink", "AmpImageLink", "AmpVideoLink", "AmpArticleLink", "AmpDocumentLink", "AmpDocumentDownload", "AmpAppLink", "AmpWebsiteLink", "AmpStillImageFilmLink", "OpAmpAudioLink", "OpAmpImageLink", "OpAmpVideoLink", "OpAmpArticleLink", "OpAmpDocumentLink", "OpAmpDocumentDownload", "OpAmpAppLink", "OpAmpWebsiteLink", "OpAmpStillImageFilmLink", "AmpImageEmbed", "AmpVideoEmbed", "AmpAudioEmbed", "AmpDocumentEmbed", "AmpStillImageFilmEmbed", "OpAmpImageEmbed", "OpAmpVideoEmbed", "OpAmpAudioEmbed", "OpAmpDocumentEmbed", "OpAmpStillImageFilmEmbed", "BitmarkMinus", "BitmarkPlus", "ColonText", "ColonJson", "Prosemirror", "Placeholder", "BASIC", "JPG", "PNG", "GIF", "SVG", "MP2", "MP3", "MP4", "FLV", "WMV", "MPEG", "MPG", "TEL", "DotArticleAtt", "STAR", "URL", "LIST_LINE", "ENCLBARS", ]; public static readonly VOCABULARY: Vocabulary = new VocabularyImpl(sequenceParser._LITERAL_NAMES, sequenceParser._SYMBOLIC_NAMES, []); // @Override // @NotNull public get vocabulary(): Vocabulary { return sequenceParser.VOCABULARY; } // tslint:enable:no-trailing-whitespace // @Override public get grammarFileName(): string { return "sequenceParser.g4"; } // @Override public get ruleNames(): string[] { return sequenceParser.ruleNames; } // @Override public get serializedATN(): string { return sequenceParser._serializedATN; } protected createFailedPredicateException(predicate?: string, message?: string): FailedPredicateException { return new FailedPredicateException(this, predicate, message); } constructor(input: TokenStream) { super(input); this._interp = new ParserATNSimulator(sequenceParser._ATN, this); } // @RuleVersion(0) public bitmark(): BitmarkContext { let _localctx: BitmarkContext = new BitmarkContext(this._ctx, this.state); this.enterRule(_localctx, 0, sequenceParser.RULE_bitmark); let _la: number; try { let _alt: number; this.enterOuterAlt(_localctx, 1); { this.state = 185; this._errHandler.sync(this); _la = this._input.LA(1); do { { { this.state = 172; this.bitmark_(); this.state = 182; this._errHandler.sync(this); _alt = this.interpreter.adaptivePredict(this._input, 1, this._ctx); while (_alt !== 2 && _alt !== ATN.INVALID_ALT_NUMBER) { if (_alt === 1) { { { this.state = 176; this._errHandler.sync(this); _la = this._input.LA(1); while (_la === sequenceParser.S) { { { this.state = 173; this.match(sequenceParser.S); } } this.state = 178; this._errHandler.sync(this); _la = this._input.LA(1); } this.state = 179; this.match(sequenceParser.NL); } } } this.state = 184; this._errHandler.sync(this); _alt = this.interpreter.adaptivePredict(this._input, 1, this._ctx); } } } this.state = 187; this._errHandler.sync(this); _la = this._input.LA(1); } while (_la === sequenceParser.BitSequence || _la === sequenceParser.BitMenu3Course); this.state = 192; this._errHandler.sync(this); _la = this._input.LA(1); while (_la === sequenceParser.NL) { { { this.state = 189; this.match(sequenceParser.NL); } } this.state = 194; this._errHandler.sync(this); _la = this._input.LA(1); } this.state = 195; this.match(sequenceParser.EOF); } } catch (re) { if (re instanceof RecognitionException) { _localctx.exception = re; this._errHandler.reportError(this, re); this._errHandler.recover(this, re); } else { throw re; } } finally { this.exitRule(); } return _localctx; } // @RuleVersion(0) public bitmark_(): Bitmark_Context { let _localctx: Bitmark_Context = new Bitmark_Context(this._ctx, this.state); this.enterRule(_localctx, 2, sequenceParser.RULE_bitmark_); try { this.enterOuterAlt(_localctx, 1); { this.state = 197; this.bit(); } } catch (re) { if (re instanceof RecognitionException) { _localctx.exception = re; this._errHandler.reportError(this, re); this._errHandler.recover(this, re); } else { throw re; } } finally { this.exitRule(); } return _localctx; } // @RuleVersion(0) public bit(): BitContext { let _localctx: BitContext = new BitContext(this._ctx, this.state); this.enterRule(_localctx, 4, sequenceParser.RULE_bit); try { this.state = 201; this._errHandler.sync(this); switch (this._input.LA(1)) { case sequenceParser.BitSequence: this.enterOuterAlt(_localctx, 1); { this.state = 199; this.sequence(); } break; case sequenceParser.BitMenu3Course: this.enterOuterAlt(_localctx, 2); { this.state = 200; this.menu_3_course(); } break; default: throw new NoViableAltException(this); } } catch (re) { if (re instanceof RecognitionException) { _localctx.exception = re; this._errHandler.reportError(this, re); this._errHandler.recover(this, re); } else { throw re; } } finally { this.exitRule(); } return _localctx; } // @RuleVersion(0) public sequence(): SequenceContext { let _localctx: SequenceContext = new SequenceContext(this._ctx, this.state); this.enterRule(_localctx, 6, sequenceParser.RULE_sequence); let _la: number; try { let _alt: number; this.enterOuterAlt(_localctx, 1); { this.state = 203; this.match(sequenceParser.BitSequence); this.state = 204; this.format(); this.state = 205; this.match(sequenceParser.CL); this.state = 215; this._errHandler.sync(this); _alt = this.interpreter.adaptivePredict(this._input, 6, this._ctx); while (_alt !== 2 && _alt !== ATN.INVALID_ALT_NUMBER) { if (_alt === 1) { { { this.state = 209; this._errHandler.sync(this); _la = this._input.LA(1); while (_la === sequenceParser.NL) { { { this.state = 206; this.match(sequenceParser.NL); } } this.state = 211; this._errHandler.sync(this); _la = this._input.LA(1); } this.state = 212; this.bitElem(); } } } this.state = 217; this._errHandler.sync(this); _alt = this.interpreter.adaptivePredict(this._input, 6, this._ctx); } this.state = 221; this._errHandler.sync(this); _la = this._input.LA(1); while (_la === sequenceParser.NL) { { { this.state = 218; this.match(sequenceParser.NL); } } this.state = 223; this._errHandler.sync(this); _la = this._input.LA(1); } this.state = 224; this.match(sequenceParser.HSPL); this.state = 230; this._errHandler.sync(this); _alt = this.interpreter.adaptivePredict(this._input, 8, this._ctx); while (_alt !== 2 && _alt !== ATN.INVALID_ALT_NUMBER) { if (_alt === 1) { { { this.state = 225; this.seqstr(); this.state = 226; this.minusminus(); } } } this.state = 232; this._errHandler.sync(this); _alt = this.interpreter.adaptivePredict(this._input, 8, this._ctx); } this.state = 233; this.seqstr(); this.state = 234; this.match(sequenceParser.HSPL); this.state = 236; this._errHandler.sync(this); switch ( this.interpreter.adaptivePredict(this._input, 9, this._ctx) ) { case 1: { this.state = 235; this.footer(); } break; } this.state = 251; this._errHandler.sync(this); switch ( this.interpreter.adaptivePredict(this._input, 12, this._ctx) ) { case 1: { this.state = 238; this.resource(); this.state = 248; this._errHandler.sync(this); _alt = this.interpreter.adaptivePredict(this._input, 11, this._ctx); while (_alt !== 2 && _alt !== ATN.INVALID_ALT_NUMBER) { if (_alt === 1) { { { this.state = 242; this._errHandler.sync(this); _la = this._input.LA(1); while (_la === sequenceParser.NL) { { { this.state = 239; this.match(sequenceParser.NL); } } this.state = 244; this._errHandler.sync(this); _la = this._input.LA(1); } this.state = 245; this.resource(); } } } this.state = 250; this._errHandler.sync(this); _alt = this.interpreter.adaptivePredict(this._input, 11, this._ctx); } } break; } } } catch (re) { if (re instanceof RecognitionException) { _localctx.exception = re; this._errHandler.reportError(this, re); this._errHandler.recover(this, re); } else { throw re; } } finally { this.exitRule(); } return _localctx; } // @RuleVersion(0) public seqstr(): SeqstrContext { let _localctx: SeqstrContext = new SeqstrContext(this._ctx, this.state); this.enterRule(_localctx, 8, sequenceParser.RULE_seqstr); let _la: number; try { let _alt: number; this.enterOuterAlt(_localctx, 1); { this.state = 259; this._errHandler.sync(this); _alt = this.interpreter.adaptivePredict(this._input, 14, this._ctx); while (_alt !== 2 && _alt !== ATN.INVALID_ALT_NUMBER) { if (_alt === 1) { { { this.state = 253; this.bitElem(); this.state = 255; this._errHandler.sync(this); _la = this._input.LA(1); if (_la === sequenceParser.NL) { { this.state = 254; this.match(sequenceParser.NL); } } } } } this.state = 261; this._errHandler.sync(this); _alt = this.interpreter.adaptivePredict(this._input, 14, this._ctx); } this.state = 262; this.s_and_w(); } } catch (re) { if (re instanceof RecognitionException) { _localctx.exception = re; this._errHandler.reportError(this, re); this._errHandler.recover(this, re); } else { throw re; } } finally { this.exitRule(); } return _localctx; } // @RuleVersion(0) public minusminus(): MinusminusContext { let _localctx: MinusminusContext = new MinusminusContext(this._ctx, this.state); this.enterRule(_localctx, 10, sequenceParser.RULE_minusminus); try { this.enterOuterAlt(_localctx, 1); { this.state = 264; this.match(sequenceParser.DMM); } } catch (re) { if (re instanceof RecognitionException) { _localctx.exception = re; this._errHandler.reportError(this, re); this._errHandler.recover(this, re); } else { throw re; } } finally { this.exitRule(); } return _localctx; } // @RuleVersion(0) public menu_3_course(): Menu_3_courseContext { let _localctx: Menu_3_courseContext = new Menu_3_courseContext(this._ctx, this.state); this.enterRule(_localctx, 12, sequenceParser.RULE_menu_3_course); let _la: number; try { let _alt: number; this.enterOuterAlt(_localctx, 1); { this.state = 266; this.match(sequenceParser.BitMenu3Course); this.state = 267; this.format(); this.state = 268; this.match(sequenceParser.CL); this.state = 278; this._errHandler.sync(this); _alt = this.interpreter.adaptivePredict(this._input, 16, this._ctx); while (_alt !== 2 && _alt !== ATN.INVALID_ALT_NUMBER) { if (_alt === 1) { { { this.state = 272; this._errHandler.sync(this); _la = this._input.LA(1); while (_la === sequenceParser.NL) { { { this.state = 269; this.match(sequenceParser.NL); } } this.state = 274; this._errHandler.sync(this); _la = this._input.LA(1); } this.state = 275; this.bitElem(); } } } this.state = 280; this._errHandler.sync(this); _alt = this.interpreter.adaptivePredict(this._input, 16, this._ctx); } this.state = 284; this._errHandler.sync(this); _la = this._input.LA(1); while (_la === sequenceParser.NL) { { { this.state = 281; this.match(sequenceParser.NL); } } this.state = 286; this._errHandler.sync(this); _la = this._input.LA(1); } this.state = 287; this.menu_list(); this.state = 289; this._errHandler.sync(this); switch ( this.interpreter.adaptivePredict(this._input, 18, this._ctx) ) { case 1: { this.state = 288; this.footer(); } break; } this.state = 304; this._errHandler.sync(this); switch ( this.interpreter.adaptivePredict(this._input, 21, this._ctx) ) { case 1: { this.state = 291; this.resource(); this.state = 301; this._errHandler.sync(this); _alt = this.interpreter.adaptivePredict(this._input, 20, this._ctx); while (_alt !== 2 && _alt !== ATN.INVALID_ALT_NUMBER) { if (_alt === 1) { { { this.state = 295; this._errHandler.sync(this); _la = this._input.LA(1); while (_la === sequenceParser.NL) { { { this.state = 292; this.match(sequenceParser.NL); } } this.state = 297; this._errHandler.sync(this); _la = this._input.LA(1); } this.state = 298; this.resource(); } } } this.state = 303; this._errHandler.sync(this); _alt = this.interpreter.adaptivePredict(this._input, 20, this._ctx); } } break; } } } catch (re) { if (re instanceof RecognitionException) { _localctx.exception = re; this._errHandler.reportError(this, re); this._errHandler.recover(this, re); } else { throw re; } } finally { this.exitRule(); } return _localctx; } // @RuleVersion(0) public menu_list(): Menu_listContext { let _localctx: Menu_listContext = new Menu_listContext(this._ctx, this.state); this.enterRule(_localctx, 14, sequenceParser.RULE_menu_list); try { let _alt: number; this.enterOuterAlt(_localctx, 1); { this.state = 306; this.hspl_slot(); this.state = 307; this.menu_text(); this.state = 312; this._errHandler.sync(this); _alt = this.interpreter.adaptivePredict(this._input, 22, this._ctx); while (_alt !== 2 && _alt !== ATN.INVALID_ALT_NUMBER) { if (_alt === 1) { { { this.state = 308; this.match(sequenceParser.HSPL); this.state = 309; this.menu_text(); } } } this.state = 314; this._errHandler.sync(this); _alt = this.interpreter.adaptivePredict(this._input, 22, this._ctx); } this.state = 315; this.match(sequenceParser.HSPL); } } catch (re) { if (re instanceof RecognitionException) { _localctx.exception = re; this._errHandler.reportError(this, re); this._errHandler.recover(this, re); } else { throw re; } } finally { this.exitRule(); } return _localctx; } // @RuleVersion(0) public hspl_slot(): Hspl_slotContext { let _localctx: Hspl_slotContext = new Hspl_slotContext(this._ctx, this.state); this.enterRule(_localctx, 16, sequenceParser.RULE_hspl_slot); try { this.enterOuterAlt(_localctx, 1); { this.state = 317; this.match(sequenceParser.HSPL); } } catch (re) { if (re instanceof RecognitionException) { _localctx.exception = re; this._errHandler.reportError(this, re); this._errHandler.recover(this, re); } else { throw re; } } finally { this.exitRule(); } return _localctx; } // @RuleVersion(0) public menu_text(): Menu_textContext { let _localctx: Menu_textContext = new Menu_textContext(this._ctx, this.state); this.enterRule(_localctx, 18, sequenceParser.RULE_menu_text); try { this.state = 321; this._errHandler.sync(this); switch (this._input.LA(1)) { case sequenceParser.S: case sequenceParser.OPB: case sequenceParser.OPQ: case sequenceParser.OPA: case sequenceParser.OPS: case sequenceParser.COLON: case sequenceParser.AMP: case sequenceParser.Greater: case sequenceParser.Less: case sequenceParser.RightAngle: case sequenceParser.RightArrow: case sequenceParser.DBLEQ: case sequenceParser.NUMERIC: case sequenceParser.STRING: case sequenceParser.NOTBITMARK: case sequenceParser.ELIPSIS: case sequenceParser.SENTENCE: case sequenceParser.BARSTRING: case sequenceParser.AtExampleWithStr: case sequenceParser.AtExamplecol: case sequenceParser.AtExamplecl: case sequenceParser.OpAtCopyright: case sequenceParser.AmpAudio: case sequenceParser.AmpImage: case sequenceParser.AmpVideo: case sequenceParser.AmpArticle: case sequenceParser.AmpDocument: case sequenceParser.AmpApp: case sequenceParser.AmpWebsite: case sequenceParser.AmpAudioLink: case sequenceParser.AmpImageLink: case sequenceParser.AmpArticleLink: case sequenceParser.AmpDocumentLink: case sequenceParser.BitmarkMinus: case sequenceParser.BitmarkPlus: case sequenceParser.URL: case sequenceParser.LIST_LINE: this.enterOuterAlt(_localctx, 1); { this.state = 319; this.melem(); } break; case sequenceParser.HSPL: this.enterOuterAlt(_localctx, 2); // tslint:disable-next-line:no-empty { } break; default: throw new NoViableAltException(this); } } catch (re) { if (re instanceof RecognitionException) { _localctx.exception = re; this._errHandler.reportError(this, re); this._errHandler.recover(this, re); } else { throw re; } } finally { this.exitRule(); } return _localctx; } // @RuleVersion(0) public melem(): MelemContext { let _localctx: MelemContext = new MelemContext(this._ctx, this.state); this.enterRule(_localctx, 20, sequenceParser.RULE_melem); let _la: number; try { this.enterOuterAlt(_localctx, 1); { this.state = 323; this.mtex(); this.state = 327; this._errHandler.sync(this); _la = this._input.LA(1); while (((((_la - 2)) & ~0x1F) === 0 && ((1 << (_la - 2)) & ((1 << (sequenceParser.S - 2)) | (1 << (sequenceParser.OPB - 2)) | (1 << (sequenceParser.OPQ - 2)) | (1 << (sequenceParser.OPA - 2)) | (1 << (sequenceParser.OPS - 2)) | (1 << (sequenceParser.COLON - 2)) | (1 << (sequenceParser.AMP - 2)) | (1 << (sequenceParser.Greater - 2)) | (1 << (sequenceParser.Less - 2)) | (1 << (sequenceParser.RightAngle - 2)) | (1 << (sequenceParser.RightArrow - 2)) | (1 << (sequenceParser.DBLEQ - 2)))) !== 0) || ((((_la - 44)) & ~0x1F) === 0 && ((1 << (_la - 44)) & ((1 << (sequenceParser.NUMERIC - 44)) | (1 << (sequenceParser.STRING - 44)) | (1 << (sequenceParser.NOTBITMARK - 44)) | (1 << (sequenceParser.ELIPSIS - 44)) | (1 << (sequenceParser.SENTENCE - 44)) | (1 << (sequenceParser.BARSTRING - 44)) | (1 << (sequenceParser.AtExampleWithStr - 44)) | (1 << (sequenceParser.AtExamplecol - 44)) | (1 << (sequenceParser.AtExamplecl - 44)) | (1 << (sequenceParser.OpAtCopyright - 44)))) !== 0) || ((((_la - 82)) & ~0x1F) === 0 && ((1 << (_la - 82)) & ((1 << (sequenceParser.AmpAudio - 82)) | (1 << (sequenceParser.AmpImage - 82)) | (1 << (sequenceParser.AmpVideo - 82)) | (1 << (sequenceParser.AmpArticle - 82)) | (1 << (sequenceParser.AmpDocument - 82)) | (1 << (sequenceParser.AmpApp - 82)) | (1 << (sequenceParser.AmpWebsite - 82)) | (1 << (sequenceParser.AmpAudioLink - 82)) | (1 << (sequenceParser.AmpImageLink - 82)) | (1 << (sequenceParser.AmpArticleLink - 82)) | (1 << (sequenceParser.AmpDocumentLink - 82)))) !== 0) || ((((_la - 133)) & ~0x1F) === 0 && ((1 << (_la - 133)) & ((1 << (sequenceParser.BitmarkMinus - 133)) | (1 << (sequenceParser.BitmarkPlus - 133)) | (1 << (sequenceParser.URL - 133)) | (1 << (sequenceParser.LIST_LINE - 133)))) !== 0)) { { { this.state = 324; this.mtex(); } } this.state = 329; this._errHandler.sync(this); _la = this._input.LA(1); } } } catch (re) { if (re instanceof RecognitionException) { _localctx.exception = re; this._errHandler.reportError(this, re); this._errHandler.recover(this, re); } else { throw re; } } finally { this.exitRule(); } return _localctx; } // @RuleVersion(0) public mtex(): MtexContext { let _localctx: MtexContext = new MtexContext(this._ctx, this.state); this.enterRule(_localctx, 22, sequenceParser.RULE_mtex); let _la: number; try { this.state = 349; this._errHandler.sync(this); switch (this._input.LA(1)) { case sequenceParser.S: case sequenceParser.OPS: case sequenceParser.COLON: case sequenceParser.AMP: case sequenceParser.Greater: case sequenceParser.Less: case sequenceParser.RightAngle: case sequenceParser.RightArrow: case sequenceParser.DBLEQ: case sequenceParser.NUMERIC: case sequenceParser.STRING: case sequenceParser.NOTBITMARK: case sequenceParser.ELIPSIS: case sequenceParser.SENTENCE: case sequenceParser.BARSTRING: case sequenceParser.AmpAudio: case sequenceParser.AmpImage: case sequenceParser.AmpVideo: case sequenceParser.AmpArticle: case sequenceParser.AmpDocument: case sequenceParser.AmpApp: case sequenceParser.AmpWebsite: case sequenceParser.AmpAudioLink: case sequenceParser.AmpImageLink: case sequenceParser.AmpArticleLink: case sequenceParser.AmpDocumentLink: case sequenceParser.BitmarkMinus: case sequenceParser.BitmarkPlus: case sequenceParser.URL: case sequenceParser.LIST_LINE: this.enterOuterAlt(_localctx, 1); { this.state = 330; this.s_and_w(); this.state = 334; this._errHandler.sync(this); _la = this._input.LA(1); while (_la === sequenceParser.NL) { { { this.state = 331; this.match(sequenceParser.NL); } } this.state = 336; this._errHandler.sync(this); _la = this._input.LA(1); } } break; case sequenceParser.OPB: case sequenceParser.OPQ: case sequenceParser.OPA: case sequenceParser.AtExampleWithStr: case sequenceParser.AtExamplecol: case sequenceParser.AtExamplecl: case sequenceParser.OpAtCopyright: this.enterOuterAlt(_localctx, 2); { this.state = 341; this._errHandler.sync(this); switch (this._input.LA(1)) { case sequenceParser.OPB: { this.state = 337; this.instruction(); } break; case sequenceParser.OPA: case sequenceParser.OpAtCopyright: { this.state = 338; this.atdef(); } break; case sequenceParser.OPQ: { this.state = 339; this.hint(); } break; case sequenceParser.AtExampleWithStr: case sequenceParser.AtExamplecol: case sequenceParser.AtExamplecl: { this.state = 340; this.example(); } break; default: throw new NoViableAltException(this); } this.state = 346; this._errHandler.sync(this); _la = this._input.LA(1); while (_la === sequenceParser.NL) { { { this.state = 343; this.match(sequenceParser.NL); } } this.state = 348; this._errHandler.sync(this); _la = this._input.LA(1); } } break; default: throw new NoViableAltException(this); } } catch (re) { if (re instanceof RecognitionException) { _localctx.exception = re; this._errHandler.reportError(this, re); this._errHandler.recover(this, re); } else { throw re; } } finally { this.exitRule(); } return _localctx; } // @RuleVersion(0) public footer(): FooterContext { let _localctx: FooterContext = new FooterContext(this._ctx, this.state); this.enterRule(_localctx, 24, sequenceParser.RULE_footer); let _la: number; try { let _alt: number; this.enterOuterAlt(_localctx, 1); { this.state = 358; this._errHandler.sync(this); _alt = 1; do { switch (_alt) { case 1: { { this.state = 354; this._errHandler.sync(this); _la = this._input.LA(1); while (_la === sequenceParser.NL) { { { this.state = 351; this.match(sequenceParser.NL); } } this.state = 356; this._errHandler.sync(this); _la = this._input.LA(1); } this.state = 357; this.s_and_w(); } } break; default: throw new NoViableAltException(this); } this.state = 360; this._errHandler.sync(this); _alt = this.interpreter.adaptivePredict(this._input, 30, this._ctx); } while (_alt !== 2 && _alt !== ATN.INVALID_ALT_NUMBER); this.state = 363; this._errHandler.sync(this); _alt = 1; do { switch (_alt) { case 1: { { this.state = 362; this.match(sequenceParser.NL); } } break; default: throw new NoViableAltException(this); } this.state = 365; this._errHandler.sync(this); _alt = this.interpreter.adaptivePredict(this._input, 31, this._ctx); } while (_alt !== 2 && _alt !== ATN.INVALID_ALT_NUMBER); } } catch (re) { if (re instanceof RecognitionException) { _localctx.exception = re; this._errHandler.reportError(this, re); this._errHandler.recover(this, re); } else { throw re; } } finally { this.exitRule(); } return _localctx; } // @RuleVersion(0) public bitElem(): BitElemContext { let _localctx: BitElemContext = new BitElemContext(this._ctx, this.state); this.enterRule(_localctx, 26, sequenceParser.RULE_bitElem); try { this.state = 393; this._errHandler.sync(this); switch ( this.interpreter.adaptivePredict(this._input, 32, this._ctx) ) { case 1: this.enterOuterAlt(_localctx, 1); { this.state = 367; this.match(sequenceParser.LIST_LINE); } break; case 2: this.enterOuterAlt(_localctx, 2); { this.state = 368; this.match(sequenceParser.NOTBITMARK); } break; case 3: this.enterOuterAlt(_localctx, 3); { this.state = 369; this.dclines(); } break; case 4: this.enterOuterAlt(_localctx, 4); { this.state = 370; this.gap(); } break; case 5: this.enterOuterAlt(_localctx, 5); { this.state = 371; this.atdef(); } break; case 6: this.enterOuterAlt(_localctx, 6); { this.state = 372; this.reference(); } break; case 7: this.enterOuterAlt(_localctx, 7); { this.state = 373; this.dollarans(); } break; case 8: this.enterOuterAlt(_localctx, 8); { this.state = 374; this.item(); } break; case 9: this.enterOuterAlt(_localctx, 9); { this.state = 375; this.title(); } break; case 10: this.enterOuterAlt(_localctx, 10); { this.state = 376; this.instruction(); } break; case 11: this.enterOuterAlt(_localctx, 11); { this.state = 377; this.hint(); } break; case 12: this.enterOuterAlt(_localctx, 12); { this.state = 378; this.s_and_w(); } break; case 13: this.enterOuterAlt(_localctx, 13); { this.state = 379; this.example(); } break; case 14: this.enterOuterAlt(_localctx, 14); { this.state = 380; this.bool_label(); } break; case 15: this.enterOuterAlt(_localctx, 15); { this.state = 381; this.imagebit(); } break; case 16: this.enterOuterAlt(_localctx, 16); { this.state = 382; this.audiobit(); } break; case 17: this.enterOuterAlt(_localctx, 17); { this.state = 383; this.videobit(); } break; case 18: this.enterOuterAlt(_localctx, 18); { this.state = 384; this.articlebit(); } break; case 19: this.enterOuterAlt(_localctx, 19); { this.state = 385; this.documentbit(); } break; case 20: this.enterOuterAlt(_localctx, 20); { this.state = 386; this.appbit(); } break; case 21: this.enterOuterAlt(_localctx, 21); { this.state = 387; this.websitebit(); } break; case 22: this.enterOuterAlt(_localctx, 22); { this.state = 388; this.stillimagefilmbit(); } break; case 23: this.enterOuterAlt(_localctx, 23); { this.state = 389; this.angleref(); } break; case 24: this.enterOuterAlt(_localctx, 24); { this.state = 390; this.anchor(); } break; case 25: this.enterOuterAlt(_localctx, 25); { this.state = 391; this.bracketed_text(); } break; case 26: this.enterOuterAlt(_localctx, 26); { this.state = 392; this.sp(); } break; } } catch (re) { if (re instanceof RecognitionException) { _localctx.exception = re; this._errHandler.reportError(this, re); this._errHandler.recover(this, re); } else { throw re; } } finally { this.exitRule(); } return _localctx; } // @RuleVersion(0) public gap(): GapContext { let _localctx: GapContext = new GapContext(this._ctx, this.state); this.enterRule(_localctx, 28, sequenceParser.RULE_gap); try { let _alt: number; this.enterOuterAlt(_localctx, 1); { this.state = 395; this.single_gap(); this.state = 403; this._errHandler.sync(this); _alt = this.interpreter.adaptivePredict(this._input, 34, this._ctx); while (_alt !== 2 && _alt !== ATN.INVALID_ALT_NUMBER) { if (_alt === 1) { { this.state = 401; this._errHandler.sync(this); switch (this._input.LA(1)) { case sequenceParser.OPU: { this.state = 396; this.single_gap(); } break; case sequenceParser.OPB: { this.state = 397; this.instruction(); } break; case sequenceParser.OPQ: { this.state = 398; this.hint(); } break; case sequenceParser.OPC: { this.state = 399; this.item(); } break; case sequenceParser.AtExampleWithStr: case sequenceParser.AtExamplecol: case sequenceParser.AtExamplecl: { this.state = 400; this.example(); } break; default: throw new NoViableAltException(this); } } } this.state = 405; this._errHandler.sync(this); _alt = this.interpreter.adaptivePredict(this._input, 34, this._ctx); } } } catch (re) { if (re instanceof RecognitionException) { _localctx.exception = re; this._errHandler.reportError(this, re); this._errHandler.recover(this, re); } else { throw re; } } finally { this.exitRule(); } return _localctx; } // @RuleVersion(0) public single_gap(): Single_gapContext { let _localctx: Single_gapContext = new Single_gapContext(this._ctx, this.state); this.enterRule(_localctx, 30, sequenceParser.RULE_single_gap); let _la: number; try { this.enterOuterAlt(_localctx, 1); { this.state = 406; this.match(sequenceParser.OPU); this.state = 410; this._errHandler.sync(this); switch ( this.interpreter.adaptivePredict(this._input, 35, this._ctx) ) { case 1: { this.state = 407; this.match(sequenceParser.NUMERIC); } break; case 2: { this.state = 408; this.match(sequenceParser.STRING); } break; case 3: // tslint:disable-next-line:no-empty { } break; } this.state = 415; this._errHandler.sync(this); _la = this._input.LA(1); while ((((_la) & ~0x1F) === 0 && ((1 << _la) & ((1 << sequenceParser.S) | (1 << sequenceParser.OPS) | (1 << sequenceParser.COLON) | (1 << sequenceParser.AMP) | (1 << sequenceParser.Greater) | (1 << sequenceParser.Less) | (1 << sequenceParser.RightAngle) | (1 << sequenceParser.RightArrow))) !== 0) || ((((_la - 32)) & ~0x1F) === 0 && ((1 << (_la - 32)) & ((1 << (sequenceParser.DBLEQ - 32)) | (1 << (sequenceParser.NUMERIC - 32)) | (1 << (sequenceParser.STRING - 32)) | (1 << (sequenceParser.NOTBITMARK - 32)) | (1 << (sequenceParser.ELIPSIS - 32)) | (1 << (sequenceParser.SENTENCE - 32)) | (1 << (sequenceParser.BARSTRING - 32)))) !== 0) || ((((_la - 82)) & ~0x1F) === 0 && ((1 << (_la - 82)) & ((1 << (sequenceParser.AmpAudio - 82)) | (1 << (sequenceParser.AmpImage - 82)) | (1 << (sequenceParser.AmpVideo - 82)) | (1 << (sequenceParser.AmpArticle - 82)) | (1 << (sequenceParser.AmpDocument - 82)) | (1 << (sequenceParser.AmpApp - 82)) | (1 << (sequenceParser.AmpWebsite - 82)) | (1 << (sequenceParser.AmpAudioLink - 82)) | (1 << (sequenceParser.AmpImageLink - 82)) | (1 << (sequenceParser.AmpArticleLink - 82)) | (1 << (sequenceParser.AmpDocumentLink - 82)))) !== 0) || ((((_la - 133)) & ~0x1F) === 0 && ((1 << (_la - 133)) & ((1 << (sequenceParser.BitmarkMinus - 133)) | (1 << (sequenceParser.BitmarkPlus - 133)) | (1 << (sequenceParser.URL - 133)) | (1 << (sequenceParser.LIST_LINE - 133)))) !== 0)) { { { this.state = 412; this.s_and_w(); } } this.state = 417; this._errHandler.sync(this); _la = this._input.LA(1); } this.state = 418; this.clnsp(); } } catch (re) { if (re instanceof RecognitionException) { _localctx.exception = re; this._errHandler.reportError(this, re); this._errHandler.recover(this, re); } else { throw re; } } finally { this.exitRule(); } return _localctx; } // @RuleVersion(0) public choice_plus(): Choice_plusContext { let _localctx: Choice_plusContext = new Choice_plusContext(this._ctx, this.state); this.enterRule(_localctx, 32, sequenceParser.RULE_choice_plus); let _la: number; try { this.enterOuterAlt(_localctx, 1); { this.state = 421; this._errHandler.sync(this); _la = this._input.LA(1); if (_la === sequenceParser.OPC) { { this.state = 420; this.item(); } } this.state = 423; this.match(sequenceParser.OPP); this.state = 425; this._errHandler.s