public interface SourceAnnotation extends SourceElement, SourceHasName, SourceHasType, JavaAnnotation
| Modifier and Type | Field and Description | 
|---|---|
static SourceAnnotation[] | 
EMPTY_ARRAY  | 
CHILDREN_ALL, CHILDREN_BLANKLINES, CHILDREN_COMMENTS, CHILDREN_default, CHILDREN_none, CHILDREN_REGULAR, PRINT_ALL, REFORMAT_ALL, REFORMAT_INDENT| Modifier and Type | Method and Description | 
|---|---|
SourceExpression | 
getArgumentAt(int i)
Gets the indicated argument. 
 | 
int | 
getArgumentCount()
Gets the number of arguments. 
 | 
SourceListExpression | 
getArgumentList()
Gets the argument list. 
 | 
getName, getNameElement, setName, setNameElementgetSourceType, setSourceTypeaddSelf, addSelf, addSelfAfter, addSelfBefore, adjustTextIndentation, clearBinding, cloneSelf, compile, getBinding, getChildren, getChildren, getCompiledObject, getContainedElements, getEndOffset, getJdkVersion, getOwningFile, getOwningSourceFile, getParent, getSiblingAfter, getSiblingBefore, getSiblings, getSiblings, getStartOffset, getSymbolKind, getText, getTokens, hasErrors, print, print, reformatSelf, removeSelf, replaceSelf, resolve, setBinding, setContext, visitSelfgetAnnotationType, getArguments, getComponents, getUnresolvedArguments, isInheritedgetResolvedType, getUnresolvedTypegetElementKind, getFile, getModifiers, getOwner, getSourceElement, isDeprecated, isFinal, isHidden, isSourceElement, isSynthetic, printCompiledInfostatic final SourceAnnotation[] EMPTY_ARRAY
SourceListExpression getArgumentList()
int getArgumentCount()
SourceExpression getArgumentAt(int i)
i - 0-based.