public class MethodParameters extends Attribute
| Modifier and Type | Field and Description |
|---|---|
private MethodParameter[] |
parameters |
constant_pool, length, name_index, tag| Constructor and Description |
|---|
MethodParameters(int name_index,
int length,
java.io.DataInput input,
ConstantPool constant_pool) |
| 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(java.io.DataOutputStream file)
Dump method parameters attribute to file stream in binary format.
|
MethodParameter[] |
getParameters() |
void |
setParameters(MethodParameter[] parameters) |
addAttributeReader, addAttributeReader, clone, getConstantPool, getLength, getName, getNameIndex, getTag, readAttribute, readAttribute, removeAttributeReader, setConstantPool, setLength, setNameIndex, toStringprivate MethodParameter[] parameters
MethodParameters(int name_index,
int length,
java.io.DataInput input,
ConstantPool constant_pool)
throws java.io.IOException
java.io.IOExceptionpublic MethodParameter[] getParameters()
public void setParameters(MethodParameter[] parameters)
public void accept(Visitor v)
Attributepublic Attribute copy(ConstantPool _constant_pool)