Home | History | Annotate | Download | only in src

Lines Matching refs:intVal

188             int intVal = field.getInt(instance);
189 System.out.println(" superInt value is " + intVal);
194 intVal = field.getInt(instance);
195 System.out.println(" superInt value is now " + intVal);
197 intVal = field.getInt(instance);
198 System.out.println(" superInt value (from short) is now " +intVal);
200 intVal = field.getInt(instance);
201 System.out.println(" superInt value is now " + intVal);
271 intVal = field.getInt(instance);
272 System.out.println(" cantTouchThis is " + intVal);
279 intVal = field.getInt(instance);
280 System.out.println(" cantTouchThis is now " + intVal);