Home | History | Annotate | Download | only in src

Lines Matching defs:intVal

267             int intVal = field.getInt(instance);
268 System.out.println(" superInt value is " + intVal);
273 intVal = field.getInt(instance);
274 System.out.println(" superInt value is now " + intVal);
276 intVal = field.getInt(instance);
277 System.out.println(" superInt value (from short) is now " +intVal);
279 intVal = field.getInt(instance);
280 System.out.println(" superInt value is now " + intVal);
350 intVal = field.getInt(instance);
351 System.out.println(" cantTouchThis is " + intVal);
358 intVal = field.getInt(instance);
359 System.out.println(" cantTouchThis is still " + intVal);
365 intVal = field.getInt(instance);
366 System.out.println(" cantTouchThis is now " + intVal);
368 intVal = field.getInt(instance);
369 System.out.println(" cantTouchThis is now " + intVal);