Constructor and Description |
---|
MethodParameter() |
Modifier and Type | Method and Description |
---|---|
void |
accept(Visitor v) |
MethodParameter |
copy() |
void |
dump(DataOutputStream file)
Dump object to file stream on binary format.
|
int |
getAccessFlags() |
int |
getNameIndex() |
String |
getParameterName(ConstantPool constantPool)
Returns the name of the parameter.
|
boolean |
isFinal() |
boolean |
isMandated() |
boolean |
isSynthetic() |
void |
setAccessFlags(int accessFlags) |
void |
setNameIndex(int nameIndex) |
public MethodParameter copy()
public final void dump(DataOutputStream file) throws IOException
file
- Output file streamIOException
- if an I/O error occurs.public int getAccessFlags()
public int getNameIndex()
public String getParameterName(ConstantPool constantPool)
public boolean isFinal()
public boolean isMandated()
public boolean isSynthetic()
public void setAccessFlags(int accessFlags)
public void setNameIndex(int nameIndex)
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.