Schnittstelle IPermittedSubclassesAttribute

Alle Superschnittstellen:
IClassFileAttribute
Alle bekannten Implementierungsklassen:
PermittedSubclassesAttribute

public interface IPermittedSubclassesAttribute extends IClassFileAttribute
Description of permitted subclasses attribute as described in the JVM specifications.
Seit:
3.24
  • Methodendetails

    • getNumberOfPermittedSubclasses

      int getNumberOfPermittedSubclasses()
      Answer back the number of permitted subclasses as specified in the JVM specifications.
      Gibt zurück:
      the number of permitted subclasses as specified in the JVM specifications
    • getPermittedSubclassAttributesEntries

      IPermittedSubclassesAttributeEntry[] getPermittedSubclassAttributesEntries()
      Answer back the array of permitted subclass attribute entries as specified in the JVM specifications, or an empty array if none.
      Gibt zurück:
      the array of permitted subclass attribute entries as specified in the JVM specifications, or an empty array if none