|
Generated by JDiff |
||||||||
| PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS | ||||||||
Removed interface org.objectweb.asm.Constants.
Added interface org.objectweb.asm.Opcodes.
Documentation changed from old to new.
| Changed Constructors | ||
OutputStream, |
Documentation changed from old to new. |
Constructs a new ASMContentHandler object. |
| Changed Methods | ||
void endDocument() |
Documentation changed from old to new. |
Process notification of the end of a document and write generated bytecode into output stream. |
void endElement(String, |
Documentation changed from old to new. |
Process notification of the end of an XML element being reached. |
void startElement(String, |
Documentation changed from old to new. |
Process notification of the start of an XML element being reached. |
byte[] toByteArray() |
Documentation changed from old to new. |
Returns the bytecode of the class that was build with underneath class writer. |
| Removed Fields | |
CodeVisitor mw |
Current instance of the CodeVisitor used to write method bytecode |
| Changed Fields | ||
boolean computeMax |
Documentation changed from old to new. |
true if the maximum stack size and number of local variables must be automatically computed. |
ClassWriter cw |
Documentation changed from old to new. |
Current instance of the ClassWriter used to write class bytecode. |
|
|||||||||
| PREV CLASS NEXT CLASS FRAMES NO FRAMES | |||||||||