|
Generated by JDiff |
||||||||
| PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS | ||||||||
| Removed Methods | |
void accept(ClassVisitor, |
Makes the given visitor visit the Java class of this ClassReader. |
void accept(ClassVisitor, |
Makes the given visitor visit the Java class of this ClassReader. |
| Added Methods | |
void accept(ClassVisitor, |
Makes the given visitor visit the Java class of this ClassReader. |
void accept(ClassVisitor, |
Makes the given visitor visit the Java class of this ClassReader. |
int getAccess() |
Returns the class's access flags (see Opcodes). |
String getClassName() |
Returns the internal name of the class (see getInternalName). |
String[] getInterfaces() |
Returns the internal names of the class's interfaces (see getInternalName). |
String getSuperName() |
Returns the internal of name of the super class (see getInternalName). |
| Added Fields | |
int EXPAND_FRAMES |
Flag to expand the stack map frames. |
int SKIP_CODE |
Flag to skip method code. |
int SKIP_DEBUG |
Flag to skip the debug information in the class. |
int SKIP_FRAMES |
Flag to skip the stack map frames in the class. |
|
|||||||||
| PREV CLASS NEXT CLASS FRAMES NO FRAMES | |||||||||