|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.aspectj.org.eclipse.jdt.internal.core.util.ClassFileStruct
org.aspectj.org.eclipse.jdt.internal.core.util.Annotation
public class Annotation
Default implementation of IAnnotation
| Constructor Summary | |
|---|---|
Annotation(byte[] classFileBytes,
IConstantPool constantPool,
int offset)
Constructor for Annotation. |
|
| Method Summary | |
|---|---|
IAnnotationComponent[] |
getComponents()
Answer back the components as described in the JVM specifications. |
int |
getComponentsNumber()
Answer back the number of components as described in the JVM specifications. |
int |
getTypeIndex()
Answer back the type index as described in the JVM specifications. |
char[] |
getTypeName()
Answer back the type name as described in the JVM specifications. |
| Methods inherited from class org.aspectj.org.eclipse.jdt.internal.core.util.ClassFileStruct |
|---|
doubleAt, floatAt, i1At, i2At, i4At, i8At, u1At, u2At, u4At, utf8At |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Annotation(byte[] classFileBytes,
IConstantPool constantPool,
int offset)
throws ClassFormatException
classFileBytes - constantPool - offset -
ClassFormatException| Method Detail |
|---|
public int getTypeIndex()
IAnnotation
getTypeIndex in interface IAnnotationpublic int getComponentsNumber()
IAnnotation
getComponentsNumber in interface IAnnotationpublic IAnnotationComponent[] getComponents()
IAnnotation
getComponents in interface IAnnotationpublic char[] getTypeName()
IAnnotation
getTypeName in interface IAnnotation
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||