Schnittstelle IRecordAttribute

Alle Superschnittstellen:
IClassFileAttribute
Alle bekannten Implementierungsklassen:
RecordAttribute

public interface IRecordAttribute extends IClassFileAttribute
Description of record components attribute as described in the JVM specifications.
Seit:
3.22
  • Methodendetails

    • getNumberOfComponents

      int getNumberOfComponents()
      Answer back the number of components as specified in the JVM specifications.
      Gibt zurück:
      the number of components as specified in the JVM specifications
    • getComponentInfos

      IComponentInfo[] getComponentInfos()
      Answer back the array of record component infos as specified in the JVM specifications, or an empty array if none.
      Gibt zurück:
      the array of record component infos as specified in the JVM specifications, or an empty array if none