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