private static class InliningTest.SubClassA extends InliningTest.SuperClass implements InliningTest.SingleImplementorInterface
value
Constructor and Description |
---|
SubClassA(int value) |
Modifier and Type | Method and Description |
---|---|
protected int |
protectedOverriddenMethod() |
int |
publicOverriddenMethod() |
protectedFinalMethod, protectedNotOverriddenMethod, publicFinalMethod, publicNotOverriddenMethod
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
publicNotOverriddenMethod
public SubClassA(int value)
public int publicOverriddenMethod()
publicOverriddenMethod
in interface InliningTest.MultipleImplementorsInterface
publicOverriddenMethod
in interface InliningTest.SingleImplementorInterface
publicOverriddenMethod
in class InliningTest.SuperClass
protected int protectedOverriddenMethod()
protectedOverriddenMethod
in class InliningTest.SuperClass