Exemplo n.º 1
0
 private IExpressionBinding Visit(Declaration module, Declaration parent, VBAParser.AddressOfExpressionContext expression, IBoundExpression withBlockVariable, StatementResolutionContext statementContext)
 {
     return(_procedurePointerBindingContext.BuildTree(module, parent, expression, withBlockVariable, statementContext));
 }
 private IExpressionBinding Visit(Declaration module, Declaration parent, VBAParser.AddressOfExpressionContext expression)
 {
     return(Visit(module, parent, expression.expression()));
 }