optionStatement method
Implementation
OptionStatementContext optionStatement() {
dynamic _localctx = OptionStatementContext(context, state);
enterRule(_localctx, 10, RULE_optionStatement);
try {
enterOuterAlt(_localctx, 1);
state = 156;
match(TOKEN_OPTION);
state = 157;
optionName();
state = 158;
match(TOKEN_EQ);
state = 159;
constant();
state = 160;
match(TOKEN_SEMI);
} on RecognitionException catch (re) {
_localctx.exception = re;
errorHandler.reportError(this, re);
errorHandler.recover(this, re);
} finally {
exitRule();
}
return _localctx;
}