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, publicNotOverriddenMethodclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublicNotOverriddenMethodpublic SubClassA(int value)
public int publicOverriddenMethod()
publicOverriddenMethod in interface InliningTest.MultipleImplementorsInterfacepublicOverriddenMethod in interface InliningTest.SingleImplementorInterfacepublicOverriddenMethod in class InliningTest.SuperClassprotected int protectedOverriddenMethod()
protectedOverriddenMethod in class InliningTest.SuperClass