Searched refs:methodUnsupportedNotInAbstractParent (Results 1 – 4 of 4) sorted by relevance
3 LNotInAbstractParent;->methodUnsupportedNotInAbstractParent()I,blocked4 LOtherInterface;->methodUnsupportedNotInAbstractParent()I,blocked5 LNotInAbstractInterface;->methodUnsupportedNotInAbstractParent()I,unsupported
23 public int methodUnsupportedNotInAbstractParent() { in methodUnsupportedNotInAbstractParent() method in NotInAbstractParent
22 int methodUnsupportedNotInAbstractParent(); in methodUnsupportedNotInAbstractParent() method
35 new InheritAbstract().methodUnsupportedNotInAbstractParent(); in testUnsupportedAppUsage()