/** Determines if the variable represented by varInfo is a "this" variable. */
 private static boolean isThisVar(VarInfo varInfo) {
   return varInfo.isThis();
 }