118119120121122123124125126127
@Override public void caseABoundBuiltincall(ABoundBuiltincall node) { node.getBracketedVar().apply(this); try { this.expression = new BoundOperator(getSingleAvp()); } catch (ParserException e) { this.exception = e; } }