Package org.apache.bcel.classfile
Class MethodParameter
java.lang.Object
org.apache.bcel.classfile.MethodParameter
- All Implemented Interfaces:
Cloneable
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 constant_pool) Returns the name of the parameter.boolean
isFinal()
boolean
boolean
void
setAccessFlags
(int access_flags) void
setNameIndex
(int name_index)
-
Constructor Details
-
MethodParameter
public MethodParameter()
-
-
Method Details
-
getNameIndex
-
setNameIndex
-
getParameterName
Returns the name of the parameter. -
getAccessFlags
-
setAccessFlags
-
isFinal
-
isSynthetic
-
isMandated
-
accept
-
dump
Dump object to file stream on binary format.- Parameters:
file
- Output file stream- Throws:
IOException
-
copy
- Returns:
- deep copy of this object
-