Klasse AnnotationMethodInfo
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
- Alle implementierten Schnittstellen:
Comparable,IBinaryMethod,IGenericMethod
- Bekannte direkte Unterklassen:
AnnotationMethodInfoWithAnnotations
-
Feldübersicht
FelderVon 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 TypMethodeBeschreibungstatic MethodInfocreateAnnotationMethod(byte[] classFileBytes, int[] offsets, int offset, long version) ReturnClassSignaturefor a ClassClass.Von Klasse geerbte Methoden org.aspectj.org.eclipse.jdt.internal.compiler.classfmt.MethodInfo
compareTo, createMethod, equals, getAnnotatedParametersCount, getAnnotations, getArgumentNames, getExceptionTypeNames, getGenericSignature, getMethodDescriptor, getModifiers, getParameterAnnotations, getSelector, getTagBits, getTypeAnnotations, hashCode, initialize, isClinit, isConstructor, isSynthetic, sizeInBytes, toString, toStringContent
-
Felddetails
-
defaultValue
-
-
Methodendetails
-
createAnnotationMethod
public static MethodInfo createAnnotationMethod(byte[] classFileBytes, int[] offsets, int offset, long version) -
getDefaultValue
Beschreibung aus Schnittstelle kopiert:IBinaryMethodReturnClassSignaturefor a ClassClass. ReturnConstantfor compile-time constant of primitive type, as well as String literals. ReturnEnumConstantSignatureif value is an enum constant. ReturnIBinaryAnnotationfor annotation type. ReturnObject[] for array type.- Angegeben von:
getDefaultValuein SchnittstelleIBinaryMethod- Setzt außer Kraft:
getDefaultValuein KlasseMethodInfo- Gibt zurück:
- default value of this annotation method
-