private static class InliningTest.SubClassC extends InliningTest.SuperClass
value
Constructor and Description |
---|
SubClassC(int value) |
Modifier and Type | Method and Description |
---|---|
protected int |
protectedOverriddenMethod() |
int |
publicOverriddenMethod() |
protectedFinalMethod, protectedNotOverriddenMethod, publicFinalMethod, publicNotOverriddenMethod
public SubClassC(int value)
public int publicOverriddenMethod()
publicOverriddenMethod
in interface InliningTest.MultipleImplementorsInterface
publicOverriddenMethod
in class InliningTest.SuperClass
protected int protectedOverriddenMethod()
protectedOverriddenMethod
in class InliningTest.SuperClass