Package org.eclipse.jdt.core.util
Interface INestMembersAttribute
- All Superinterfaces:
IClassFileAttribute
Description of nest members attribute as described in the JVM
specifications.
- Since:
- 3.16
-
Method Summary
Modifier and TypeMethodDescriptionAnswer back the array of nest member attribute entries as specified in the JVM specifications, or an empty array if none.int
Answer back the number of nest members as specified in the JVM specifications.Methods inherited from interface org.eclipse.jdt.core.util.IClassFileAttribute
getAttributeLength, getAttributeName, getAttributeNameIndex
-
Method Details
-
getNumberOfNestMembers
int getNumberOfNestMembers()Answer back the number of nest members as specified in the JVM specifications.- Returns:
- the number of nest members as specified in the JVM specifications
-
getNestMemberAttributesEntries
INestMemberAttributeEntry[] getNestMemberAttributesEntries()Answer back the array of nest member attribute entries as specified in the JVM specifications, or an empty array if none.- Returns:
- the array of nest member attribute entries as specified in the JVM specifications, or an empty array if none
-