Klasse RecordAttribute

Alle implementierten Schnittstellen:
IClassFileAttribute, IRecordAttribute

public class RecordAttribute extends ClassFileAttribute implements IRecordAttribute
Default implementation of IRecordAttribute.
  • Konstruktordetails

  • Methodendetails

    • getNumberOfComponents

      public int getNumberOfComponents()
      Beschreibung aus Schnittstelle kopiert: IRecordAttribute
      Answer back the number of components as specified in the JVM specifications.
      Angegeben von:
      getNumberOfComponents in Schnittstelle IRecordAttribute
      Gibt zurück:
      the number of components as specified in the JVM specifications
    • getComponentInfos

      public IComponentInfo[] getComponentInfos()
      Beschreibung aus Schnittstelle kopiert: IRecordAttribute
      Answer back the array of record component infos as specified in the JVM specifications, or an empty array if none.
      Angegeben von:
      getComponentInfos in Schnittstelle IRecordAttribute
      Gibt zurück:
      the array of record component infos as specified in the JVM specifications, or an empty array if none