pairType method
Implementation
PairTypeContext pairType() {
dynamic _localctx = PairTypeContext(context, state);
enterRule(_localctx, 36, RULE_pairType);
try {
state = 149;
errorHandler.sync(this);
switch (tokenStream.LA(1)!) {
case TOKEN_T__0:
case TOKEN_T__1:
case TOKEN_T__2:
case TOKEN_T__3:
case TOKEN_T__4:
case TOKEN_T__5:
case TOKEN_T__6:
case TOKEN_T__7:
case TOKEN_T__8:
case TOKEN_T__9:
case TOKEN_T__10:
case TOKEN_T__11:
case TOKEN_T__12:
case TOKEN_T__13:
case TOKEN_T__14:
case TOKEN_T__15:
case TOKEN_T__16:
case TOKEN_T__17:
case TOKEN_T__18:
case TOKEN_IDENTIFIER:
enterOuterAlt(_localctx, 1);
state = 139;
idType();
state = 140;
match(TOKEN_T__22);
state = 141;
dataType();
break;
case TOKEN_T__23:
enterOuterAlt(_localctx, 2);
state = 143;
match(TOKEN_T__23);
state = 144;
idType();
state = 145;
match(TOKEN_T__23);
state = 146;
match(TOKEN_T__22);
state = 147;
dataType();
break;
default:
throw NoViableAltException(this);
}
} on RecognitionException catch (re) {
_localctx.exception = re;
errorHandler.reportError(this, re);
errorHandler.recover(this, re);
} finally {
exitRule();
}
return _localctx;
}