public class org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar extends org.antlr.v.runtime.Parser
{
protected static final org.antlr.v.runtime.dfa.DFA[] _decisionToDFA;
protected static final org.antlr.v.runtime.atn.PredictionContextCache _sharedContextCache;
public static final int STORE;
public static final int SERVER_URLS;
public static final int DATABASE;
public static final int DEBUG;
public static final int AUTHENTICATION;
public static final int HOST_STRING;
public static final int WHITESPACE;
public static final int COMMENT;
public static final int LINE_COMMENT;
public static final int ISLAND_OPEN;
public static final int STRING;
public static final int BOOLEAN;
public static final int TRUE;
public static final int FALSE;
public static final int INTEGER;
public static final int FLOAT;
public static final int DECIMAL;
public static final int DATE;
public static final int STRICTTIME;
public static final int LATEST_DATE;
public static final int FILE_NAME;
public static final int FILE_NAME_END;
public static final int PATH_SEPARATOR;
public static final int AND;
public static final int OR;
public static final int NOT;
public static final int COMMA;
public static final int EQUAL;
public static final int TEST_EQUAL;
public static final int TEST_NOT_EQUAL;
public static final int PERCENT;
public static final int ARROW;
public static final int BRACE_OPEN;
public static final int BRACE_CLOSE;
public static final int BRACKET_OPEN;
public static final int BRACKET_CLOSE;
public static final int PAREN_OPEN;
public static final int PAREN_CLOSE;
public static final int COLON;
public static final int DOT;
public static final int DOLLAR;
public static final int DOT_DOT;
public static final int SEMI_COLON;
public static final int NEW_SYMBOL;
public static final int PIPE;
public static final int TILDE;
public static final int AT;
public static final int PLUS;
public static final int STAR;
public static final int MINUS;
public static final int DIVIDE;
public static final int LESS_THAN;
public static final int LESS_OR_EQUAL;
public static final int GREATER_THAN;
public static final int GREATER_OR_EQUAL;
public static final int VALID_STRING;
public static final int INVALID;
public static final int ISLAND_START;
public static final int ISLAND_END;
public static final int ISLAND_HASH;
public static final int ISLAND_BRACE_OPEN;
public static final int ISLAND_BRACE_CLOSE;
public static final int ISLAND_CONTENT;
public static final int RULE_unquotedIdentifier;
public static final int RULE_identifier;
public static final int RULE_definition;
public static final int RULE_connectionStore;
public static final int RULE_serverDetails;
public static final int RULE_serverURLDef;
public static final int RULE_database;
public static final int RULE_authentication;
public static final int RULE_qualifiedName;
public static final int RULE_packagePath;
public static final int RULE_word;
public static final int RULE_islandDefinition;
public static final int RULE_islandContent;
public static final java.lang.String[] ruleNames;
private static final java.lang.String[] _LITERAL_NAMES;
private static final java.lang.String[] _SYMBOLIC_NAMES;
public static final org.antlr.v.runtime.Vocabulary VOCABULARY;
public static final java.lang.String[] tokenNames;
public static final java.lang.String _serializedATN;
public static final org.antlr.v.runtime.atn.ATN _ATN;
private static java.lang.String[] makeRuleNames()
{
java.lang.String[] v;
v = newarray (java.lang.String)[13];
v[0] = "unquotedIdentifier";
v[1] = "identifier";
v[2] = "definition";
v[3] = "connectionStore";
v[4] = "serverDetails";
v[5] = "serverURLDef";
v[6] = "database";
v[7] = "authentication";
v[8] = "qualifiedName";
v[9] = "packagePath";
v[10] = "word";
v[11] = "islandDefinition";
v[12] = "islandContent";
return v;
}
private static java.lang.String[] makeLiteralNames()
{
java.lang.String[] v;
v = newarray (java.lang.String)[61];
v[0] = null;
v[1] = "\'store\'";
v[2] = "\'serverURLs\'";
v[3] = "\'database\'";
v[4] = "\'debug\'";
v[5] = "\'authentication\'";
v[6] = null;
v[7] = null;
v[8] = null;
v[9] = null;
v[10] = null;
v[11] = null;
v[12] = null;
v[13] = null;
v[14] = null;
v[15] = null;
v[16] = null;
v[17] = null;
v[18] = null;
v[19] = null;
v[20] = "\'%latest\'";
v[21] = null;
v[22] = null;
v[23] = null;
v[24] = "\'&&\'";
v[25] = "\'||\'";
v[26] = "\'!\'";
v[27] = "\',\'";
v[28] = "\'=\'";
v[29] = "\'==\'";
v[30] = "\'!=\'";
v[31] = "\'%\'";
v[32] = "\'->\'";
v[33] = null;
v[34] = null;
v[35] = "\'[\'";
v[36] = "\']\'";
v[37] = "\'(\'";
v[38] = "\')\'";
v[39] = "\':\'";
v[40] = "\'.\'";
v[41] = "\'$\'";
v[42] = "\'..\'";
v[43] = "\';\'";
v[44] = "\'^\'";
v[45] = "\'|\'";
v[46] = "\'~\'";
v[47] = "\'@\'";
v[48] = "\'+\'";
v[49] = "\'*\'";
v[50] = "\'-\'";
v[51] = "\'/\'";
v[52] = "\'<\'";
v[53] = "\'<=\'";
v[54] = "\'>\'";
v[55] = "\'>=\'";
v[56] = null;
v[57] = null;
v[58] = "\'#{\'";
v[59] = "\'}#\'";
v[60] = "\'#\'";
return v;
}
private static java.lang.String[] makeSymbolicNames()
{
java.lang.String[] v;
v = newarray (java.lang.String)[64];
v[0] = null;
v[1] = "STORE";
v[2] = "SERVER_URLS";
v[3] = "DATABASE";
v[4] = "DEBUG";
v[5] = "AUTHENTICATION";
v[6] = "HOST_STRING";
v[7] = "WHITESPACE";
v[8] = "COMMENT";
v[9] = "LINE_COMMENT";
v[10] = "ISLAND_OPEN";
v[11] = "STRING";
v[12] = "BOOLEAN";
v[13] = "TRUE";
v[14] = "FALSE";
v[15] = "INTEGER";
v[16] = "FLOAT";
v[17] = "DECIMAL";
v[18] = "DATE";
v[19] = "STRICTTIME";
v[20] = "LATEST_DATE";
v[21] = "FILE_NAME";
v[22] = "FILE_NAME_END";
v[23] = "PATH_SEPARATOR";
v[24] = "AND";
v[25] = "OR";
v[26] = "NOT";
v[27] = "COMMA";
v[28] = "EQUAL";
v[29] = "TEST_EQUAL";
v[30] = "TEST_NOT_EQUAL";
v[31] = "PERCENT";
v[32] = "ARROW";
v[33] = "BRACE_OPEN";
v[34] = "BRACE_CLOSE";
v[35] = "BRACKET_OPEN";
v[36] = "BRACKET_CLOSE";
v[37] = "PAREN_OPEN";
v[38] = "PAREN_CLOSE";
v[39] = "COLON";
v[40] = "DOT";
v[41] = "DOLLAR";
v[42] = "DOT_DOT";
v[43] = "SEMI_COLON";
v[44] = "NEW_SYMBOL";
v[45] = "PIPE";
v[46] = "TILDE";
v[47] = "AT";
v[48] = "PLUS";
v[49] = "STAR";
v[50] = "MINUS";
v[51] = "DIVIDE";
v[52] = "LESS_THAN";
v[53] = "LESS_OR_EQUAL";
v[54] = "GREATER_THAN";
v[55] = "GREATER_OR_EQUAL";
v[56] = "VALID_STRING";
v[57] = "INVALID";
v[58] = "ISLAND_START";
v[59] = "ISLAND_END";
v[60] = "ISLAND_HASH";
v[61] = "ISLAND_BRACE_OPEN";
v[62] = "ISLAND_BRACE_CLOSE";
v[63] = "ISLAND_CONTENT";
return v;
}
public java.lang.String[] getTokenNames()
{
org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar v;
java.lang.String[] v;
v := @this: org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar;
v = <org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: java.lang.String[] tokenNames>;
return v;
}
public org.antlr.v.runtime.Vocabulary getVocabulary()
{
org.antlr.v.runtime.Vocabulary v;
org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar v;
v := @this: org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar;
v = <org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.Vocabulary VOCABULARY>;
return v;
}
public java.lang.String getGrammarFileName()
{
org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar v;
v := @this: org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar;
return "MongoDBConnectionParserGrammar.g4";
}
public java.lang.String[] getRuleNames()
{
org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar v;
java.lang.String[] v;
v := @this: org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar;
v = <org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: java.lang.String[] ruleNames>;
return v;
}
public java.lang.String getSerializedATN()
{
org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar v;
v := @this: org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar;
return "\u0003\u608b\ua72a\u8133\ub9ed\u417c\u3be7\u7786\u5964\u0003Al\u0004\u0002\t\u0002\u0004\u0003\t\u0003\u0004\u0004\t\u0004\u0004\u0005\t\u0005\u0004\u0006\t\u0006\u0004\u0007\t\u0007\u0004\u0008\t\u0008\u0004\t\t\t\u0004\n\t\n\u0004\u000b\t\u000b\u0004\f\t\f\u0004\r\t\r\u0004\u000e\t\u000e\u0003\u0002\u0003\u0002\u0003\u0003\u0003\u0003\u0005\u0003!\n\u0003\u0003\u0004\u0003\u0004\u0003\u0004\u0003\u0004\u0007\u0004\'\n\u0004\f\u0004\u000e\u0004*\u000b\u0004\u0003\u0004\u0003\u0004\u0003\u0005\u0003\u0005\u0003\u0005\u0003\u0005\u0003\u0005\u0003\u0006\u0003\u0006\u0003\u0006\u0003\u0006\u0003\u0006\u0003\u0006\u0007\u00069\n\u0006\f\u0006\u000e\u0006<\u000b\u0006\u0003\u0006\u0003\u0006\u0003\u0006\u0003\u0007\u0003\u0007\u0003\u0007\u0003\u0007\u0003\u0008\u0003\u0008\u0003\u0008\u0003\u0008\u0003\u0008\u0003\t\u0003\t\u0003\t\u0003\t\u0003\t\u0003\n\u0003\n\u0003\n\u0005\nR\n\n\u0003\n\u0003\n\u0003\u000b\u0003\u000b\u0003\u000b\u0007\u000bY\n\u000b\f\u000b\u000e\u000b\\\u000b\u000b\u0003\f\u0003\f\u0003\f\u0005\fa\n\f\u0003\r\u0003\r\u0003\r\u0003\u000e\u0007\u000eg\n\u000e\f\u000e\u000e\u000ej\u000b\u000e\u0003\u000e\u0002\u0002\u000f\u0002\u0004\u0006\u0008\n\f\u000e\u0010\u0012\u0014\u0016\u0018\u001a\u0002\u0004\u0004\u0002\u0003\u0008::\u0003\u0002<A\u0002i\u0002\u001c\u0003\u0002\u0002\u0002\u \u0003\u0002\u0002\u0002\u0006(\u0003\u0002\u0002\u0002\u0008-\u0003\u0002\u0002\u0002\n2\u0003\u0002\u0002\u0002\f@\u0003\u0002\u0002\u0002\u000eD\u0003\u0002\u0002\u0002\u0010I\u0003\u0002\u0002\u0002\u0012Q\u0003\u0002\u0002\u0002\u0014U\u0003\u0002\u0002\u0002\u0016`\u0003\u0002\u0002\u0002\u0018b\u0003\u0002\u0002\u0002\u001ah\u0003\u0002\u0002\u0002\u001c\u001d\t\u0002\u0002\u0002\u001d\u0003\u0003\u0002\u0002\u0002\u001e!\u0005\u0002\u0002\u0002\u001f!\u0007\r\u0002\u \u001e\u0003\u0002\u0002\u \u001f\u0003\u0002\u0002\u0002!\u0005\u0003\u0002\u0002\u0002\"\'\u0005\u0008\u0005\u0002#\'\u0005\n\u0006\u0002$\'\u0005\u0010\t\u0002%\'\u0005\u000e\u0008\u0002&\"\u0003\u0002\u0002\u0002&#\u0003\u0002\u0002\u0002&$\u0003\u0002\u0002\u0002&%\u0003\u0002\u0002\u0002\'*\u0003\u0002\u0002\u0002(&\u0003\u0002\u0002\u0002()\u0003\u0002\u0002\u)+\u0003\u0002\u0002\u0002*(\u0003\u0002\u0002\u+,\u0007\u0002\u0002\u,\u0007\u0003\u0002\u0002\u0002-.\u0007\u0003\u0002\u./\u)\u0002\u0002/0\u0005\u0012\n\u000201\u0007-\u0002\u00021\t\u0003\u0002\u0002\u000223\u0007\u0004\u0002\u000234\u)\u0002\u000245\u0007%\u0002\u00025:\u0005\f\u0007\u000267\u0007\u001d\u0002\u000279\u0005\f\u0007\u000286\u0003\u0002\u0002\u00029<\u0003\u0002\u0002\u0002:8\u0003\u0002\u0002\u0002:;\u0003\u0002\u0002\u;=\u0003\u0002\u0002\u0002<:\u0003\u0002\u0002\u0002=>\u0007&\u0002\u0002>?\u0007-\u0002\u0002?\u000b\u0003\u0002\u0002\u0002@A\u0007\u0008\u0002\u0002AB\u)\u0002\u0002BC\u0007\u0011\u0002\u0002C\r\u0003\u0002\u0002\u0002DE\u0007\u0005\u0002\u0002EF\u)\u0002\u0002FG\u0005\u0004\u0003\u0002GH\u0007-\u0002\u0002H\u000f\u0003\u0002\u0002\u0002IJ\u0007\u0007\u0002\u0002JK\u)\u0002\u0002KL\u0005\u0018\r\u0002LM\u0007-\u0002\u0002M\u0011\u0003\u0002\u0002\u0002NO\u0005\u0014\u000b\u0002OP\u0007\u0019\u0002\u0002PR\u0003\u0002\u0002\u0002QN\u0003\u0002\u0002\u0002QR\u0003\u0002\u0002\u0002RS\u0003\u0002\u0002\u0002ST\u0005\u0004\u0003\u0002T\u0013\u0003\u0002\u0002\u0002UZ\u0005\u0004\u0003\u0002VW\u0007\u0019\u0002\u0002WY\u0005\u0004\u0003\u0002XV\u0003\u0002\u0002\u0002Y\\\u0003\u0002\u0002\u0002ZX\u0003\u0002\u0002\u0002Z[\u0003\u0002\u0002\u[\u0015\u0003\u0002\u0002\u0002\\Z\u0003\u0002\u0002\u]a\u0005\u0004\u0003\u0002^a\u0007\u000e\u0002\u0002_a\u0007\u0011\u0002\u0002`]\u0003\u0002\u0002\u0002`^\u0003\u0002\u0002\u0002`_\u0003\u0002\u0002\u0002a\u0017\u0003\u0002\u0002\u0002bc\u0007\f\u0002\u0002cd\u0005\u001a\u000e\u0002d\u0019\u0003\u0002\u0002\u0002eg\t\u0003\u0002\u0002fe\u0003\u0002\u0002\u0002gj\u0003\u0002\u0002\u0002hf\u0003\u0002\u0002\u0002hi\u0003\u0002\u0002\u0002i\u001b\u0003\u0002\u0002\u0002jh\u0003\u0002\u0002\u0002\n &(:QZ`h";
}
public org.antlr.v.runtime.atn.ATN getATN()
{
org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar v;
org.antlr.v.runtime.atn.ATN v;
v := @this: org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar;
v = <org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.atn.ATN _ATN>;
return v;
}
public void <init>(org.antlr.v.runtime.TokenStream)
{
org.antlr.v.runtime.dfa.DFA[] v;
org.antlr.v.runtime.atn.ATN v;
org.antlr.v.runtime.TokenStream v;
org.antlr.v.runtime.atn.PredictionContextCache v;
org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar v;
org.antlr.v.runtime.atn.ParserATNSimulator v;
v := @this: org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar;
v := @parameter: org.antlr.v.runtime.TokenStream;
specialinvoke v.<org.antlr.v.runtime.Parser: void <init>(org.antlr.v.runtime.TokenStream)>(v);
v = new org.antlr.v.runtime.atn.ParserATNSimulator;
v = <org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.atn.ATN _ATN>;
v = <org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.dfa.DFA[] _decisionToDFA>;
v = <org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.atn.PredictionContextCache _sharedContextCache>;
specialinvoke v.<org.antlr.v.runtime.atn.ParserATNSimulator: void <init>(org.antlr.v.runtime.Parser,org.antlr.v.runtime.atn.ATN,org.antlr.v.runtime.dfa.DFA[],org.antlr.v.runtime.atn.PredictionContextCache)>(v, v, v, v);
v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.atn.ATNSimulator _interp> = v;
return;
}
public final org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar$UnquotedIdentifierContext unquotedIdentifier() throws org.antlr.v.runtime.RecognitionException
{
java.lang.Throwable v, v;
org.antlr.v.runtime.ANTLRErrorStrategy v, v, v, v;
org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar$UnquotedIdentifierContext v;
org.antlr.v.runtime.TokenStream v, v;
org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar v;
long v, v;
byte v;
int v, v, v, v, v, v;
org.antlr.v.runtime.ParserRuleContext v;
v := @this: org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar;
v = new org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar$UnquotedIdentifierContext;
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.ParserRuleContext _ctx>;
v = virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: int getState()>();
specialinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar$UnquotedIdentifierContext: void <init>(org.antlr.v.runtime.ParserRuleContext,int)>(v, v);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void enterRule(org.antlr.v.runtime.ParserRuleContext,int,int)>(v, 0, 0);
label:
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void enterOuterAlt(org.antlr.v.runtime.ParserRuleContext,int)>(v, 1);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void setState(int)>(26);
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.TokenStream _input>;
v = interfaceinvoke v.<org.antlr.v.runtime.TokenStream: int LA(int)>(1);
v = (int) -64;
v = v & v;
if v != 0 goto label;
v = 1L << v;
v = v & 72057594037928062L;
v = v cmp 0L;
if v != 0 goto label;
label:
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.ANTLRErrorStrategy _errHandler>;
interfaceinvoke v.<org.antlr.v.runtime.ANTLRErrorStrategy: org.antlr.v.runtime.Token recoverInline(org.antlr.v.runtime.Parser)>(v);
goto label;
label:
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.TokenStream _input>;
v = interfaceinvoke v.<org.antlr.v.runtime.TokenStream: int LA(int)>(1);
v = (int) -1;
if v != v goto label;
v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: boolean matchedEOF> = 1;
label:
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.ANTLRErrorStrategy _errHandler>;
interfaceinvoke v.<org.antlr.v.runtime.ANTLRErrorStrategy: void reportMatch(org.antlr.v.runtime.Parser)>(v);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.Token consume()>();
label:
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void exitRule()>();
goto label;
label:
v := @caughtexception;
v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar$UnquotedIdentifierContext: org.antlr.v.runtime.RecognitionException exception> = v;
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.ANTLRErrorStrategy _errHandler>;
interfaceinvoke v.<org.antlr.v.runtime.ANTLRErrorStrategy: void reportError(org.antlr.v.runtime.Parser,org.antlr.v.runtime.RecognitionException)>(v, v);
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.ANTLRErrorStrategy _errHandler>;
interfaceinvoke v.<org.antlr.v.runtime.ANTLRErrorStrategy: void recover(org.antlr.v.runtime.Parser,org.antlr.v.runtime.RecognitionException)>(v, v);
label:
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void exitRule()>();
goto label;
label:
v := @caughtexception;
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void exitRule()>();
throw v;
label:
return v;
catch org.antlr.v.runtime.RecognitionException from label to label with label;
catch java.lang.Throwable from label to label with label;
catch java.lang.Throwable from label to label with label;
}
public final org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar$IdentifierContext identifier() throws org.antlr.v.runtime.RecognitionException
{
java.lang.Throwable v, v;
org.antlr.v.runtime.ANTLRErrorStrategy v, v, v;
org.antlr.v.runtime.TokenStream v;
org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar v;
org.antlr.v.runtime.NoViableAltException v;
int v, v;
org.antlr.v.runtime.ParserRuleContext v;
org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar$IdentifierContext v;
v := @this: org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar;
v = new org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar$IdentifierContext;
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.ParserRuleContext _ctx>;
v = virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: int getState()>();
specialinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar$IdentifierContext: void <init>(org.antlr.v.runtime.ParserRuleContext,int)>(v, v);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void enterRule(org.antlr.v.runtime.ParserRuleContext,int,int)>(v, 2, 1);
label:
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void setState(int)>(30);
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.ANTLRErrorStrategy _errHandler>;
interfaceinvoke v.<org.antlr.v.runtime.ANTLRErrorStrategy: void sync(org.antlr.v.runtime.Parser)>(v);
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.TokenStream _input>;
v = interfaceinvoke v.<org.antlr.v.runtime.TokenStream: int LA(int)>(1);
lookupswitch(v)
{
case 1: goto label;
case 2: goto label;
case 3: goto label;
case 4: goto label;
case 5: goto label;
case 6: goto label;
case 11: goto label;
case 56: goto label;
default: goto label;
};
label:
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void enterOuterAlt(org.antlr.v.runtime.ParserRuleContext,int)>(v, 1);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void setState(int)>(28);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar$UnquotedIdentifierContext unquotedIdentifier()>();
goto label;
label:
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void enterOuterAlt(org.antlr.v.runtime.ParserRuleContext,int)>(v, 2);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void setState(int)>(29);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.Token match(int)>(11);
goto label;
label:
v = new org.antlr.v.runtime.NoViableAltException;
specialinvoke v.<org.antlr.v.runtime.NoViableAltException: void <init>(org.antlr.v.runtime.Parser)>(v);
throw v;
label:
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void exitRule()>();
goto label;
label:
v := @caughtexception;
v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar$IdentifierContext: org.antlr.v.runtime.RecognitionException exception> = v;
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.ANTLRErrorStrategy _errHandler>;
interfaceinvoke v.<org.antlr.v.runtime.ANTLRErrorStrategy: void reportError(org.antlr.v.runtime.Parser,org.antlr.v.runtime.RecognitionException)>(v, v);
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.ANTLRErrorStrategy _errHandler>;
interfaceinvoke v.<org.antlr.v.runtime.ANTLRErrorStrategy: void recover(org.antlr.v.runtime.Parser,org.antlr.v.runtime.RecognitionException)>(v, v);
label:
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void exitRule()>();
goto label;
label:
v := @caughtexception;
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void exitRule()>();
throw v;
label:
return v;
catch org.antlr.v.runtime.RecognitionException from label to label with label;
catch java.lang.Throwable from label to label with label;
catch java.lang.Throwable from label to label with label;
}
public final org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar$DefinitionContext definition() throws org.antlr.v.runtime.RecognitionException
{
java.lang.Throwable v, v;
org.antlr.v.runtime.ANTLRErrorStrategy v, v, v, v, v;
org.antlr.v.runtime.TokenStream v, v, v;
org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar v;
long v, v;
org.antlr.v.runtime.NoViableAltException v;
org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar$DefinitionContext v;
byte v;
int v, v, v, v, v, v;
org.antlr.v.runtime.ParserRuleContext v;
v := @this: org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar;
v = new org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar$DefinitionContext;
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.ParserRuleContext _ctx>;
v = virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: int getState()>();
specialinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar$DefinitionContext: void <init>(org.antlr.v.runtime.ParserRuleContext,int)>(v, v);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void enterRule(org.antlr.v.runtime.ParserRuleContext,int,int)>(v, 4, 2);
label:
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void enterOuterAlt(org.antlr.v.runtime.ParserRuleContext,int)>(v, 1);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void setState(int)>(38);
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.ANTLRErrorStrategy _errHandler>;
interfaceinvoke v.<org.antlr.v.runtime.ANTLRErrorStrategy: void sync(org.antlr.v.runtime.Parser)>(v);
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.TokenStream _input>;
v = interfaceinvoke v.<org.antlr.v.runtime.TokenStream: int LA(int)>(1);
label:
v = (int) -64;
v = v & v;
if v != 0 goto label;
v = 1L << v;
v = v & 46L;
v = v cmp 0L;
if v == 0 goto label;
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void setState(int)>(36);
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.ANTLRErrorStrategy _errHandler>;
interfaceinvoke v.<org.antlr.v.runtime.ANTLRErrorStrategy: void sync(org.antlr.v.runtime.Parser)>(v);
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.TokenStream _input>;
v = interfaceinvoke v.<org.antlr.v.runtime.TokenStream: int LA(int)>(1);
tableswitch(v)
{
case 1: goto label;
case 2: goto label;
case 3: goto label;
case 4: goto label;
case 5: goto label;
default: goto label;
};
label:
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void setState(int)>(32);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar$ConnectionStoreContext connectionStore()>();
goto label;
label:
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void setState(int)>(33);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar$ServerDetailsContext serverDetails()>();
goto label;
label:
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void setState(int)>(34);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar$AuthenticationContext authentication()>();
goto label;
label:
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void setState(int)>(35);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar$DatabaseContext database()>();
goto label;
label:
v = new org.antlr.v.runtime.NoViableAltException;
specialinvoke v.<org.antlr.v.runtime.NoViableAltException: void <init>(org.antlr.v.runtime.Parser)>(v);
throw v;
label:
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void setState(int)>(40);
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.ANTLRErrorStrategy _errHandler>;
interfaceinvoke v.<org.antlr.v.runtime.ANTLRErrorStrategy: void sync(org.antlr.v.runtime.Parser)>(v);
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.TokenStream _input>;
v = interfaceinvoke v.<org.antlr.v.runtime.TokenStream: int LA(int)>(1);
goto label;
label:
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void setState(int)>(41);
v = (int) -1;
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.Token match(int)>(v);
label:
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void exitRule()>();
goto label;
label:
v := @caughtexception;
v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar$DefinitionContext: org.antlr.v.runtime.RecognitionException exception> = v;
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.ANTLRErrorStrategy _errHandler>;
interfaceinvoke v.<org.antlr.v.runtime.ANTLRErrorStrategy: void reportError(org.antlr.v.runtime.Parser,org.antlr.v.runtime.RecognitionException)>(v, v);
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.ANTLRErrorStrategy _errHandler>;
interfaceinvoke v.<org.antlr.v.runtime.ANTLRErrorStrategy: void recover(org.antlr.v.runtime.Parser,org.antlr.v.runtime.RecognitionException)>(v, v);
label:
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void exitRule()>();
goto label;
label:
v := @caughtexception;
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void exitRule()>();
throw v;
label:
return v;
catch org.antlr.v.runtime.RecognitionException from label to label with label;
catch java.lang.Throwable from label to label with label;
catch java.lang.Throwable from label to label with label;
}
public final org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar$ConnectionStoreContext connectionStore() throws org.antlr.v.runtime.RecognitionException
{
java.lang.Throwable v, v;
org.antlr.v.runtime.ANTLRErrorStrategy v, v;
org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar v;
int v;
org.antlr.v.runtime.ParserRuleContext v;
org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar$ConnectionStoreContext v;
v := @this: org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar;
v = new org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar$ConnectionStoreContext;
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.ParserRuleContext _ctx>;
v = virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: int getState()>();
specialinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar$ConnectionStoreContext: void <init>(org.antlr.v.runtime.ParserRuleContext,int)>(v, v);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void enterRule(org.antlr.v.runtime.ParserRuleContext,int,int)>(v, 6, 3);
label:
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void enterOuterAlt(org.antlr.v.runtime.ParserRuleContext,int)>(v, 1);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void setState(int)>(43);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.Token match(int)>(1);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void setState(int)>(44);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.Token match(int)>(39);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void setState(int)>(45);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar$QualifiedNameContext qualifiedName()>();
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void setState(int)>(46);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.Token match(int)>(43);
label:
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void exitRule()>();
goto label;
label:
v := @caughtexception;
v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar$ConnectionStoreContext: org.antlr.v.runtime.RecognitionException exception> = v;
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.ANTLRErrorStrategy _errHandler>;
interfaceinvoke v.<org.antlr.v.runtime.ANTLRErrorStrategy: void reportError(org.antlr.v.runtime.Parser,org.antlr.v.runtime.RecognitionException)>(v, v);
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.ANTLRErrorStrategy _errHandler>;
interfaceinvoke v.<org.antlr.v.runtime.ANTLRErrorStrategy: void recover(org.antlr.v.runtime.Parser,org.antlr.v.runtime.RecognitionException)>(v, v);
label:
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void exitRule()>();
goto label;
label:
v := @caughtexception;
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void exitRule()>();
throw v;
label:
return v;
catch org.antlr.v.runtime.RecognitionException from label to label with label;
catch java.lang.Throwable from label to label with label;
catch java.lang.Throwable from label to label with label;
}
public final org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar$ServerDetailsContext serverDetails() throws org.antlr.v.runtime.RecognitionException
{
java.lang.Throwable v, v;
org.antlr.v.runtime.ANTLRErrorStrategy v, v, v, v;
org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar$ServerDetailsContext v;
org.antlr.v.runtime.TokenStream v, v;
org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar v;
int v, v;
org.antlr.v.runtime.ParserRuleContext v;
v := @this: org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar;
v = new org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar$ServerDetailsContext;
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.ParserRuleContext _ctx>;
v = virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: int getState()>();
specialinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar$ServerDetailsContext: void <init>(org.antlr.v.runtime.ParserRuleContext,int)>(v, v);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void enterRule(org.antlr.v.runtime.ParserRuleContext,int,int)>(v, 8, 4);
label:
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void enterOuterAlt(org.antlr.v.runtime.ParserRuleContext,int)>(v, 1);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void setState(int)>(48);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.Token match(int)>(2);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void setState(int)>(49);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.Token match(int)>(39);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void setState(int)>(50);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.Token match(int)>(35);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void setState(int)>(51);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar$ServerURLDefContext serverURLDef()>();
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void setState(int)>(56);
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.ANTLRErrorStrategy _errHandler>;
interfaceinvoke v.<org.antlr.v.runtime.ANTLRErrorStrategy: void sync(org.antlr.v.runtime.Parser)>(v);
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.TokenStream _input>;
v = interfaceinvoke v.<org.antlr.v.runtime.TokenStream: int LA(int)>(1);
label:
if v != 27 goto label;
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void setState(int)>(52);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.Token match(int)>(27);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void setState(int)>(53);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar$ServerURLDefContext serverURLDef()>();
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void setState(int)>(58);
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.ANTLRErrorStrategy _errHandler>;
interfaceinvoke v.<org.antlr.v.runtime.ANTLRErrorStrategy: void sync(org.antlr.v.runtime.Parser)>(v);
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.TokenStream _input>;
v = interfaceinvoke v.<org.antlr.v.runtime.TokenStream: int LA(int)>(1);
goto label;
label:
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void setState(int)>(59);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.Token match(int)>(36);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void setState(int)>(60);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.Token match(int)>(43);
label:
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void exitRule()>();
goto label;
label:
v := @caughtexception;
v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar$ServerDetailsContext: org.antlr.v.runtime.RecognitionException exception> = v;
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.ANTLRErrorStrategy _errHandler>;
interfaceinvoke v.<org.antlr.v.runtime.ANTLRErrorStrategy: void reportError(org.antlr.v.runtime.Parser,org.antlr.v.runtime.RecognitionException)>(v, v);
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.ANTLRErrorStrategy _errHandler>;
interfaceinvoke v.<org.antlr.v.runtime.ANTLRErrorStrategy: void recover(org.antlr.v.runtime.Parser,org.antlr.v.runtime.RecognitionException)>(v, v);
label:
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void exitRule()>();
goto label;
label:
v := @caughtexception;
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void exitRule()>();
throw v;
label:
return v;
catch org.antlr.v.runtime.RecognitionException from label to label with label;
catch java.lang.Throwable from label to label with label;
catch java.lang.Throwable from label to label with label;
}
public final org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar$ServerURLDefContext serverURLDef() throws org.antlr.v.runtime.RecognitionException
{
java.lang.Throwable v, v;
org.antlr.v.runtime.ANTLRErrorStrategy v, v;
org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar v;
org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar$ServerURLDefContext v;
int v;
org.antlr.v.runtime.ParserRuleContext v;
v := @this: org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar;
v = new org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar$ServerURLDefContext;
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.ParserRuleContext _ctx>;
v = virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: int getState()>();
specialinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar$ServerURLDefContext: void <init>(org.antlr.v.runtime.ParserRuleContext,int)>(v, v);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void enterRule(org.antlr.v.runtime.ParserRuleContext,int,int)>(v, 10, 5);
label:
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void enterOuterAlt(org.antlr.v.runtime.ParserRuleContext,int)>(v, 1);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void setState(int)>(62);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.Token match(int)>(6);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void setState(int)>(63);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.Token match(int)>(39);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void setState(int)>(64);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.Token match(int)>(15);
label:
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void exitRule()>();
goto label;
label:
v := @caughtexception;
v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar$ServerURLDefContext: org.antlr.v.runtime.RecognitionException exception> = v;
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.ANTLRErrorStrategy _errHandler>;
interfaceinvoke v.<org.antlr.v.runtime.ANTLRErrorStrategy: void reportError(org.antlr.v.runtime.Parser,org.antlr.v.runtime.RecognitionException)>(v, v);
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.ANTLRErrorStrategy _errHandler>;
interfaceinvoke v.<org.antlr.v.runtime.ANTLRErrorStrategy: void recover(org.antlr.v.runtime.Parser,org.antlr.v.runtime.RecognitionException)>(v, v);
label:
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void exitRule()>();
goto label;
label:
v := @caughtexception;
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void exitRule()>();
throw v;
label:
return v;
catch org.antlr.v.runtime.RecognitionException from label to label with label;
catch java.lang.Throwable from label to label with label;
catch java.lang.Throwable from label to label with label;
}
public final org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar$DatabaseContext database() throws org.antlr.v.runtime.RecognitionException
{
java.lang.Throwable v, v;
org.antlr.v.runtime.ANTLRErrorStrategy v, v;
org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar$DatabaseContext v;
org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar v;
int v;
org.antlr.v.runtime.ParserRuleContext v;
v := @this: org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar;
v = new org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar$DatabaseContext;
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.ParserRuleContext _ctx>;
v = virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: int getState()>();
specialinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar$DatabaseContext: void <init>(org.antlr.v.runtime.ParserRuleContext,int)>(v, v);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void enterRule(org.antlr.v.runtime.ParserRuleContext,int,int)>(v, 12, 6);
label:
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void enterOuterAlt(org.antlr.v.runtime.ParserRuleContext,int)>(v, 1);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void setState(int)>(66);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.Token match(int)>(3);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void setState(int)>(67);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.Token match(int)>(39);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void setState(int)>(68);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar$IdentifierContext identifier()>();
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void setState(int)>(69);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.Token match(int)>(43);
label:
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void exitRule()>();
goto label;
label:
v := @caughtexception;
v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar$DatabaseContext: org.antlr.v.runtime.RecognitionException exception> = v;
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.ANTLRErrorStrategy _errHandler>;
interfaceinvoke v.<org.antlr.v.runtime.ANTLRErrorStrategy: void reportError(org.antlr.v.runtime.Parser,org.antlr.v.runtime.RecognitionException)>(v, v);
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.ANTLRErrorStrategy _errHandler>;
interfaceinvoke v.<org.antlr.v.runtime.ANTLRErrorStrategy: void recover(org.antlr.v.runtime.Parser,org.antlr.v.runtime.RecognitionException)>(v, v);
label:
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void exitRule()>();
goto label;
label:
v := @caughtexception;
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void exitRule()>();
throw v;
label:
return v;
catch org.antlr.v.runtime.RecognitionException from label to label with label;
catch java.lang.Throwable from label to label with label;
catch java.lang.Throwable from label to label with label;
}
public final org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar$AuthenticationContext authentication() throws org.antlr.v.runtime.RecognitionException
{
java.lang.Throwable v, v;
org.antlr.v.runtime.ANTLRErrorStrategy v, v;
org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar v;
org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar$AuthenticationContext v;
int v;
org.antlr.v.runtime.ParserRuleContext v;
v := @this: org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar;
v = new org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar$AuthenticationContext;
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.ParserRuleContext _ctx>;
v = virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: int getState()>();
specialinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar$AuthenticationContext: void <init>(org.antlr.v.runtime.ParserRuleContext,int)>(v, v);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void enterRule(org.antlr.v.runtime.ParserRuleContext,int,int)>(v, 14, 7);
label:
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void enterOuterAlt(org.antlr.v.runtime.ParserRuleContext,int)>(v, 1);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void setState(int)>(71);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.Token match(int)>(5);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void setState(int)>(72);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.Token match(int)>(39);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void setState(int)>(73);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar$IslandDefinitionContext islandDefinition()>();
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void setState(int)>(74);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.Token match(int)>(43);
label:
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void exitRule()>();
goto label;
label:
v := @caughtexception;
v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar$AuthenticationContext: org.antlr.v.runtime.RecognitionException exception> = v;
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.ANTLRErrorStrategy _errHandler>;
interfaceinvoke v.<org.antlr.v.runtime.ANTLRErrorStrategy: void reportError(org.antlr.v.runtime.Parser,org.antlr.v.runtime.RecognitionException)>(v, v);
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.ANTLRErrorStrategy _errHandler>;
interfaceinvoke v.<org.antlr.v.runtime.ANTLRErrorStrategy: void recover(org.antlr.v.runtime.Parser,org.antlr.v.runtime.RecognitionException)>(v, v);
label:
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void exitRule()>();
goto label;
label:
v := @caughtexception;
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void exitRule()>();
throw v;
label:
return v;
catch org.antlr.v.runtime.RecognitionException from label to label with label;
catch java.lang.Throwable from label to label with label;
catch java.lang.Throwable from label to label with label;
}
public final org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar$QualifiedNameContext qualifiedName() throws org.antlr.v.runtime.RecognitionException
{
java.lang.Throwable v, v;
org.antlr.v.runtime.ANTLRErrorStrategy v, v, v;
org.antlr.v.runtime.TokenStream v;
org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar v;
org.antlr.v.runtime.atn.ATNSimulator v;
int v, v;
org.antlr.v.runtime.ParserRuleContext v, v;
org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar$QualifiedNameContext v;
v := @this: org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar;
v = new org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar$QualifiedNameContext;
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.ParserRuleContext _ctx>;
v = virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: int getState()>();
specialinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar$QualifiedNameContext: void <init>(org.antlr.v.runtime.ParserRuleContext,int)>(v, v);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void enterRule(org.antlr.v.runtime.ParserRuleContext,int,int)>(v, 16, 8);
label:
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void enterOuterAlt(org.antlr.v.runtime.ParserRuleContext,int)>(v, 1);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void setState(int)>(79);
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.ANTLRErrorStrategy _errHandler>;
interfaceinvoke v.<org.antlr.v.runtime.ANTLRErrorStrategy: void sync(org.antlr.v.runtime.Parser)>(v);
v = virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.atn.ATNSimulator getInterpreter()>();
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.TokenStream _input>;
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.ParserRuleContext _ctx>;
v = virtualinvoke v.<org.antlr.v.runtime.atn.ParserATNSimulator: int adaptivePredict(org.antlr.v.runtime.TokenStream,int,org.antlr.v.runtime.ParserRuleContext)>(v, 4, v);
lookupswitch(v)
{
case 1: goto label;
default: goto label;
};
label:
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void setState(int)>(76);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar$PackagePathContext packagePath()>();
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void setState(int)>(77);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.Token match(int)>(23);
label:
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void setState(int)>(81);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar$IdentifierContext identifier()>();
label:
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void exitRule()>();
goto label;
label:
v := @caughtexception;
v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar$QualifiedNameContext: org.antlr.v.runtime.RecognitionException exception> = v;
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.ANTLRErrorStrategy _errHandler>;
interfaceinvoke v.<org.antlr.v.runtime.ANTLRErrorStrategy: void reportError(org.antlr.v.runtime.Parser,org.antlr.v.runtime.RecognitionException)>(v, v);
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.ANTLRErrorStrategy _errHandler>;
interfaceinvoke v.<org.antlr.v.runtime.ANTLRErrorStrategy: void recover(org.antlr.v.runtime.Parser,org.antlr.v.runtime.RecognitionException)>(v, v);
label:
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void exitRule()>();
goto label;
label:
v := @caughtexception;
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void exitRule()>();
throw v;
label:
return v;
catch org.antlr.v.runtime.RecognitionException from label to label with label;
catch java.lang.Throwable from label to label with label;
catch java.lang.Throwable from label to label with label;
}
public final org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar$PackagePathContext packagePath() throws org.antlr.v.runtime.RecognitionException
{
java.lang.Throwable v, v;
org.antlr.v.runtime.ANTLRErrorStrategy v, v, v, v;
org.antlr.v.runtime.TokenStream v, v;
org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar v;
int v, v;
org.antlr.v.runtime.atn.ATNSimulator v, v;
org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar$PackagePathContext v;
org.antlr.v.runtime.ParserRuleContext v, v, v;
v := @this: org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar;
v = new org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar$PackagePathContext;
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.ParserRuleContext _ctx>;
v = virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: int getState()>();
specialinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar$PackagePathContext: void <init>(org.antlr.v.runtime.ParserRuleContext,int)>(v, v);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void enterRule(org.antlr.v.runtime.ParserRuleContext,int,int)>(v, 18, 9);
label:
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void enterOuterAlt(org.antlr.v.runtime.ParserRuleContext,int)>(v, 1);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void setState(int)>(83);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar$IdentifierContext identifier()>();
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void setState(int)>(88);
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.ANTLRErrorStrategy _errHandler>;
interfaceinvoke v.<org.antlr.v.runtime.ANTLRErrorStrategy: void sync(org.antlr.v.runtime.Parser)>(v);
v = virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.atn.ATNSimulator getInterpreter()>();
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.TokenStream _input>;
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.ParserRuleContext _ctx>;
v = virtualinvoke v.<org.antlr.v.runtime.atn.ParserATNSimulator: int adaptivePredict(org.antlr.v.runtime.TokenStream,int,org.antlr.v.runtime.ParserRuleContext)>(v, 5, v);
label:
if v == 2 goto label;
if v == 0 goto label;
if v != 1 goto label;
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void setState(int)>(84);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.Token match(int)>(23);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void setState(int)>(85);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar$IdentifierContext identifier()>();
label:
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void setState(int)>(90);
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.ANTLRErrorStrategy _errHandler>;
interfaceinvoke v.<org.antlr.v.runtime.ANTLRErrorStrategy: void sync(org.antlr.v.runtime.Parser)>(v);
v = virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.atn.ATNSimulator getInterpreter()>();
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.TokenStream _input>;
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.ParserRuleContext _ctx>;
v = virtualinvoke v.<org.antlr.v.runtime.atn.ParserATNSimulator: int adaptivePredict(org.antlr.v.runtime.TokenStream,int,org.antlr.v.runtime.ParserRuleContext)>(v, 5, v);
goto label;
label:
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void exitRule()>();
goto label;
label:
v := @caughtexception;
v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar$PackagePathContext: org.antlr.v.runtime.RecognitionException exception> = v;
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.ANTLRErrorStrategy _errHandler>;
interfaceinvoke v.<org.antlr.v.runtime.ANTLRErrorStrategy: void reportError(org.antlr.v.runtime.Parser,org.antlr.v.runtime.RecognitionException)>(v, v);
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.ANTLRErrorStrategy _errHandler>;
interfaceinvoke v.<org.antlr.v.runtime.ANTLRErrorStrategy: void recover(org.antlr.v.runtime.Parser,org.antlr.v.runtime.RecognitionException)>(v, v);
label:
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void exitRule()>();
goto label;
label:
v := @caughtexception;
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void exitRule()>();
throw v;
label:
return v;
catch org.antlr.v.runtime.RecognitionException from label to label with label;
catch java.lang.Throwable from label to label with label;
catch java.lang.Throwable from label to label with label;
}
public final org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar$WordContext word() throws org.antlr.v.runtime.RecognitionException
{
java.lang.Throwable v, v;
org.antlr.v.runtime.ANTLRErrorStrategy v, v, v;
org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar$WordContext v;
org.antlr.v.runtime.TokenStream v;
org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar v;
org.antlr.v.runtime.NoViableAltException v;
int v, v;
org.antlr.v.runtime.ParserRuleContext v;
v := @this: org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar;
v = new org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar$WordContext;
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.ParserRuleContext _ctx>;
v = virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: int getState()>();
specialinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar$WordContext: void <init>(org.antlr.v.runtime.ParserRuleContext,int)>(v, v);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void enterRule(org.antlr.v.runtime.ParserRuleContext,int,int)>(v, 20, 10);
label:
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void setState(int)>(94);
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.ANTLRErrorStrategy _errHandler>;
interfaceinvoke v.<org.antlr.v.runtime.ANTLRErrorStrategy: void sync(org.antlr.v.runtime.Parser)>(v);
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.TokenStream _input>;
v = interfaceinvoke v.<org.antlr.v.runtime.TokenStream: int LA(int)>(1);
lookupswitch(v)
{
case 1: goto label;
case 2: goto label;
case 3: goto label;
case 4: goto label;
case 5: goto label;
case 6: goto label;
case 11: goto label;
case 12: goto label;
case 15: goto label;
case 56: goto label;
default: goto label;
};
label:
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void enterOuterAlt(org.antlr.v.runtime.ParserRuleContext,int)>(v, 1);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void setState(int)>(91);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar$IdentifierContext identifier()>();
goto label;
label:
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void enterOuterAlt(org.antlr.v.runtime.ParserRuleContext,int)>(v, 2);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void setState(int)>(92);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.Token match(int)>(12);
goto label;
label:
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void enterOuterAlt(org.antlr.v.runtime.ParserRuleContext,int)>(v, 3);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void setState(int)>(93);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.Token match(int)>(15);
goto label;
label:
v = new org.antlr.v.runtime.NoViableAltException;
specialinvoke v.<org.antlr.v.runtime.NoViableAltException: void <init>(org.antlr.v.runtime.Parser)>(v);
throw v;
label:
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void exitRule()>();
goto label;
label:
v := @caughtexception;
v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar$WordContext: org.antlr.v.runtime.RecognitionException exception> = v;
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.ANTLRErrorStrategy _errHandler>;
interfaceinvoke v.<org.antlr.v.runtime.ANTLRErrorStrategy: void reportError(org.antlr.v.runtime.Parser,org.antlr.v.runtime.RecognitionException)>(v, v);
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.ANTLRErrorStrategy _errHandler>;
interfaceinvoke v.<org.antlr.v.runtime.ANTLRErrorStrategy: void recover(org.antlr.v.runtime.Parser,org.antlr.v.runtime.RecognitionException)>(v, v);
label:
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void exitRule()>();
goto label;
label:
v := @caughtexception;
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void exitRule()>();
throw v;
label:
return v;
catch org.antlr.v.runtime.RecognitionException from label to label with label;
catch java.lang.Throwable from label to label with label;
catch java.lang.Throwable from label to label with label;
}
public final org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar$IslandDefinitionContext islandDefinition() throws org.antlr.v.runtime.RecognitionException
{
java.lang.Throwable v, v;
org.antlr.v.runtime.ANTLRErrorStrategy v, v;
org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar v;
org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar$IslandDefinitionContext v;
int v;
org.antlr.v.runtime.ParserRuleContext v;
v := @this: org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar;
v = new org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar$IslandDefinitionContext;
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.ParserRuleContext _ctx>;
v = virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: int getState()>();
specialinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar$IslandDefinitionContext: void <init>(org.antlr.v.runtime.ParserRuleContext,int)>(v, v);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void enterRule(org.antlr.v.runtime.ParserRuleContext,int,int)>(v, 22, 11);
label:
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void enterOuterAlt(org.antlr.v.runtime.ParserRuleContext,int)>(v, 1);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void setState(int)>(96);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.Token match(int)>(10);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void setState(int)>(97);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar$IslandContentContext islandContent()>();
label:
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void exitRule()>();
goto label;
label:
v := @caughtexception;
v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar$IslandDefinitionContext: org.antlr.v.runtime.RecognitionException exception> = v;
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.ANTLRErrorStrategy _errHandler>;
interfaceinvoke v.<org.antlr.v.runtime.ANTLRErrorStrategy: void reportError(org.antlr.v.runtime.Parser,org.antlr.v.runtime.RecognitionException)>(v, v);
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.ANTLRErrorStrategy _errHandler>;
interfaceinvoke v.<org.antlr.v.runtime.ANTLRErrorStrategy: void recover(org.antlr.v.runtime.Parser,org.antlr.v.runtime.RecognitionException)>(v, v);
label:
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void exitRule()>();
goto label;
label:
v := @caughtexception;
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void exitRule()>();
throw v;
label:
return v;
catch org.antlr.v.runtime.RecognitionException from label to label with label;
catch java.lang.Throwable from label to label with label;
catch java.lang.Throwable from label to label with label;
}
public final org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar$IslandContentContext islandContent() throws org.antlr.v.runtime.RecognitionException
{
java.lang.Throwable v, v;
org.antlr.v.runtime.ANTLRErrorStrategy v, v, v, v, v, v;
org.antlr.v.runtime.TokenStream v, v, v, v;
org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar v;
long v, v, v, v;
byte v, v;
int v, v, v, v, v, v, v, v, v;
org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar$IslandContentContext v;
org.antlr.v.runtime.ParserRuleContext v;
v := @this: org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar;
v = new org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar$IslandContentContext;
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.ParserRuleContext _ctx>;
v = virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: int getState()>();
specialinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar$IslandContentContext: void <init>(org.antlr.v.runtime.ParserRuleContext,int)>(v, v);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void enterRule(org.antlr.v.runtime.ParserRuleContext,int,int)>(v, 24, 12);
label:
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void enterOuterAlt(org.antlr.v.runtime.ParserRuleContext,int)>(v, 1);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void setState(int)>(102);
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.ANTLRErrorStrategy _errHandler>;
interfaceinvoke v.<org.antlr.v.runtime.ANTLRErrorStrategy: void sync(org.antlr.v.runtime.Parser)>(v);
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.TokenStream _input>;
v = interfaceinvoke v.<org.antlr.v.runtime.TokenStream: int LA(int)>(1);
label:
v = (int) -64;
v = v & v;
if v != 0 goto label;
v = 1L << v;
v = v & -288230376151711744L;
v = v cmp 0L;
if v == 0 goto label;
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void setState(int)>(99);
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.TokenStream _input>;
v = interfaceinvoke v.<org.antlr.v.runtime.TokenStream: int LA(int)>(1);
v = (int) -64;
v = v & v;
if v != 0 goto label;
v = 1L << v;
v = v & -288230376151711744L;
v = v cmp 0L;
if v != 0 goto label;
label:
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.ANTLRErrorStrategy _errHandler>;
interfaceinvoke v.<org.antlr.v.runtime.ANTLRErrorStrategy: org.antlr.v.runtime.Token recoverInline(org.antlr.v.runtime.Parser)>(v);
goto label;
label:
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.TokenStream _input>;
v = interfaceinvoke v.<org.antlr.v.runtime.TokenStream: int LA(int)>(1);
v = (int) -1;
if v != v goto label;
v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: boolean matchedEOF> = 1;
label:
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.ANTLRErrorStrategy _errHandler>;
interfaceinvoke v.<org.antlr.v.runtime.ANTLRErrorStrategy: void reportMatch(org.antlr.v.runtime.Parser)>(v);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.Token consume()>();
label:
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void setState(int)>(104);
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.ANTLRErrorStrategy _errHandler>;
interfaceinvoke v.<org.antlr.v.runtime.ANTLRErrorStrategy: void sync(org.antlr.v.runtime.Parser)>(v);
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.TokenStream _input>;
v = interfaceinvoke v.<org.antlr.v.runtime.TokenStream: int LA(int)>(1);
goto label;
label:
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void exitRule()>();
goto label;
label:
v := @caughtexception;
v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar$IslandContentContext: org.antlr.v.runtime.RecognitionException exception> = v;
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.ANTLRErrorStrategy _errHandler>;
interfaceinvoke v.<org.antlr.v.runtime.ANTLRErrorStrategy: void reportError(org.antlr.v.runtime.Parser,org.antlr.v.runtime.RecognitionException)>(v, v);
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.ANTLRErrorStrategy _errHandler>;
interfaceinvoke v.<org.antlr.v.runtime.ANTLRErrorStrategy: void recover(org.antlr.v.runtime.Parser,org.antlr.v.runtime.RecognitionException)>(v, v);
label:
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void exitRule()>();
goto label;
label:
v := @caughtexception;
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: void exitRule()>();
throw v;
label:
return v;
catch org.antlr.v.runtime.RecognitionException from label to label with label;
catch java.lang.Throwable from label to label with label;
catch java.lang.Throwable from label to label with label;
}
static void <clinit>()
{
org.antlr.v.runtime.dfa.DFA v;
org.antlr.v.runtime.dfa.DFA[] v, v;
org.antlr.v.runtime.Vocabulary v, v;
org.antlr.v.runtime.atn.DecisionState v;
org.antlr.v.runtime.atn.PredictionContextCache v;
java.lang.String[] v, v, v, v, v, v, v, v, v, v, v, v, v;
int v, v, v, v, v, v;
java.lang.String v, v, v, v, v;
org.antlr.v.runtime.atn.ATNDeserializer v;
org.antlr.v.runtime.atn.ATN v, v, v, v;
char[] v;
org.antlr.v.runtime.VocabularyImpl v;
staticinvoke <org.antlr.v.runtime.RuntimeMetaData: void checkVersion(java.lang.String,java.lang.String)>("4.8", "4.8");
v = new org.antlr.v.runtime.atn.PredictionContextCache;
specialinvoke v.<org.antlr.v.runtime.atn.PredictionContextCache: void <init>()>();
<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.atn.PredictionContextCache _sharedContextCache> = v;
v = staticinvoke <org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: java.lang.String[] makeRuleNames()>();
<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: java.lang.String[] ruleNames> = v;
v = staticinvoke <org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: java.lang.String[] makeLiteralNames()>();
<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: java.lang.String[] _LITERAL_NAMES> = v;
v = staticinvoke <org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: java.lang.String[] makeSymbolicNames()>();
<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: java.lang.String[] _SYMBOLIC_NAMES> = v;
v = new org.antlr.v.runtime.VocabularyImpl;
v = <org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: java.lang.String[] _LITERAL_NAMES>;
v = <org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: java.lang.String[] _SYMBOLIC_NAMES>;
specialinvoke v.<org.antlr.v.runtime.VocabularyImpl: void <init>(java.lang.String[],java.lang.String[])>(v, v);
<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.Vocabulary VOCABULARY> = v;
v = <org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: java.lang.String[] _SYMBOLIC_NAMES>;
v = lengthof v;
v = newarray (java.lang.String)[v];
<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: java.lang.String[] tokenNames> = v;
v = 0;
label:
v = <org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: java.lang.String[] tokenNames>;
v = lengthof v;
if v >= v goto label;
v = <org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: java.lang.String[] tokenNames>;
v = <org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.Vocabulary VOCABULARY>;
v = interfaceinvoke v.<org.antlr.v.runtime.Vocabulary: java.lang.String getLiteralName(int)>(v);
v[v] = v;
v = <org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: java.lang.String[] tokenNames>;
v = v[v];
if v != null goto label;
v = <org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: java.lang.String[] tokenNames>;
v = <org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.Vocabulary VOCABULARY>;
v = interfaceinvoke v.<org.antlr.v.runtime.Vocabulary: java.lang.String getSymbolicName(int)>(v);
v[v] = v;
label:
v = <org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: java.lang.String[] tokenNames>;
v = v[v];
if v != null goto label;
v = <org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: java.lang.String[] tokenNames>;
v[v] = "<INVALID>";
label:
v = v + 1;
goto label;
label:
v = new org.antlr.v.runtime.atn.ATNDeserializer;
specialinvoke v.<org.antlr.v.runtime.atn.ATNDeserializer: void <init>()>();
v = "\u0003\u608b\ua72a\u8133\ub9ed\u417c\u3be7\u7786\u5964\u0003Al\u0004\u0002\t\u0002\u0004\u0003\t\u0003\u0004\u0004\t\u0004\u0004\u0005\t\u0005\u0004\u0006\t\u0006\u0004\u0007\t\u0007\u0004\u0008\t\u0008\u0004\t\t\t\u0004\n\t\n\u0004\u000b\t\u000b\u0004\f\t\f\u0004\r\t\r\u0004\u000e\t\u000e\u0003\u0002\u0003\u0002\u0003\u0003\u0003\u0003\u0005\u0003!\n\u0003\u0003\u0004\u0003\u0004\u0003\u0004\u0003\u0004\u0007\u0004\'\n\u0004\f\u0004\u000e\u0004*\u000b\u0004\u0003\u0004\u0003\u0004\u0003\u0005\u0003\u0005\u0003\u0005\u0003\u0005\u0003\u0005\u0003\u0006\u0003\u0006\u0003\u0006\u0003\u0006\u0003\u0006\u0003\u0006\u0007\u00069\n\u0006\f\u0006\u000e\u0006<\u000b\u0006\u0003\u0006\u0003\u0006\u0003\u0006\u0003\u0007\u0003\u0007\u0003\u0007\u0003\u0007\u0003\u0008\u0003\u0008\u0003\u0008\u0003\u0008\u0003\u0008\u0003\t\u0003\t\u0003\t\u0003\t\u0003\t\u0003\n\u0003\n\u0003\n\u0005\nR\n\n\u0003\n\u0003\n\u0003\u000b\u0003\u000b\u0003\u000b\u0007\u000bY\n\u000b\f\u000b\u000e\u000b\\\u000b\u000b\u0003\f\u0003\f\u0003\f\u0005\fa\n\f\u0003\r\u0003\r\u0003\r\u0003\u000e\u0007\u000eg\n\u000e\f\u000e\u000e\u000ej\u000b\u000e\u0003\u000e\u0002\u0002\u000f\u0002\u0004\u0006\u0008\n\f\u000e\u0010\u0012\u0014\u0016\u0018\u001a\u0002\u0004\u0004\u0002\u0003\u0008::\u0003\u0002<A\u0002i\u0002\u001c\u0003\u0002\u0002\u0002\u \u0003\u0002\u0002\u0002\u0006(\u0003\u0002\u0002\u0002\u0008-\u0003\u0002\u0002\u0002\n2\u0003\u0002\u0002\u0002\f@\u0003\u0002\u0002\u0002\u000eD\u0003\u0002\u0002\u0002\u0010I\u0003\u0002\u0002\u0002\u0012Q\u0003\u0002\u0002\u0002\u0014U\u0003\u0002\u0002\u0002\u0016`\u0003\u0002\u0002\u0002\u0018b\u0003\u0002\u0002\u0002\u001ah\u0003\u0002\u0002\u0002\u001c\u001d\t\u0002\u0002\u0002\u001d\u0003\u0003\u0002\u0002\u0002\u001e!\u0005\u0002\u0002\u0002\u001f!\u0007\r\u0002\u \u001e\u0003\u0002\u0002\u \u001f\u0003\u0002\u0002\u0002!\u0005\u0003\u0002\u0002\u0002\"\'\u0005\u0008\u0005\u0002#\'\u0005\n\u0006\u0002$\'\u0005\u0010\t\u0002%\'\u0005\u000e\u0008\u0002&\"\u0003\u0002\u0002\u0002&#\u0003\u0002\u0002\u0002&$\u0003\u0002\u0002\u0002&%\u0003\u0002\u0002\u0002\'*\u0003\u0002\u0002\u0002(&\u0003\u0002\u0002\u0002()\u0003\u0002\u0002\u)+\u0003\u0002\u0002\u0002*(\u0003\u0002\u0002\u+,\u0007\u0002\u0002\u,\u0007\u0003\u0002\u0002\u0002-.\u0007\u0003\u0002\u./\u)\u0002\u0002/0\u0005\u0012\n\u000201\u0007-\u0002\u00021\t\u0003\u0002\u0002\u000223\u0007\u0004\u0002\u000234\u)\u0002\u000245\u0007%\u0002\u00025:\u0005\f\u0007\u000267\u0007\u001d\u0002\u000279\u0005\f\u0007\u000286\u0003\u0002\u0002\u00029<\u0003\u0002\u0002\u0002:8\u0003\u0002\u0002\u0002:;\u0003\u0002\u0002\u;=\u0003\u0002\u0002\u0002<:\u0003\u0002\u0002\u0002=>\u0007&\u0002\u0002>?\u0007-\u0002\u0002?\u000b\u0003\u0002\u0002\u0002@A\u0007\u0008\u0002\u0002AB\u)\u0002\u0002BC\u0007\u0011\u0002\u0002C\r\u0003\u0002\u0002\u0002DE\u0007\u0005\u0002\u0002EF\u)\u0002\u0002FG\u0005\u0004\u0003\u0002GH\u0007-\u0002\u0002H\u000f\u0003\u0002\u0002\u0002IJ\u0007\u0007\u0002\u0002JK\u)\u0002\u0002KL\u0005\u0018\r\u0002LM\u0007-\u0002\u0002M\u0011\u0003\u0002\u0002\u0002NO\u0005\u0014\u000b\u0002OP\u0007\u0019\u0002\u0002PR\u0003\u0002\u0002\u0002QN\u0003\u0002\u0002\u0002QR\u0003\u0002\u0002\u0002RS\u0003\u0002\u0002\u0002ST\u0005\u0004\u0003\u0002T\u0013\u0003\u0002\u0002\u0002UZ\u0005\u0004\u0003\u0002VW\u0007\u0019\u0002\u0002WY\u0005\u0004\u0003\u0002XV\u0003\u0002\u0002\u0002Y\\\u0003\u0002\u0002\u0002ZX\u0003\u0002\u0002\u0002Z[\u0003\u0002\u0002\u[\u0015\u0003\u0002\u0002\u0002\\Z\u0003\u0002\u0002\u]a\u0005\u0004\u0003\u0002^a\u0007\u000e\u0002\u0002_a\u0007\u0011\u0002\u0002`]\u0003\u0002\u0002\u0002`^\u0003\u0002\u0002\u0002`_\u0003\u0002\u0002\u0002a\u0017\u0003\u0002\u0002\u0002bc\u0007\f\u0002\u0002cd\u0005\u001a\u000e\u0002d\u0019\u0003\u0002\u0002\u0002eg\t\u0003\u0002\u0002fe\u0003\u0002\u0002\u0002gj\u0003\u0002\u0002\u0002hf\u0003\u0002\u0002\u0002hi\u0003\u0002\u0002\u0002i\u001b\u0003\u0002\u0002\u0002jh\u0003\u0002\u0002\u0002\n &(:QZ`h";
v = virtualinvoke v.<java.lang.String: char[] toCharArray()>();
v = virtualinvoke v.<org.antlr.v.runtime.atn.ATNDeserializer: org.antlr.v.runtime.atn.ATN deserialize(char[])>(v);
<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.atn.ATN _ATN> = v;
v = <org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.atn.ATN _ATN>;
v = virtualinvoke v.<org.antlr.v.runtime.atn.ATN: int getNumberOfDecisions()>();
v = newarray (org.antlr.v.runtime.dfa.DFA)[v];
<org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.dfa.DFA[] _decisionToDFA> = v;
v = 0;
label:
v = <org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.atn.ATN _ATN>;
v = virtualinvoke v.<org.antlr.v.runtime.atn.ATN: int getNumberOfDecisions()>();
if v >= v goto label;
v = <org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.dfa.DFA[] _decisionToDFA>;
v = new org.antlr.v.runtime.dfa.DFA;
v = <org.finos.legend.engine.language.pure.grammar.'from'.antlr.connection.MongoDBConnectionParserGrammar: org.antlr.v.runtime.atn.ATN _ATN>;
v = virtualinvoke v.<org.antlr.v.runtime.atn.ATN: org.antlr.v.runtime.atn.DecisionState getDecisionState(int)>(v);
specialinvoke v.<org.antlr.v.runtime.dfa.DFA: void <init>(org.antlr.v.runtime.atn.DecisionState,int)>(v, v);
v[v] = v;
v = v + 1;
goto label;
label:
return;
}
}