public final class NestMembers extends Attribute
Attribute
constant_pool, EMPTY_ARRAY, length, name_index, tag
Constructor and Description |
---|
NestMembers(int nameIndex,
int length,
int[] classes,
ConstantPool constantPool) |
NestMembers(NestMembers c)
Initialize from another object.
|
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 NestMembers attribute to file stream in binary format.
|
int[] |
getClasses() |
String[] |
getClassNames() |
int |
getNumberClasses() |
void |
setClasses(int[] classes) |
String |
toString() |
addAttributeReader, addAttributeReader, clone, getConstantPool, getLength, getName, getNameIndex, getTag, println, readAttribute, readAttribute, removeAttributeReader, setConstantPool, setLength, setNameIndex
public NestMembers(int nameIndex, int length, int[] classes, ConstantPool constantPool)
nameIndex
- Index in constant poollength
- Content length in bytesclasses
- Table of indices in constant poolconstantPool
- Array of constantspublic NestMembers(NestMembers c)
c
- Source to copy.public 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 int[] getClasses()
public String[] getClassNames()
public int getNumberClasses()
public void setClasses(int[] classes)
classes
- the list of class indexes Also redefines number_of_classes according to table length.Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.