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

/dalvik/tests/046-reflect/src/
H A DMain.java233 field = target.getField("superInt");
238 System.out.println(" superInt value is " + intVal);
240 System.out.println(" superInt boxed is " + boxedIntVal);
244 System.out.println(" superInt value is now " + intVal);
247 System.out.println(" superInt value (from short) is now " +intVal);
250 System.out.println(" superInt value is now " + intVal);
479 superInt = 1010101;
488 public int superInt; field in class:SuperTarget

Completed in 19 milliseconds