-
- All Implemented Interfaces:
public final class MethodParametersEntry extends SubStructure
Describes an entry in a BootstrapMethods attribute structure.
-
-
Field Summary
Fields Modifier and Type Field Description private IntegernameIndexprivate IntegeraccessFlagsprivate final StringaccessFlagsVerboseprivate final Integerlength
-
Constructor Summary
Constructors Constructor Description MethodParametersEntry()
-
Method Summary
Modifier and Type Method Description final IntegergetNameIndex()The name index. final UnitsetNameIndex(Integer nameIndex)The name index. final IntegergetAccessFlags()The access flags. final UnitsetAccessFlags(Integer accessFlags)The access flags. final StringgetAccessFlagsVerbose()IntegergetLength()The length of the structure in bytes. -
-
Method Detail
-
getNameIndex
final Integer getNameIndex()
The name index.
-
setNameIndex
final Unit setNameIndex(Integer nameIndex)
The name index.
-
getAccessFlags
final Integer getAccessFlags()
The access flags.
-
setAccessFlags
final Unit setAccessFlags(Integer accessFlags)
The access flags.
-
getAccessFlagsVerbose
final String getAccessFlagsVerbose()
-
-
-
-