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