@Override
 protected void visitRoutine(Routine routine) {
   this.filemanGlobals = new HashSet<String>();
   this.filemanCalls = new HashSet<String>();
   this.currentRoutineName = routine.getName();
   super.visitRoutine(routine);
 }