class Context extends java.lang.Object
Information about a class being parsed in a ClassReader.
Modifiers | Name | Description |
---|---|---|
Attribute[] |
attrs |
Prototypes of the attributes that must be parsed for this class. |
int[] |
bootstrapMethods |
The start index of each bootstrap method. |
char[] |
buffer |
The buffer used to read strings. |
int |
flags |
The ClassReader option flags for the parsing of this class. |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Prototypes of the attributes that must be parsed for this class.
The start index of each bootstrap method.
The buffer used to read strings.
The ClassReader option flags for the parsing of this class.