Klasse RecordAttribute
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.core.util.ClassFileStruct
org.aspectj.org.eclipse.jdt.internal.core.util.ClassFileAttribute
org.aspectj.org.eclipse.jdt.internal.core.util.RecordAttribute
- Alle implementierten Schnittstellen:
IClassFileAttribute,IRecordAttribute
Default implementation of
IRecordAttribute.-
Feldübersicht
Von Klasse geerbte Felder org.aspectj.org.eclipse.jdt.internal.core.util.ClassFileAttribute
NO_ATTRIBUTES -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungRecordAttribute(byte[] classFileBytes, IConstantPool constantPool, int offset) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungAnswer back the array of record component infos as specified in the JVM specifications, or an empty array if none.intAnswer back the number of components as specified in the JVM specifications.Von Klasse geerbte Methoden org.aspectj.org.eclipse.jdt.internal.core.util.ClassFileAttribute
getAttributeLength, getAttributeName, getAttributeNameIndexVon Klasse geerbte Methoden org.aspectj.org.eclipse.jdt.internal.core.util.ClassFileStruct
doubleAt, floatAt, i1At, i2At, i4At, i8At, u1At, u2At, u4At, utf8AtVon Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden org.aspectj.org.eclipse.jdt.core.util.IClassFileAttribute
getAttributeLength, getAttributeName, getAttributeNameIndex
-
Konstruktordetails
-
RecordAttribute
public RecordAttribute(byte[] classFileBytes, IConstantPool constantPool, int offset) throws ClassFormatException - Löst aus:
ClassFormatException
-
-
Methodendetails
-
getNumberOfComponents
public int getNumberOfComponents()Beschreibung aus Schnittstelle kopiert:IRecordAttributeAnswer back the number of components as specified in the JVM specifications.- Angegeben von:
getNumberOfComponentsin SchnittstelleIRecordAttribute- Gibt zurück:
- the number of components as specified in the JVM specifications
-
getComponentInfos
Beschreibung aus Schnittstelle kopiert:IRecordAttributeAnswer back the array of record component infos as specified in the JVM specifications, or an empty array if none.- Angegeben von:
getComponentInfosin SchnittstelleIRecordAttribute- Gibt zurück:
- the array of record component infos as specified in the JVM specifications, or an empty array if none
-