in nlpcraft/src/main/scala/org/apache/nlpcraft/internal/intent/compiler/antlr4/NCIDLParser.java [1469:1501]
public final MtdRefContext mtdRef() throws RecognitionException {
MtdRefContext _localctx = new MtdRefContext(_ctx, getState());
enterRule(_localctx, 42, RULE_mtdRef);
int _la;
try {
enterOuterAlt(_localctx, 1);
{
setState(221);
_errHandler.sync(this);
_la = _input.LA(1);
if (((_la) & ~0x3f) == 0 && ((1L << _la) & 562949953421822L) != 0) {
{
setState(220);
javaFqn(0);
}
}
setState(223);
match(POUND);
setState(224);
id();
}
}
catch (RecognitionException re) {
_localctx.exception = re;
_errHandler.reportError(this, re);
_errHandler.recover(this, re);
}
finally {
exitRule();
}
return _localctx;
}