Class AnnotationDefaultAttribute
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.AnnotationDefaultAttribute
- All Implemented Interfaces:
IAnnotationDefaultAttribute, IClassFileAttribute
public class AnnotationDefaultAttribute
extends ClassFileAttribute
implements IAnnotationDefaultAttribute
Default implementation of AnnotationDefaultAttribute.
- Since:
- 3.0
-
Field Summary
Fields inherited from class ClassFileAttribute
NO_ATTRIBUTES -
Constructor Summary
ConstructorsConstructorDescriptionAnnotationDefaultAttribute(byte[] classFileBytes, IConstantPool constantPool, int offset) Constructor for AnnotationDefaultAttribute. -
Method Summary
Modifier and TypeMethodDescriptionAnswer back the member value as described in the JVM specifications.Methods inherited from class ClassFileAttribute
getAttributeLength, getAttributeName, getAttributeNameIndexMethods inherited from class ClassFileStruct
doubleAt, floatAt, i1At, i2At, i4At, i8At, u1At, u2At, u4At, utf8AtMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface IClassFileAttribute
getAttributeLength, getAttributeName, getAttributeNameIndex
-
Constructor Details
-
AnnotationDefaultAttribute
public AnnotationDefaultAttribute(byte[] classFileBytes, IConstantPool constantPool, int offset) throws ClassFormatException Constructor for AnnotationDefaultAttribute.- Throws:
ClassFormatException
-
-
Method Details
-
getMemberValue
Description copied from interface:IAnnotationDefaultAttributeAnswer back the member value as described in the JVM specifications.- Specified by:
getMemberValuein interfaceIAnnotationDefaultAttribute- Returns:
- the member value
-