constant_pool, length, name_index, tag
Constructor and Description |
---|
ModulePackages(int name_index,
int length,
int[] package_index_table,
ConstantPool constant_pool) |
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 implicitely
defined by the contents of a Java class.
|
Attribute |
copy(ConstantPool _constant_pool) |
void |
dump(DataOutputStream file)
Dump ModulePackages attribute to file stream in binary format.
|
int |
getNumberOfPackages() |
int[] |
getPackageIndexTable() |
String[] |
getPackageNames() |
void |
setPackageIndexTable(int[] package_index_table) |
String |
toString() |
addAttributeReader, addAttributeReader, clone, getConstantPool, getLength, getName, getNameIndex, getTag, println, readAttribute, readAttribute, removeAttributeReader, setConstantPool, setLength, setNameIndex
public ModulePackages(ModulePackages c)
public ModulePackages(int name_index, int length, int[] package_index_table, ConstantPool constant_pool)
name_index
- Index in constant poollength
- Content length in bytespackage_index_table
- Table of indices in constant poolconstant_pool
- Array of constantspublic void accept(Visitor v)
public void dump(DataOutputStream file) throws IOException
dump
in class Attribute
file
- Output file streamIOException
public int[] getPackageIndexTable()
public int getNumberOfPackages()
public String[] getPackageNames()
public void setPackageIndexTable(int[] package_index_table)
package_index_table
- the list of package indexes
Also redefines number_of_packages according to table length.public String toString()
public Attribute copy(ConstantPool _constant_pool)
Copyright © 2004–2019 The Apache Software Foundation. All rights reserved.