| Changed Methods |
void main(String[])
|
Documentation changed from old to new. |
Prints the ASM source code to generate the given class to the standard
output. |
void visit(int, int, String, String, String, String[])
|
Change in signature from (int, int, String, String, String[], String) to (int, int, String, String, String, String[]).
|
|
void visitAttribute(Attribute)
|
Documentation changed from old to new. Method was locally defined, but is now inherited from ASMifierAbstractVisitor.
|
Prints the ASM code that generates the given attribute. |
FieldVisitor visitField(int, String, String, String, Object)
|
Change in return type from void to FieldVisitor.
Change in signature from (int, String, String, Object, Attribute) to (int, String, String, String, Object).
|
|
MethodVisitor visitMethod(int, String, String, String, String[])
|
Change in return type from CodeVisitor to MethodVisitor.
Change in signature from (int, String, String, String[], Attribute) to (int, String, String, String, String[]).
|
|