public class org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar 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 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_identifier;
public static final int RULE_testAssertion;
public static final int RULE_testAssertionContent;
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)[8];
v[0] = "identifier";
v[1] = "testAssertion";
v[2] = "testAssertionContent";
v[3] = "qualifiedName";
v[4] = "packagePath";
v[5] = "word";
v[6] = "islandDefinition";
v[7] = "islandContent";
return v;
}
private static java.lang.String[] makeLiteralNames()
{
java.lang.String[] v;
v = newarray (java.lang.String)[55];
v[0] = null;
v[1] = null;
v[2] = null;
v[3] = null;
v[4] = null;
v[5] = null;
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] = "\'%latest\'";
v[15] = null;
v[16] = null;
v[17] = null;
v[18] = "\'&&\'";
v[19] = "\'||\'";
v[20] = "\'!\'";
v[21] = "\',\'";
v[22] = "\'=\'";
v[23] = "\'==\'";
v[24] = "\'!=\'";
v[25] = "\'%\'";
v[26] = "\'->\'";
v[27] = null;
v[28] = null;
v[29] = "\'[\'";
v[30] = "\']\'";
v[31] = "\'(\'";
v[32] = "\')\'";
v[33] = "\':\'";
v[34] = "\'.\'";
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] = null;
v[51] = null;
v[52] = "\'#{\'";
v[53] = "\'}#\'";
v[54] = "\'#\'";
return v;
}
private static java.lang.String[] makeSymbolicNames()
{
java.lang.String[] v;
v = newarray (java.lang.String)[58];
v[0] = null;
v[1] = "WHITESPACE";
v[2] = "COMMENT";
v[3] = "LINE_COMMENT";
v[4] = "ISLAND_OPEN";
v[5] = "STRING";
v[6] = "BOOLEAN";
v[7] = "TRUE";
v[8] = "FALSE";
v[9] = "INTEGER";
v[10] = "FLOAT";
v[11] = "DECIMAL";
v[12] = "DATE";
v[13] = "STRICTTIME";
v[14] = "LATEST_DATE";
v[15] = "FILE_NAME";
v[16] = "FILE_NAME_END";
v[17] = "PATH_SEPARATOR";
v[18] = "AND";
v[19] = "OR";
v[20] = "NOT";
v[21] = "COMMA";
v[22] = "EQUAL";
v[23] = "TEST_EQUAL";
v[24] = "TEST_NOT_EQUAL";
v[25] = "PERCENT";
v[26] = "ARROW";
v[27] = "BRACE_OPEN";
v[28] = "BRACE_CLOSE";
v[29] = "BRACKET_OPEN";
v[30] = "BRACKET_CLOSE";
v[31] = "PAREN_OPEN";
v[32] = "PAREN_CLOSE";
v[33] = "COLON";
v[34] = "DOT";
v[35] = "DOLLAR";
v[36] = "DOT_DOT";
v[37] = "SEMI_COLON";
v[38] = "NEW_SYMBOL";
v[39] = "PIPE";
v[40] = "TILDE";
v[41] = "AT";
v[42] = "PLUS";
v[43] = "STAR";
v[44] = "MINUS";
v[45] = "DIVIDE";
v[46] = "LESS_THAN";
v[47] = "LESS_OR_EQUAL";
v[48] = "GREATER_THAN";
v[49] = "GREATER_OR_EQUAL";
v[50] = "VALID_STRING";
v[51] = "INVALID";
v[52] = "ISLAND_START";
v[53] = "ISLAND_END";
v[54] = "ISLAND_HASH";
v[55] = "ISLAND_BRACE_OPEN";
v[56] = "ISLAND_BRACE_CLOSE";
v[57] = "ISLAND_CONTENT";
return v;
}
public java.lang.String[] getTokenNames()
{
org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar v;
java.lang.String[] v;
v := @this: org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar;
v = <org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: 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.test.assertion.TestAssertionParserGrammar v;
v := @this: org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar;
v = <org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: org.antlr.v.runtime.Vocabulary VOCABULARY>;
return v;
}
public java.lang.String getGrammarFileName()
{
org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar v;
v := @this: org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar;
return "TestAssertionParserGrammar.g4";
}
public java.lang.String[] getRuleNames()
{
org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar v;
java.lang.String[] v;
v := @this: org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar;
v = <org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: java.lang.String[] ruleNames>;
return v;
}
public java.lang.String getSerializedATN()
{
org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar v;
v := @this: org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar;
return "\u0003\u608b\ua72a\u8133\ub9ed\u417c\u3be7\u7786\u5964\u;<\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\u0003\u0002\u0003\u0002\u0003\u0003\u0003\u0003\u0003\u0003\u0007\u0003\u0018\n\u0003\f\u0003\u000e\u0003\u001b\u000b\u0003\u0003\u0004\u0003\u0004\u0003\u0005\u0003\u0005\u0003\u0005\u0005\u0005\"\n\u0005\u0003\u0005\u0003\u0005\u0003\u0006\u0003\u0006\u0003\u0006\u0007\u)\n\u0006\f\u0006\u000e\u,\u000b\u0006\u0003\u0007\u0003\u0007\u0003\u0007\u0005\u00071\n\u0007\u0003\u0008\u0003\u0008\u0003\u0008\u0003\t\u0007\t7\n\t\f\t\u000e\t:\u000b\t\u0003\t\u0002\u0002\n\u0002\u0004\u0006\u0008\n\f\u000e\u0010\u0002\u0004\u0004\u0002\u0007\u000744\u0003\u;\u00029\u0002\u0012\u0003\u0002\u0002\u0002\u0004\u0014\u0003\u0002\u0002\u0002\u0006\u001c\u0003\u0002\u0002\u0002\u0008!\u0003\u0002\u0002\u0002\n%\u0003\u0002\u0002\u0002\f0\u0003\u0002\u0002\u0002\u000e2\u0003\u0002\u0002\u0002\u00108\u0003\u0002\u0002\u0002\u0012\u0013\t\u0002\u0002\u0002\u0013\u0003\u0003\u0002\u0002\u0002\u0014\u0015\u0005\u0002\u0002\u0002\u0015\u0019\u0007\u0006\u0002\u0002\u0016\u0018\u0005\u0006\u0004\u0002\u0017\u0016\u0003\u0002\u0002\u0002\u0018\u001b\u0003\u0002\u0002\u0002\u0019\u0017\u0003\u0002\u0002\u0002\u0019\u001a\u0003\u0002\u0002\u0002\u001a\u0005\u0003\u0002\u0002\u0002\u001b\u0019\u0003\u0002\u0002\u0002\u001c\u001d\t\u0003\u0002\u0002\u001d\u0007\u0003\u0002\u0002\u0002\u001e\u001f\u0005\n\u0006\u0002\u001f \u0007\u0013\u0002\u \"\u0003\u0002\u0002\u0002!\u001e\u0003\u0002\u0002\u0002!\"\u0003\u0002\u0002\u0002\"#\u0003\u0002\u0002\u0002#$\u0005\u0002\u0002\u0002$\t\u0003\u0002\u0002\u0002%*\u0005\u0002\u0002\u0002&\'\u0007\u0013\u0002\u0002\')\u0005\u0002\u0002\u0002(&\u0003\u0002\u0002\u),\u0003\u0002\u0002\u0002*(\u0003\u0002\u0002\u0002*+\u0003\u0002\u0002\u+\u000b\u0003\u0002\u0002\u,*\u0003\u0002\u0002\u0002-1\u0005\u0002\u0002\u.1\u0007\u0008\u0002\u0002/1\u0007\u000b\u0002\u00020-\u0003\u0002\u0002\u.\u0003\u0002\u0002\u00020/\u0003\u0002\u0002\u00021\r\u0003\u0002\u0002\u000223\u0007\u0006\u0002\u000234\u0005\u0010\t\u00024\u000f\u0003\u0002\u0002\u000257\t\u0003\u0002\u000265\u0003\u0002\u0002\u00027:\u0003\u0002\u0002\u000286\u0003\u0002\u0002\u000289\u0003\u0002\u0002\u00029\u0011\u0003\u0002\u0002\u0002:8\u0003\u0002\u0002\u0002\u0007\u0019!*08";
}
public org.antlr.v.runtime.atn.ATN getATN()
{
org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar v;
org.antlr.v.runtime.atn.ATN v;
v := @this: org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar;
v = <org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: 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.test.assertion.TestAssertionParserGrammar v;
org.antlr.v.runtime.atn.ParserATNSimulator v;
v := @this: org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar;
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.test.assertion.TestAssertionParserGrammar: org.antlr.v.runtime.atn.ATN _ATN>;
v = <org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: org.antlr.v.runtime.dfa.DFA[] _decisionToDFA>;
v = <org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: 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.test.assertion.TestAssertionParserGrammar: org.antlr.v.runtime.atn.ATNSimulator _interp> = v;
return;
}
public final org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar$IdentifierContext identifier() throws org.antlr.v.runtime.RecognitionException
{
java.lang.Throwable v, v;
org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar$IdentifierContext v;
org.antlr.v.runtime.ANTLRErrorStrategy v, v, v, v;
org.antlr.v.runtime.TokenStream v, v;
int v, v, v, v;
org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar v;
org.antlr.v.runtime.ParserRuleContext v;
v := @this: org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar;
v = new org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar$IdentifierContext;
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: org.antlr.v.runtime.ParserRuleContext _ctx>;
v = virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: int getState()>();
specialinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar$IdentifierContext: void <init>(org.antlr.v.runtime.ParserRuleContext,int)>(v, v);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: void enterRule(org.antlr.v.runtime.ParserRuleContext,int,int)>(v, 0, 0);
label:
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: void enterOuterAlt(org.antlr.v.runtime.ParserRuleContext,int)>(v, 1);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: void setState(int)>(16);
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: org.antlr.v.runtime.TokenStream _input>;
v = interfaceinvoke v.<org.antlr.v.runtime.TokenStream: int LA(int)>(1);
if v == 5 goto label;
if v == 50 goto label;
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: 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.test.assertion.TestAssertionParserGrammar: 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.test.assertion.TestAssertionParserGrammar: boolean matchedEOF> = 1;
label:
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: 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.test.assertion.TestAssertionParserGrammar: org.antlr.v.runtime.Token consume()>();
label:
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: void exitRule()>();
goto label;
label:
v := @caughtexception;
v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar$IdentifierContext: org.antlr.v.runtime.RecognitionException exception> = v;
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: 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.test.assertion.TestAssertionParserGrammar: 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.test.assertion.TestAssertionParserGrammar: void exitRule()>();
goto label;
label:
v := @caughtexception;
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: 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.test.assertion.TestAssertionParserGrammar$TestAssertionContext testAssertion() 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;
long v, v;
byte v;
int v, v, v, v;
org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar v;
org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar$TestAssertionContext v;
org.antlr.v.runtime.ParserRuleContext v;
v := @this: org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar;
v = new org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar$TestAssertionContext;
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: org.antlr.v.runtime.ParserRuleContext _ctx>;
v = virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: int getState()>();
specialinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar$TestAssertionContext: void <init>(org.antlr.v.runtime.ParserRuleContext,int)>(v, v);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: void enterRule(org.antlr.v.runtime.ParserRuleContext,int,int)>(v, 2, 1);
label:
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: void enterOuterAlt(org.antlr.v.runtime.ParserRuleContext,int)>(v, 1);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: void setState(int)>(18);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar$IdentifierContext identifier()>();
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: void setState(int)>(19);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: org.antlr.v.runtime.Token match(int)>(4);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: void setState(int)>(23);
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: 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.test.assertion.TestAssertionParserGrammar: 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 & 283726776524341248L;
v = v cmp 0L;
if v == 0 goto label;
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: void setState(int)>(20);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar$TestAssertionContentContext testAssertionContent()>();
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: void setState(int)>(25);
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: 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.test.assertion.TestAssertionParserGrammar: 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.test.assertion.TestAssertionParserGrammar: void exitRule()>();
goto label;
label:
v := @caughtexception;
v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar$TestAssertionContext: org.antlr.v.runtime.RecognitionException exception> = v;
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: 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.test.assertion.TestAssertionParserGrammar: 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.test.assertion.TestAssertionParserGrammar: void exitRule()>();
goto label;
label:
v := @caughtexception;
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: 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.test.assertion.TestAssertionParserGrammar$TestAssertionContentContext testAssertionContent() 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;
long v, v;
byte v;
int v, v, v, v, v, v;
org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar$TestAssertionContentContext v;
org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar v;
org.antlr.v.runtime.ParserRuleContext v;
v := @this: org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar;
v = new org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar$TestAssertionContentContext;
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: org.antlr.v.runtime.ParserRuleContext _ctx>;
v = virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: int getState()>();
specialinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar$TestAssertionContentContext: void <init>(org.antlr.v.runtime.ParserRuleContext,int)>(v, v);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: void enterRule(org.antlr.v.runtime.ParserRuleContext,int,int)>(v, 4, 2);
label:
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: void enterOuterAlt(org.antlr.v.runtime.ParserRuleContext,int)>(v, 1);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: void setState(int)>(26);
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: 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 & 283726776524341248L;
v = v cmp 0L;
if v != 0 goto label;
label:
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: 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.test.assertion.TestAssertionParserGrammar: 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.test.assertion.TestAssertionParserGrammar: boolean matchedEOF> = 1;
label:
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: 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.test.assertion.TestAssertionParserGrammar: org.antlr.v.runtime.Token consume()>();
label:
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: void exitRule()>();
goto label;
label:
v := @caughtexception;
v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar$TestAssertionContentContext: org.antlr.v.runtime.RecognitionException exception> = v;
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: 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.test.assertion.TestAssertionParserGrammar: 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.test.assertion.TestAssertionParserGrammar: void exitRule()>();
goto label;
label:
v := @caughtexception;
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: 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.test.assertion.TestAssertionParserGrammar$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.test.assertion.TestAssertionParserGrammar$QualifiedNameContext v;
org.antlr.v.runtime.atn.ATNSimulator v;
int v, v;
org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar v;
org.antlr.v.runtime.ParserRuleContext v, v;
v := @this: org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar;
v = new org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar$QualifiedNameContext;
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: org.antlr.v.runtime.ParserRuleContext _ctx>;
v = virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: int getState()>();
specialinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar$QualifiedNameContext: void <init>(org.antlr.v.runtime.ParserRuleContext,int)>(v, v);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: void enterRule(org.antlr.v.runtime.ParserRuleContext,int,int)>(v, 6, 3);
label:
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: void enterOuterAlt(org.antlr.v.runtime.ParserRuleContext,int)>(v, 1);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: void setState(int)>(31);
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: 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.test.assertion.TestAssertionParserGrammar: org.antlr.v.runtime.atn.ATNSimulator getInterpreter()>();
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: org.antlr.v.runtime.TokenStream _input>;
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: 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, 1, v);
lookupswitch(v)
{
case 1: goto label;
default: goto label;
};
label:
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: void setState(int)>(28);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar$PackagePathContext packagePath()>();
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: void setState(int)>(29);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: org.antlr.v.runtime.Token match(int)>(17);
label:
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: void setState(int)>(33);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar$IdentifierContext identifier()>();
label:
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: void exitRule()>();
goto label;
label:
v := @caughtexception;
v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar$QualifiedNameContext: org.antlr.v.runtime.RecognitionException exception> = v;
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: 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.test.assertion.TestAssertionParserGrammar: 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.test.assertion.TestAssertionParserGrammar: void exitRule()>();
goto label;
label:
v := @caughtexception;
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: 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.test.assertion.TestAssertionParserGrammar$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;
int v, v;
org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar$PackagePathContext v;
org.antlr.v.runtime.atn.ATNSimulator v, v;
org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar v;
org.antlr.v.runtime.ParserRuleContext v, v, v;
v := @this: org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar;
v = new org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar$PackagePathContext;
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: org.antlr.v.runtime.ParserRuleContext _ctx>;
v = virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: int getState()>();
specialinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar$PackagePathContext: void <init>(org.antlr.v.runtime.ParserRuleContext,int)>(v, v);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: void enterRule(org.antlr.v.runtime.ParserRuleContext,int,int)>(v, 8, 4);
label:
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: void enterOuterAlt(org.antlr.v.runtime.ParserRuleContext,int)>(v, 1);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: void setState(int)>(35);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar$IdentifierContext identifier()>();
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: void setState(int)>(40);
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: 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.test.assertion.TestAssertionParserGrammar: org.antlr.v.runtime.atn.ATNSimulator getInterpreter()>();
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: org.antlr.v.runtime.TokenStream _input>;
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: 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, 2, 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.test.assertion.TestAssertionParserGrammar: void setState(int)>(36);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: org.antlr.v.runtime.Token match(int)>(17);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: void setState(int)>(37);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar$IdentifierContext identifier()>();
label:
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: void setState(int)>(42);
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: 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.test.assertion.TestAssertionParserGrammar: org.antlr.v.runtime.atn.ATNSimulator getInterpreter()>();
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: org.antlr.v.runtime.TokenStream _input>;
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: 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, 2, v);
goto label;
label:
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: void exitRule()>();
goto label;
label:
v := @caughtexception;
v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar$PackagePathContext: org.antlr.v.runtime.RecognitionException exception> = v;
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: 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.test.assertion.TestAssertionParserGrammar: 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.test.assertion.TestAssertionParserGrammar: void exitRule()>();
goto label;
label:
v := @caughtexception;
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: 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.test.assertion.TestAssertionParserGrammar$WordContext word() 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.antlr.v.runtime.NoViableAltException v;
int v, v;
org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar v;
org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar$WordContext v;
org.antlr.v.runtime.ParserRuleContext v;
v := @this: org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar;
v = new org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar$WordContext;
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: org.antlr.v.runtime.ParserRuleContext _ctx>;
v = virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: int getState()>();
specialinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar$WordContext: void <init>(org.antlr.v.runtime.ParserRuleContext,int)>(v, v);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: void enterRule(org.antlr.v.runtime.ParserRuleContext,int,int)>(v, 10, 5);
label:
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: void setState(int)>(46);
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: 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.test.assertion.TestAssertionParserGrammar: org.antlr.v.runtime.TokenStream _input>;
v = interfaceinvoke v.<org.antlr.v.runtime.TokenStream: int LA(int)>(1);
lookupswitch(v)
{
case 5: goto label;
case 6: goto label;
case 9: goto label;
case 50: goto label;
default: goto label;
};
label:
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: void enterOuterAlt(org.antlr.v.runtime.ParserRuleContext,int)>(v, 1);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: void setState(int)>(43);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar$IdentifierContext identifier()>();
goto label;
label:
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: void enterOuterAlt(org.antlr.v.runtime.ParserRuleContext,int)>(v, 2);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: void setState(int)>(44);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: org.antlr.v.runtime.Token match(int)>(6);
goto label;
label:
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: void enterOuterAlt(org.antlr.v.runtime.ParserRuleContext,int)>(v, 3);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: void setState(int)>(45);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: org.antlr.v.runtime.Token match(int)>(9);
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.test.assertion.TestAssertionParserGrammar: void exitRule()>();
goto label;
label:
v := @caughtexception;
v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar$WordContext: org.antlr.v.runtime.RecognitionException exception> = v;
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: 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.test.assertion.TestAssertionParserGrammar: 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.test.assertion.TestAssertionParserGrammar: void exitRule()>();
goto label;
label:
v := @caughtexception;
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: 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.test.assertion.TestAssertionParserGrammar$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.test.assertion.TestAssertionParserGrammar$IslandDefinitionContext v;
int v;
org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar v;
org.antlr.v.runtime.ParserRuleContext v;
v := @this: org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar;
v = new org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar$IslandDefinitionContext;
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: org.antlr.v.runtime.ParserRuleContext _ctx>;
v = virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: int getState()>();
specialinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar$IslandDefinitionContext: void <init>(org.antlr.v.runtime.ParserRuleContext,int)>(v, v);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: void enterRule(org.antlr.v.runtime.ParserRuleContext,int,int)>(v, 12, 6);
label:
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: void enterOuterAlt(org.antlr.v.runtime.ParserRuleContext,int)>(v, 1);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: void setState(int)>(48);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: org.antlr.v.runtime.Token match(int)>(4);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: void setState(int)>(49);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar$IslandContentContext islandContent()>();
label:
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: void exitRule()>();
goto label;
label:
v := @caughtexception;
v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar$IslandDefinitionContext: org.antlr.v.runtime.RecognitionException exception> = v;
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: 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.test.assertion.TestAssertionParserGrammar: 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.test.assertion.TestAssertionParserGrammar: void exitRule()>();
goto label;
label:
v := @caughtexception;
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: 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.test.assertion.TestAssertionParserGrammar$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;
long v, v, v, v;
org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar$IslandContentContext v;
byte v, v;
int v, v, v, v, v, v, v, v, v;
org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar v;
org.antlr.v.runtime.ParserRuleContext v;
v := @this: org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar;
v = new org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar$IslandContentContext;
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: org.antlr.v.runtime.ParserRuleContext _ctx>;
v = virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: int getState()>();
specialinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar$IslandContentContext: void <init>(org.antlr.v.runtime.ParserRuleContext,int)>(v, v);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: void enterRule(org.antlr.v.runtime.ParserRuleContext,int,int)>(v, 14, 7);
label:
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: void enterOuterAlt(org.antlr.v.runtime.ParserRuleContext,int)>(v, 1);
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: void setState(int)>(54);
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: 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.test.assertion.TestAssertionParserGrammar: 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 & 283726776524341248L;
v = v cmp 0L;
if v == 0 goto label;
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: void setState(int)>(51);
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: 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 & 283726776524341248L;
v = v cmp 0L;
if v != 0 goto label;
label:
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: 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.test.assertion.TestAssertionParserGrammar: 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.test.assertion.TestAssertionParserGrammar: boolean matchedEOF> = 1;
label:
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: 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.test.assertion.TestAssertionParserGrammar: org.antlr.v.runtime.Token consume()>();
label:
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: void setState(int)>(56);
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: 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.test.assertion.TestAssertionParserGrammar: 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.test.assertion.TestAssertionParserGrammar: void exitRule()>();
goto label;
label:
v := @caughtexception;
v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar$IslandContentContext: org.antlr.v.runtime.RecognitionException exception> = v;
v = v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: 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.test.assertion.TestAssertionParserGrammar: 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.test.assertion.TestAssertionParserGrammar: void exitRule()>();
goto label;
label:
v := @caughtexception;
virtualinvoke v.<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: 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.test.assertion.TestAssertionParserGrammar: org.antlr.v.runtime.atn.PredictionContextCache _sharedContextCache> = v;
v = staticinvoke <org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: java.lang.String[] makeRuleNames()>();
<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: java.lang.String[] ruleNames> = v;
v = staticinvoke <org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: java.lang.String[] makeLiteralNames()>();
<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: java.lang.String[] _LITERAL_NAMES> = v;
v = staticinvoke <org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: java.lang.String[] makeSymbolicNames()>();
<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: java.lang.String[] _SYMBOLIC_NAMES> = v;
v = new org.antlr.v.runtime.VocabularyImpl;
v = <org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: java.lang.String[] _LITERAL_NAMES>;
v = <org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: 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.test.assertion.TestAssertionParserGrammar: org.antlr.v.runtime.Vocabulary VOCABULARY> = v;
v = <org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: java.lang.String[] _SYMBOLIC_NAMES>;
v = lengthof v;
v = newarray (java.lang.String)[v];
<org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: java.lang.String[] tokenNames> = v;
v = 0;
label:
v = <org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: java.lang.String[] tokenNames>;
v = lengthof v;
if v >= v goto label;
v = <org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: java.lang.String[] tokenNames>;
v = <org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: 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.test.assertion.TestAssertionParserGrammar: java.lang.String[] tokenNames>;
v = v[v];
if v != null goto label;
v = <org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: java.lang.String[] tokenNames>;
v = <org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: 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.test.assertion.TestAssertionParserGrammar: java.lang.String[] tokenNames>;
v = v[v];
if v != null goto label;
v = <org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: 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\u;<\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\u0003\u0002\u0003\u0002\u0003\u0003\u0003\u0003\u0003\u0003\u0007\u0003\u0018\n\u0003\f\u0003\u000e\u0003\u001b\u000b\u0003\u0003\u0004\u0003\u0004\u0003\u0005\u0003\u0005\u0003\u0005\u0005\u0005\"\n\u0005\u0003\u0005\u0003\u0005\u0003\u0006\u0003\u0006\u0003\u0006\u0007\u)\n\u0006\f\u0006\u000e\u,\u000b\u0006\u0003\u0007\u0003\u0007\u0003\u0007\u0005\u00071\n\u0007\u0003\u0008\u0003\u0008\u0003\u0008\u0003\t\u0007\t7\n\t\f\t\u000e\t:\u000b\t\u0003\t\u0002\u0002\n\u0002\u0004\u0006\u0008\n\f\u000e\u0010\u0002\u0004\u0004\u0002\u0007\u000744\u0003\u;\u00029\u0002\u0012\u0003\u0002\u0002\u0002\u0004\u0014\u0003\u0002\u0002\u0002\u0006\u001c\u0003\u0002\u0002\u0002\u0008!\u0003\u0002\u0002\u0002\n%\u0003\u0002\u0002\u0002\f0\u0003\u0002\u0002\u0002\u000e2\u0003\u0002\u0002\u0002\u00108\u0003\u0002\u0002\u0002\u0012\u0013\t\u0002\u0002\u0002\u0013\u0003\u0003\u0002\u0002\u0002\u0014\u0015\u0005\u0002\u0002\u0002\u0015\u0019\u0007\u0006\u0002\u0002\u0016\u0018\u0005\u0006\u0004\u0002\u0017\u0016\u0003\u0002\u0002\u0002\u0018\u001b\u0003\u0002\u0002\u0002\u0019\u0017\u0003\u0002\u0002\u0002\u0019\u001a\u0003\u0002\u0002\u0002\u001a\u0005\u0003\u0002\u0002\u0002\u001b\u0019\u0003\u0002\u0002\u0002\u001c\u001d\t\u0003\u0002\u0002\u001d\u0007\u0003\u0002\u0002\u0002\u001e\u001f\u0005\n\u0006\u0002\u001f \u0007\u0013\u0002\u \"\u0003\u0002\u0002\u0002!\u001e\u0003\u0002\u0002\u0002!\"\u0003\u0002\u0002\u0002\"#\u0003\u0002\u0002\u0002#$\u0005\u0002\u0002\u0002$\t\u0003\u0002\u0002\u0002%*\u0005\u0002\u0002\u0002&\'\u0007\u0013\u0002\u0002\')\u0005\u0002\u0002\u0002(&\u0003\u0002\u0002\u),\u0003\u0002\u0002\u0002*(\u0003\u0002\u0002\u0002*+\u0003\u0002\u0002\u+\u000b\u0003\u0002\u0002\u,*\u0003\u0002\u0002\u0002-1\u0005\u0002\u0002\u.1\u0007\u0008\u0002\u0002/1\u0007\u000b\u0002\u00020-\u0003\u0002\u0002\u.\u0003\u0002\u0002\u00020/\u0003\u0002\u0002\u00021\r\u0003\u0002\u0002\u000223\u0007\u0006\u0002\u000234\u0005\u0010\t\u00024\u000f\u0003\u0002\u0002\u000257\t\u0003\u0002\u000265\u0003\u0002\u0002\u00027:\u0003\u0002\u0002\u000286\u0003\u0002\u0002\u000289\u0003\u0002\u0002\u00029\u0011\u0003\u0002\u0002\u0002:8\u0003\u0002\u0002\u0002\u0007\u0019!*08";
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.test.assertion.TestAssertionParserGrammar: org.antlr.v.runtime.atn.ATN _ATN> = v;
v = <org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: 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.test.assertion.TestAssertionParserGrammar: org.antlr.v.runtime.dfa.DFA[] _decisionToDFA> = v;
v = 0;
label:
v = <org.finos.legend.engine.language.pure.grammar.'from'.antlr.test.assertion.TestAssertionParserGrammar: 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.test.assertion.TestAssertionParserGrammar: 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.test.assertion.TestAssertionParserGrammar: 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;
}
}