in backend/src/tools/AgtypeParser.js [109:130]
agType() {
let localctx = new AgTypeContext(this, this._ctx, this.state);
this.enterRule(localctx, 0, AgtypeParser.RULE_agType);
try {
this.enterOuterAlt(localctx, 1);
this.state = 16;
this.agValue();
this.state = 17;
this.match(AgtypeParser.EOF);
} catch (re) {
if (re instanceof antlr4.error.RecognitionException) {
localctx.exception = re;
this._errHandler.reportError(this, re);
this._errHandler.recover(this, re);
} else {
throw re;
}
} finally {
this.exitRule();
}
return localctx;
}