Interface INestMemberAttributeEntry


public interface INestMemberAttributeEntry
Description of a nest host attribute as described in the JVM specifications.
Since:
3.16
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Answer back the nest member name index.
    char[]
    Answer back the nest member name as specified in the JVM specifications.
  • Method Details

    • getNestMemberName

      char[] getNestMemberName()
      Answer back the nest member name as specified in the JVM specifications.
      Returns:
      the nest member name as specified in the JVM specifications
    • getNestMemberIndex

      int getNestMemberIndex()
      Answer back the nest member name index.
      Returns:
      the nest memeber name index