org.eclipse.jdt.internal.core.util
Class Annotation
java.lang.Object
org.eclipse.jdt.internal.core.util.ClassFileStruct
org.eclipse.jdt.internal.core.util.Annotation
public class Annotation
- extends ClassFileStruct
Default implementation of IAnnotation
|
Constructor Summary |
Annotation(byte[] classFileBytes,
IConstantPool constantPool,
int offset)
Constructor for Annotation. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Annotation
public Annotation(byte[] classFileBytes,
IConstantPool constantPool,
int offset)
throws ClassFormatException
- Constructor for Annotation.
- Parameters:
classFileBytes - constantPool - offset -
- Throws:
ClassFormatException
getTypeIndex
public int getTypeIndex()
getComponentsNumber
public int getComponentsNumber()
getComponents
public IAnnotationComponent[] getComponents()
getTypeName
public char[] getTypeName()