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.
|
JavaAnnotation |
getCompiledObject()
Calls resolve() implicitly and determines the resolved JavaAnnotation.
|
getName, getNameElement, setName, setNameElementgetSourceType, setSourceTypeaddSelf, addSelf, addSelfAfter, addSelfBefore, adjustTextIndentation, clearBinding, cloneSelf, compile, createContext, getBinding, getChildren, getChildren, getContainedElements, getContext, getEndOffset, getFirstToken, getJdkVersion, getLastToken, getOwningFile, getOwningSourceFile, getParent, getSiblingAfter, getSiblingAfter, getSiblingBefore, getSiblingBefore, getSiblings, getSiblings, getStartOffset, getSymbolKind, getText, getTokens, getTokens, hasErrors, print, print, print, print, reformatSelf, removeSelf, replaceSelf, resolve, setBinding, setContext, visitSelfgetAnnotationType, getArguments, getComponents, getSourceElement, getUnresolvedArguments, isInheritedgetResolvedType, getUnresolvedTypegetElementKind, getFile, getModifiers, getOwner, isDeprecated, isFinal, isHidden, isSourceElement, isSynthetic, printCompiledInfostatic final SourceAnnotation[] EMPTY_ARRAY
SourceListExpression getArgumentList()
int getArgumentCount()
SourceExpression getArgumentAt(int i)
i - 0-based.JavaAnnotation getCompiledObject()
getCompiledObject in interface SourceElement