| java.lang.Object test.mixin.perclass.MyImplReplacement
MyImplReplacement | public MyImplReplacement(Class target)(Code) | | |
booleanArg | public boolean booleanArg(boolean arg)(Code) | | |
byteArg | public byte byteArg(byte arg)(Code) | | |
charArg | public char charArg(char arg)(Code) | | |
doubleArg | public double doubleArg(double arg)(Code) | | |
exceptionThrowerChecked | public void exceptionThrowerChecked() throws CheckedException(Code) | | |
floatArg | public float floatArg(float arg)(Code) | | |
intArg | public int intArg(int arg)(Code) | | Used in test suite: replacement does a -2 x
|
longArg | public long longArg(long arg)(Code) | | |
shortArg | public short shortArg(short arg)(Code) | | |
|
|