private IExpressionBinding Visit(Declaration module, Declaration parent, VBAParser.AddressOfExpressionContext expression, IBoundExpression withBlockVariable, StatementResolutionContext statementContext) { return(_procedurePointerBindingContext.BuildTree(module, parent, expression, withBlockVariable, statementContext)); }
private IExpressionBinding VisitType(Declaration module, Declaration parent, ParserRuleContext expression, IBoundExpression withBlockVariable, StatementResolutionContext statementContext) { return(_typeBindingContext.BuildTree(module, parent, expression, withBlockVariable, StatementResolutionContext.Undefined)); }