public final class InnerClasses extends Attribute implements Iterable<InnerClass>
Attribute
constant_pool, EMPTY_ARRAY, length, name_index, tag
Constructor and Description |
---|
InnerClasses(InnerClasses c)
Initialize from another object.
|
InnerClasses(int nameIndex,
int length,
InnerClass[] innerClasses,
ConstantPool constantPool) |
Modifier and Type | Method and Description |
---|---|
void |
accept(Visitor v)
Called by objects that are traversing the nodes of the tree implicitly defined by the contents of a Java class.
|
Attribute |
copy(ConstantPool constantPool) |
void |
dump(DataOutputStream file)
Dump source file attribute to file stream in binary format.
|
InnerClass[] |
getInnerClasses() |
Iterator<InnerClass> |
iterator() |
void |
setInnerClasses(InnerClass[] innerClasses) |
String |
toString() |
addAttributeReader, addAttributeReader, clone, getConstantPool, getLength, getName, getNameIndex, getTag, println, readAttribute, readAttribute, removeAttributeReader, setConstantPool, setLength, setNameIndex
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
public InnerClasses(InnerClasses c)
c
- Source to copy.public InnerClasses(int nameIndex, int length, InnerClass[] innerClasses, ConstantPool constantPool)
nameIndex
- Index in constant pool to CONSTANT_Utf8length
- Content length in bytesinnerClasses
- array of inner classes attributesconstantPool
- Array of constantspublic void accept(Visitor v)
public Attribute copy(ConstantPool constantPool)
public void dump(DataOutputStream file) throws IOException
dump
in class Attribute
file
- Output file streamIOException
- if an I/O error occurs.public InnerClass[] getInnerClasses()
public Iterator<InnerClass> iterator()
iterator
in interface Iterable<InnerClass>
public void setInnerClasses(InnerClass[] innerClasses)
innerClasses
- the array of inner classesCopyright © 2004–2024 The Apache Software Foundation. All rights reserved.