-
- All Implemented Interfaces:
public final class NestMembersEntry extends SubStructure
Describes an entry in a NestMembers attribute structure.
-
-
Field Summary
Fields Modifier and Type Field Description private IntegerclassInfoIndexprivate final Integerlength
-
Constructor Summary
Constructors Constructor Description NestMembersEntry()
-
Method Summary
Modifier and Type Method Description final IntegergetClassInfoIndex()The name index. final UnitsetClassInfoIndex(Integer classInfoIndex)The name index. IntegergetLength()The length of the structure in bytes. -
-
Method Detail
-
getClassInfoIndex
final Integer getClassInfoIndex()
The name index.
-
setClassInfoIndex
final Unit setClassInfoIndex(Integer classInfoIndex)
The name index.
-
-
-
-