Class 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
- All Implemented Interfaces:
Comparable,IBinaryField,IBinaryInfo,IElementInfo,IGenericField,IRecordComponent
- Direct Known Subclasses:
ComponentInfoWithTypeAnnotation
-
Field Summary
Fields inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.classfmt.RecordComponentInfo
attributeBytes, descriptor, name, signature, signatureUtf8Offset, tagBits, version -
Method Summary
Methods inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.classfmt.RecordComponentInfo
compareTo, createComponent, equals, getConstant, getGenericSignature, getModifiers, getName, getTagBits, getTypeAnnotations, getTypeName, hashCode, sizeInBytes, throwFormatException, toStringContent
-
Method Details
-
getAnnotations
Description copied from interface:IBinaryFieldAnswer the runtime visible and invisible annotations for this field or null if none.- Specified by:
getAnnotationsin interfaceIBinaryField- Overrides:
getAnnotationsin classRecordComponentInfo- Returns:
- the annotations or null if there is none.
-
initialize
protected void initialize()Description copied from class: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.- Overrides:
initializein classRecordComponentInfo
-
reset
protected void reset()- Overrides:
resetin classClassFileStruct
-
toString
- Overrides:
toStringin classRecordComponentInfo
-