Package org.apache.bcel.classfile
Class MethodParameter
java.lang.Object
org.apache.bcel.classfile.MethodParameter
Entry of the parameters table.
- Since:
- 6.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
copy()
final void
dump
(DataOutputStream file) Dump object to file stream on binary format.int
int
getParameterName
(ConstantPool constantPool) Returns the name of the parameter.boolean
isFinal()
boolean
boolean
void
setAccessFlags
(int accessFlags) void
setNameIndex
(int nameIndex)
-
Constructor Details
-
MethodParameter
public MethodParameter()
-
-
Method Details
-
accept
-
copy
- Returns:
- deep copy of this object
-
dump
Dump object to file stream on binary format.- Parameters:
file
- Output file stream- Throws:
IOException
- if an I/O error occurs.
-
getAccessFlags
-
getNameIndex
-
getParameterName
Returns the name of the parameter. -
isFinal
-
isMandated
-
isSynthetic
-
setAccessFlags
-
setNameIndex
-