public final class ModulePackages extends Attribute
Attributeconstant_pool, EMPTY_ARRAY, length, name_index, tag| Constructor and Description |
|---|
ModulePackages(int nameIndex,
int length,
int[] packageIndexTable,
ConstantPool constantPool) |
ModulePackages(ModulePackages 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 ModulePackages attribute to file stream in binary format.
|
int |
getNumberOfPackages() |
int[] |
getPackageIndexTable() |
String[] |
getPackageNames() |
void |
setPackageIndexTable(int[] packageIndexTable) |
String |
toString() |
addAttributeReader, addAttributeReader, clone, getConstantPool, getLength, getName, getNameIndex, getTag, println, readAttribute, readAttribute, removeAttributeReader, setConstantPool, setLength, setNameIndexpublic ModulePackages(int nameIndex, int length, int[] packageIndexTable, ConstantPool constantPool)
nameIndex - Index in constant poollength - Content length in bytespackageIndexTable - Table of indices in constant poolconstantPool - Array of constantspublic ModulePackages(ModulePackages c)
public void accept(Visitor v)
public Attribute copy(ConstantPool constantPool)
public void dump(DataOutputStream file) throws IOException
dump in class Attributefile - Output file streamIOException - if an I/O error occurs.public int getNumberOfPackages()
public int[] getPackageIndexTable()
public String[] getPackageNames()
public void setPackageIndexTable(int[] packageIndexTable)
packageIndexTable - the list of package indexes Also redefines number_of_packages according to table length.Copyright © 2004–2022 The Apache Software Foundation. All rights reserved.