oneofName method
Implementation
OneofNameContext oneofName() {
dynamic _localctx = OneofNameContext(context, state);
enterRule(_localctx, 82, RULE_oneofName);
try {
enterOuterAlt(_localctx, 1);
state = 499;
ident();
} on RecognitionException catch (re) {
_localctx.exception = re;
errorHandler.reportError(this, re);
errorHandler.recover(this, re);
} finally {
exitRule();
}
return _localctx;
}