If class X is substituted for class Y in the class file, X and Y must have the same signature. If Y provides a method m(), X must provide it even if X inherits m() from the super class. If this fact is not guaranteed, the bytecode verifier may cause an error. @param oldname the replaced class name @param newname the substituted class name
If class X is substituted for class Y in the class file, X and Y must have the same signature. If Y provides a method m(), X must provide it even if X inherits m() from the super class. If this fact is not guaranteed, the bytecode verifier may cause an error. @param oldname the replaced class name @param newname the substituted class name
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|