public class RecordComponentInfo extends Object implements Node
| Constructor and Description |
|---|
RecordComponentInfo(DataInput input,
ConstantPool constantPool)
Constructs a new instance from an input stream.
|
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor v) |
void |
dump(DataOutputStream file)
Dumps contents into a file stream in binary format.
|
Attribute[] |
getAttributes()
Gets all attributes.
|
ConstantPool |
getConstantPool()
Gets the constant pool.
|
int |
getDescriptorIndex()
Gets the description index.
|
int |
getIndex()
Gets the name index.
|
String |
toString()
Converts this instance to a String suitable for debugging.
|
public RecordComponentInfo(DataInput input, ConstantPool constantPool) throws IOException
input - Input streamconstantPool - Array of constantsIOException - if an I/O error occurs.public void dump(DataOutputStream file) throws IOException
file - Output file streamIOException - if an I/O error occurs.public Attribute[] getAttributes()
public ConstantPool getConstantPool()
public int getDescriptorIndex()
public int getIndex()
Copyright © 2004–2025 The Apache Software Foundation. All rights reserved.