mapName method
Implementation
MapNameContext mapName() {
dynamic _localctx = MapNameContext(context, state);
enterRule(_localctx, 84, RULE_mapName);
try {
enterOuterAlt(_localctx, 1);
state = 501;
ident();
} on RecognitionException catch (re) {
_localctx.exception = re;
errorHandler.reportError(this, re);
errorHandler.recover(this, re);
} finally {
exitRule();
}
return _localctx;
}