Searched refs:Other (Results 1 – 6 of 6) sorted by relevance
3 class Main$Other4 class Main$Other
18 static class Other { class in Main61 return Other.class; in $opt$LoadOtherClass()
38 assertEquals(41, Other.staticField); in $opt$TestOtherClassStaticField()48 assertEquals(a + 41, a + Other.staticField); in $opt$TestAddOtherClassStaticField()
17 public class Other { class
19 public class Other { class
83 Class target = otherpackage.Other.class; in checkAccess()84 Object instance = new otherpackage.Other(); in checkAccess()98 instance = otherpackage.Other.getInnerClassInstance(); in checkAccess()