Ejemplo 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));
 }
Ejemplo n.º 2
0
 private IExpressionBinding VisitType(Declaration module, Declaration parent, ParserRuleContext expression, IBoundExpression withBlockVariable, StatementResolutionContext statementContext)
 {
     return(_typeBindingContext.BuildTree(module, parent, expression, withBlockVariable, StatementResolutionContext.Undefined));
 }