public class MethodParameters extends Attribute
Modifier and Type | Field and Description |
---|---|
private MethodParameter[] |
parameters |
private static long |
serialVersionUID |
constant_pool, length, name_index, tag
Constructor and Description |
---|
MethodParameters(int name_index,
int length,
java.io.DataInputStream file,
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, clone, getConstantPool, getLength, getName, getNameIndex, getTag, readAttribute, removeAttributeReader, setConstantPool, setLength, setNameIndex, toString
private static final long serialVersionUID
private MethodParameter[] parameters
MethodParameters(int name_index, int length, java.io.DataInputStream file, ConstantPool constant_pool) throws java.io.IOException
java.io.IOException
public MethodParameter[] getParameters()
public void setParameters(MethodParameter[] parameters)
public void accept(Visitor v)
Attribute
public Attribute copy(ConstantPool _constant_pool)