Klasse ComponentInfoWithAnnotation
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.compiler.classfmt.ClassFileStruct
org.aspectj.org.eclipse.jdt.internal.compiler.classfmt.RecordComponentInfo
org.aspectj.org.eclipse.jdt.internal.compiler.classfmt.ComponentInfoWithAnnotation
- Alle implementierten Schnittstellen:
Comparable,IBinaryField,IGenericField,IRecordComponent
- Bekannte direkte Unterklassen:
ComponentInfoWithTypeAnnotation
-
Feldübersicht
Von Klasse geerbte Felder org.aspectj.org.eclipse.jdt.internal.compiler.classfmt.RecordComponentInfo
attributeBytes, descriptor, name, signature, signatureUtf8Offset, tagBits, version -
Methodenübersicht
Von Klasse geerbte Methoden org.aspectj.org.eclipse.jdt.internal.compiler.classfmt.RecordComponentInfo
compareTo, createComponent, equals, getConstant, getGenericSignature, getModifiers, getName, getTagBits, getTypeAnnotations, getTypeName, hashCode, sizeInBytes, throwFormatException, toStringContent
-
Methodendetails
-
getAnnotations
Beschreibung aus Schnittstelle kopiert:IBinaryFieldAnswer the runtime visible and invisible annotations for this field or null if none.- Angegeben von:
getAnnotationsin SchnittstelleIBinaryField- Setzt außer Kraft:
getAnnotationsin KlasseRecordComponentInfo- Gibt zurück:
- the annotations or null if there is none.
-
initialize
protected void initialize()Beschreibung aus Klasse kopiert:RecordComponentInfoThis method is used to fully initialize the contents of the receiver. All methodinfos, fields infos will be therefore fully initialized and we can get rid of the bytes.- Setzt außer Kraft:
initializein KlasseRecordComponentInfo
-
reset
protected void reset()- Setzt außer Kraft:
resetin KlasseClassFileStruct
-
toString
- Setzt außer Kraft:
toStringin KlasseRecordComponentInfo
-