Example #1
0
 public override void ExitFunctionStmt(VBAParser.FunctionStmtContext context)
 {
     if (_currentScopeAttributes.Any())
     {
         _attributes.Add(_currentScope, _currentScopeAttributes);
         context.AddAttributes(_currentScopeAttributes);
     }
 }