public void visitEnd() {
   if (checkBindings()) {
     setVisitOk();
   }
   super.visitEnd();
 }