Schnittstelle INestMembersAttribute

Alle Superschnittstellen:
IClassFileAttribute
Alle bekannten Implementierungsklassen:
NestMembersAttribute

public interface INestMembersAttribute extends IClassFileAttribute
Description of nest members attribute as described in the JVM specifications.
Seit:
3.16
  • Methodendetails

    • getNumberOfNestMembers

      int getNumberOfNestMembers()
      Answer back the number of nest members as specified in the JVM specifications.
      Gibt zurück:
      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.
      Gibt zurück:
      the array of nest member attribute entries as specified in the JVM specifications, or an empty array if none