Interface IPermittedSubclassesAttributeEntry


public interface IPermittedSubclassesAttributeEntry
Description of permitted subclasses attribute as described in the JVM specifications.
Since:
3.24
  • Method Summary

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

    • getPermittedSubclassName

      char[] getPermittedSubclassName()
      Answer back the permitted subclass name as specified in the JVM specifications.
      Returns:
      the permitted subclass name as specified in the JVM specifications
    • gePermittedSubclassIndex

      int gePermittedSubclassIndex()
      Answer back the permitted subclass name index.
      Returns:
      the permitted class name index