org.eclipse.jdt.internal.core.util
Class AnnotationComponent
java.lang.Object
org.eclipse.jdt.internal.core.util.ClassFileStruct
org.eclipse.jdt.internal.core.util.AnnotationComponent
public class AnnotationComponent
- extends ClassFileStruct
Default implementation of IAnnotationComponent
|
Constructor Summary |
AnnotationComponent(byte[] classFileBytes,
IConstantPool constantPool,
int offset)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnnotationComponent
public AnnotationComponent(byte[] classFileBytes,
IConstantPool constantPool,
int offset)
throws ClassFormatException
- Throws:
ClassFormatException
getComponentNameIndex
public int getComponentNameIndex()
getComponentName
public char[] getComponentName()
getComponentValue
public IAnnotationComponentValue getComponentValue()