public class MethodParameters extends Attribute
constant_pool, length, name_index, tag
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 method parameters attribute to file stream in binary format.
|
MethodParameter[] |
getParameters() |
void |
setParameters(MethodParameter[] parameters) |
addAttributeReader, addAttributeReader, clone, getConstantPool, getLength, getName, getNameIndex, getTag, println, readAttribute, readAttribute, removeAttributeReader, setConstantPool, setLength, setNameIndex, toString
public MethodParameter[] getParameters()
public void setParameters(MethodParameter[] parameters)
public void accept(Visitor v)
Attribute
public Attribute copy(ConstantPool _constant_pool)
public void dump(DataOutputStream file) throws IOException
dump
in class Attribute
file
- Output file streamIOException
Copyright © 2004–2019 The Apache Software Foundation. All rights reserved.