constant_pool, length, name_index, tag
Constructor and Description |
---|
ModuleMainClass(int name_index,
int length,
int main_class_index,
ConstantPool constant_pool) |
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 _constant_pool) |
void |
dump(DataOutputStream file)
Dump ModuleMainClass attribute to file stream in binary format.
|
int |
getHostClassIndex() |
void |
setHostClassIndex(int main_class_index) |
String |
toString() |
addAttributeReader, addAttributeReader, clone, getConstantPool, getLength, getName, getNameIndex, getTag, println, readAttribute, readAttribute, removeAttributeReader, setConstantPool, setLength, setNameIndex
public ModuleMainClass(ModuleMainClass c)
public ModuleMainClass(int name_index, int length, int main_class_index, ConstantPool constant_pool)
name_index
- Index in constant poollength
- Content length in bytesmain_class_index
- Host class indexconstant_pool
- Array of constantspublic void accept(Visitor v)
public void dump(DataOutputStream file) throws IOException
dump
in class Attribute
file
- Output file streamIOException
- if an I/O error occurs.public int getHostClassIndex()
public void setHostClassIndex(int main_class_index)
main_class_index
- the host class indexpublic String toString()
public Attribute copy(ConstantPool _constant_pool)
Copyright © 2004–2019 The Apache Software Foundation. All rights reserved.