Searched refs:ConcreteClass (Results 1 – 6 of 6) sorted by relevance
32 Calling method ConcreteClass->JniCallNonOverridenDefaultMethod on object of type ConcreteClass34 Calling method ConcreteClass->JniCallOverridenDefaultMethod on object of type ConcreteClass35 ConcreteClass.JniCallOverridenDefaultMethod36 Calling method ConcreteClass->JniCallOverridenDefaultMethodWithSuper on object of type ConcreteClass37 ConcreteClass.JniCallOverridenDefaultMethodWithSuper39 Calling method ConcreteClass->JniCallOverridenAbstractMethod on object of type ConcreteClass40 ConcreteClass.JniCallOverridenAbstractMethod41 Calling method ConcreteClass->JniCallConflictDefaultMethod on object of type ConcreteClass43 Calling method ConcreteClass->JniCallSoftConflictMethod on object of type ConcreteClass45 Calling method DefaultInterface->JniCallNonOverridenDefaultMethod on object of type ConcreteClass[all …]
25 class ConcreteClass extends AbstractClass { class26 public ConcreteClass() {} in ConcreteClass() method in ConcreteClass
29 static class ConcreteClass extends AbstractClass { class in Main42 ConcreteClass o = new ConcreteClass(); in main()
23 # public class ConcreteClass implements DefaultInterface, ConflictInterface, AbstractInterface {25 # System.out.println("ConcreteClass.JniCallOverridenAbstractMethod");29 # System.out.println("ConcreteClass.JniCallOverridenDefaultMethod");33 # System.out.println("ConcreteClass.JniCallOverridenDefaultMethodWithSuper");47 const-string v0, "ConcreteClass.JniCallOverridenAbstractMethod"56 const-string v0, "ConcreteClass.JniCallOverridenDefaultMethod"65 const-string v0, "ConcreteClass.JniCallOverridenDefaultMethodWithSuper"
21 # public class ConcreteClass implements Iface {
22 # public class ConcreteClass implements SuperInterface, ConflictInterface {