constant_pool, length, name_index, tag
Constructor and Description |
---|
PMGClass(int name_index,
int length,
int pmg_index,
int pmg_class_index,
ConstantPool constant_pool) |
PMGClass(PMGClass 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 source file attribute to file stream in binary format.
|
int |
getPMGClassIndex() |
String |
getPMGClassName() |
int |
getPMGIndex() |
String |
getPMGName() |
void |
setPMGClassIndex(int pmg_class_index) |
void |
setPMGIndex(int pmg_index) |
String |
toString() |
addAttributeReader, addAttributeReader, clone, getConstantPool, getLength, getName, getNameIndex, getTag, readAttribute, readAttribute, removeAttributeReader, setConstantPool, setLength, setNameIndex
public PMGClass(PMGClass c)
public PMGClass(int name_index, int length, int pmg_index, int pmg_class_index, ConstantPool constant_pool)
name_index
- Index in constant pool to CONSTANT_Utf8length
- Content length in bytespmg_index
- index in constant pool for source file namepmg_class_index
- Index in constant pool to CONSTANT_Utf8constant_pool
- Array of constantspublic void accept(Visitor v)
public final void dump(DataOutputStream file) throws IOException
dump
in class Attribute
file
- Output file streamIOException
public final int getPMGClassIndex()
public final void setPMGClassIndex(int pmg_class_index)
pmg_class_index
- public final int getPMGIndex()
public final void setPMGIndex(int pmg_index)
pmg_index
- public final String getPMGName()
public final String getPMGClassName()
public final String toString()
public Attribute copy(ConstantPool _constant_pool)
Copyright © 2004–2022 The Apache Software Foundation. All rights reserved.