Searched refs:superInt (Results 1 - 1 of 1) sorted by relevance

/art/test/046-reflect/src/
H A DMain.java247 field = target.getField("superInt");
252 System.out.println(" superInt value is " + intVal);
254 System.out.println(" superInt boxed is " + boxedIntVal);
258 System.out.println(" superInt value is now " + intVal);
261 System.out.println(" superInt value (from short) is now " +intVal);
264 System.out.println(" superInt value is now " + intVal);
599 superInt = 1010101;
608 public int superInt; field in class:SuperTarget

Completed in 221 milliseconds