Home | History | Annotate | Download | only in src

Lines Matching refs:intVal

237             int intVal = field.getInt(instance);
238 System.out.println(" superInt value is " + intVal);
243 intVal = field.getInt(instance);
244 System.out.println(" superInt value is now " + intVal);
246 intVal = field.getInt(instance);
247 System.out.println(" superInt value (from short) is now " +intVal);
249 intVal = field.getInt(instance);
250 System.out.println(" superInt value is now " + intVal);
320 intVal = field.getInt(instance);
321 System.out.println(" cantTouchThis is " + intVal);
328 intVal = field.getInt(instance);
329 System.out.println(" cantTouchThis is now " + intVal);
334 intVal = field.getInt(instance);
335 System.out.println(" cantTouchThis is now " + intVal);