|
Generated by JDiff |
||||||||
| PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS | ||||||||
| Changed Constructors | ||
byte[]) |
Documentation changed from old to new. |
Constructs a new ClassReader object. |
byte[], |
Documentation changed from old to new. |
Constructs a new ClassReader object. |
InputStream) |
Documentation changed from old to new. |
Constructs a new ClassReader object. |
String) |
Documentation changed from old to new. |
Constructs a new ClassReader object. |
| 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. |
Attribute readAttribute(Attribute[], |
Reads an attribute in b. |
| 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). |
| Changed Methods | ||
int getItem(int) |
Documentation changed from old to new. |
Returns the start index of the constant pool item in b, plus one. |
int readByte(int) |
Documentation changed from old to new. |
Reads a byte value in b. |
String readClass(int, |
Documentation changed from old to new. |
Reads a class constant pool item in b. |
Object readConst(int, |
Documentation changed from old to new. |
Reads a numeric or string constant pool item in b. |
int readInt(int) |
Documentation changed from old to new. |
Reads a signed int value in b. |
long readLong(int) |
Documentation changed from old to new. |
Reads a signed long value in b. |
short readShort(int) |
Documentation changed from old to new. |
Reads a signed short value in b. |
String readUTF8(int, |
Documentation changed from old to new. |
Reads an UTF8 string constant pool item in b. |
int readUnsignedShort(int) |
Documentation changed from old to new. |
Reads an unsigned short value in b. |
| 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. |
int header |
Start index of the class header information (access, name...) in b. |
| Changed Fields | ||
byte[] b |
Documentation changed from old to new. |
The class to be parsed. |
|
|||||||||
| PREV CLASS NEXT CLASS FRAMES NO FRAMES | |||||||||