|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectclassUtils.javassist.bytecode.AttributeInfo
classUtils.javassist.bytecode.InnerClassesAttribute
public class InnerClassesAttribute
InnerClasses_attribute
.
Field Summary | |
---|---|
static java.lang.String |
tag
The name of this attribute "InnerClasses" . |
Method Summary | |
---|---|
int |
accessFlags(int nth)
Returns classes[nth].inner_class_access_flags . |
AttributeInfo |
copy(ConstPool newCp,
java.util.Map classnames)
Makes a copy. |
int |
innerClass(int nth)
Returns classes[nth].inner_class_info_index . |
int |
innerName(int nth)
Returns classes[nth].inner_name_index . |
int |
length()
Returns number_of_classes . |
int |
outerClass(int nth)
Returns classes[nth].outer_class_info_index . |
Methods inherited from class classUtils.javassist.bytecode.AttributeInfo |
---|
get, getConstPool, getName, set |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String tag
"InnerClasses"
.
Method Detail |
---|
public int length()
number_of_classes
.
length
in class AttributeInfo
public int innerClass(int nth)
classes[nth].inner_class_info_index
.
public int outerClass(int nth)
classes[nth].outer_class_info_index
.
public int innerName(int nth)
classes[nth].inner_name_index
.
public int accessFlags(int nth)
classes[nth].inner_class_access_flags
.
public AttributeInfo copy(ConstPool newCp, java.util.Map classnames)
Map
object.
copy
in class AttributeInfo
newCp
- the constant pool table used by the new copy.classnames
- pairs of replaced and substituted
class names.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |