rpcName method
Implementation
RpcNameContext rpcName() {
dynamic _localctx = RpcNameContext(context, state);
enterRule(_localctx, 88, RULE_rpcName);
try {
enterOuterAlt(_localctx, 1);
state = 505;
ident();
} on RecognitionException catch (re) {
_localctx.exception = re;
errorHandler.reportError(this, re);
errorHandler.recover(this, re);
} finally {
exitRule();
}
return _localctx;
}