|
Eclipse JDT Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Description of a annotation structure as described in the JVM specifications (added in J2SE 1.5). This interface may be implemented by clients.
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. |
Method Detail |
public int getTypeIndex()
public char[] getTypeName()
public int getComponentsNumber()
public IAnnotationComponent[] getComponents()
|
Eclipse JDT Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |