Klasse AnnotationMethodInfoWithAnnotations
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.compiler.classfmt.ClassFileStruct
org.aspectj.org.eclipse.jdt.internal.compiler.classfmt.MethodInfo
org.aspectj.org.eclipse.jdt.internal.compiler.classfmt.AnnotationMethodInfo
org.aspectj.org.eclipse.jdt.internal.compiler.classfmt.AnnotationMethodInfoWithAnnotations
- Alle implementierten Schnittstellen:
Comparable,IBinaryMethod,IGenericMethod
-
Feldübersicht
Von Klasse geerbte Felder org.aspectj.org.eclipse.jdt.internal.compiler.classfmt.AnnotationMethodInfo
defaultValueVon Klasse geerbte Felder org.aspectj.org.eclipse.jdt.internal.compiler.classfmt.MethodInfo
accessFlags, argumentNames, attributeBytes, descriptor, exceptionNames, name, signature, signatureUtf8Offset, tagBits, version -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungAnswer the runtime visible and invisible annotations for this method or null if none.protected voidThis method is used to fully initialize the contents of the receiver.protected voidreset()Von Klasse geerbte Methoden org.aspectj.org.eclipse.jdt.internal.compiler.classfmt.AnnotationMethodInfo
createAnnotationMethod, getDefaultValueVon Klasse geerbte Methoden org.aspectj.org.eclipse.jdt.internal.compiler.classfmt.MethodInfo
compareTo, createMethod, equals, getAnnotatedParametersCount, getArgumentNames, getExceptionTypeNames, getGenericSignature, getMethodDescriptor, getModifiers, getParameterAnnotations, getSelector, getTagBits, getTypeAnnotations, hashCode, isClinit, isConstructor, isSynthetic, sizeInBytes, toString, toStringContent
-
Methodendetails
-
getAnnotations
Beschreibung aus Schnittstelle kopiert:IBinaryMethodAnswer the runtime visible and invisible annotations for this method or null if none.- Angegeben von:
getAnnotationsin SchnittstelleIBinaryMethod- Setzt außer Kraft:
getAnnotationsin KlasseMethodInfo
-
initialize
protected void initialize()Beschreibung aus Klasse kopiert:MethodInfoThis 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 KlasseMethodInfo
-
reset
protected void reset()- Setzt außer Kraft:
resetin KlasseClassFileStruct
-