public final class InnerClasses extends Attribute
Attribute,
Serialized Formconstant_pool, length, name_index, tag| Constructor and Description |
|---|
InnerClasses(InnerClasses c)
Initialize from another object.
|
InnerClasses(int name_index,
int length,
InnerClass[] inner_classes,
ConstantPool constant_pool) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor v)
Called by objects that are traversing the nodes of the tree implicitely
defined by the contents of a Java class.
|
Attribute |
copy(ConstantPool constant_pool) |
void |
dump(DataOutputStream file)
Dump source file attribute to file stream in binary format.
|
InnerClass[] |
getInnerClasses() |
void |
setInnerClasses(InnerClass[] inner_classes) |
String |
toString() |
addAttributeReader, clone, getConstantPool, getLength, getNameIndex, getTag, readAttribute, removeAttributeReader, setConstantPool, setLength, setNameIndexpublic InnerClasses(InnerClasses c)
public InnerClasses(int name_index,
int length,
InnerClass[] inner_classes,
ConstantPool constant_pool)
name_index - Index in constant pool to CONSTANT_Utf8length - Content length in bytesinner_classes - array of inner classes attributesconstant_pool - Array of constantssourcefile_index - Index in constant pool to CONSTANT_Utf8public void accept(Visitor v)
public final void dump(DataOutputStream file) throws IOException
dump in class Attributefile - Output file streamIOExceptionpublic final InnerClass[] getInnerClasses()
public final void setInnerClasses(InnerClass[] inner_classes)
inner_classes. - public final String toString()
public Attribute copy(ConstantPool constant_pool)
Copyright © 2018–2021 mhoffrogge. All rights reserved.