|
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 | |
Attribute readAttribute(Attribute[], |
Reads an attribute in b. |
| 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. |
void accept(ClassVisitor, |
Documentation changed from old to new. |
Makes the given visitor visit the Java class of this ClassReader. |
void accept(ClassVisitor, |
Documentation changed from old to new. |
Makes the given visitor visit the Java class of this ClassReader. |
| Added Fields | |
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 | |||||||||