public class MethodParameter extends Object implements Serializable, Cloneable
Constructor and Description |
---|
MethodParameter() |
Modifier and Type | Method and Description |
---|---|
MethodParameter |
copy() |
void |
dump(DataOutputStream file)
Dump object to file stream on binary format.
|
int |
getAccessFlags() |
int |
getNameIndex() |
String |
getParameterName(ConstantPool constant_pool)
Returns the name of the parameter.
|
boolean |
isFinal() |
boolean |
isMandated() |
boolean |
isSynthetic() |
void |
setAccessFlags(int access_flags) |
void |
setNameIndex(int name_index) |
public int getNameIndex()
public void setNameIndex(int name_index)
public String getParameterName(ConstantPool constant_pool)
public int getAccessFlags()
public void setAccessFlags(int access_flags)
public boolean isFinal()
public boolean isSynthetic()
public boolean isMandated()
public final void dump(DataOutputStream file) throws IOException
file
- Output file streamIOException
public MethodParameter copy()