-
- All Implemented Interfaces:
public final class MethodParametersAttribute extends AttributeInfo
Describes a MethodParameter attribute structure.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classMethodParametersAttribute.Companion
-
Field Summary
Fields Modifier and Type Field Description private Array<MethodParametersEntry>entriesprivate IntegerattributeNameIndexprivate final Stringname
-
Constructor Summary
Constructors Constructor Description MethodParametersAttribute(ClassFile classFile)
-
Method Summary
Modifier and Type Method Description final Array<MethodParametersEntry>getEntries()List of method parameter entries in the MethodParametersAttribute structure final UnitsetEntries(Array<MethodParametersEntry> entries)List of method parameter entries in the MethodParametersAttribute structure IntegergetAttributeLength()Get the length of this attribute in bytes. -
Methods inherited from class org.gjt.jclasslib.structures.AttributeInfo
getAttributeNameIndex, getName, setAttributeNameIndex -
Methods inherited from class org.gjt.jclasslib.structures.Structure
read, write -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
MethodParametersAttribute
MethodParametersAttribute(ClassFile classFile)
-
-
Method Detail
-
getEntries
final Array<MethodParametersEntry> getEntries()
List of method parameter entries in the MethodParametersAttribute structure
-
setEntries
final Unit setEntries(Array<MethodParametersEntry> entries)
List of method parameter entries in the MethodParametersAttribute structure
-
getAttributeLength
Integer getAttributeLength()
Get the length of this attribute in bytes.
-
-
-
-