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 TypeMethodDescriptionvoidcopy()final voiddump(DataOutputStream file) Dump object to file stream on binary format.intintgetParameterName(ConstantPool constant_pool) Returns the name of the parameter.booleanisFinal()booleanbooleanvoidsetAccessFlags(int access_flags) voidsetNameIndex(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
-