public interface IAnnotation
Modifier and Type | Method and Description |
---|---|
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.
|
int getTypeIndex()
char[] getTypeName()
int getComponentsNumber()
IAnnotationComponent[] getComponents()
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.