Searched refs:BadSub (Results 1 – 2 of 2) sorted by relevance
9 BadSub.bar()10 BadSub.subInstanceValue = 1111 BadSub.subStaticValue = 424214 BadSub.bar()15 BadSub.subInstanceValue = -116 BadSub.subStaticValue = 424219 BadSub.allocSuper(.)
89 new BadSub(-1, -2).bar(); in hierarchyTest()116 public static BadSub badSub;149 Main.badSub = new BadSub(11, 111); // Fully initializes BadSub.151 BadSub.subStaticValue = 4242;168 class BadSub extends BadSuper { class180 public BadSub(int subiv, int superiv) { in BadSub() method in BadSub