コード例 #1
0
 public override void ExitLetStmt(VBAParser.LetStmtContext context)
 {
     if (context.LET() != null)
     {
         _contexts.Add(context);
     }
 }