public final class ModuleMainClass extends Attribute
Attributeconstant_pool, EMPTY_ARRAY, length, name_index, tag| Constructor and Description |
|---|
ModuleMainClass(int nameIndex,
int length,
int mainClassIndex,
ConstantPool constantPool) |
ModuleMainClass(ModuleMainClass 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 ModuleMainClass attribute to file stream in binary format.
|
int |
getHostClassIndex() |
void |
setHostClassIndex(int mainClassIndex) |
String |
toString() |
addAttributeReader, addAttributeReader, clone, getConstantPool, getLength, getName, getNameIndex, getTag, println, readAttribute, readAttribute, removeAttributeReader, setConstantPool, setLength, setNameIndexpublic ModuleMainClass(int nameIndex, int length, int mainClassIndex, ConstantPool constantPool)
nameIndex - Index in constant poollength - Content length in bytesmainClassIndex - Host class indexconstantPool - Array of constantspublic ModuleMainClass(ModuleMainClass 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 getHostClassIndex()
public void setHostClassIndex(int mainClassIndex)
mainClassIndex - the host class indexCopyright © 2004–2022 The Apache Software Foundation. All rights reserved.