Package | Description |
---|---|
javax.ide.model.java.source |
Various interfaces for use with Tree objects.
|
javax.ide.model.java.source.tree |
The Java AST.
|
Modifier and Type | Method and Description |
---|---|
AnnotationT |
TreeFactory.createAnnotation(java.lang.String name)
Creates an annotation (but not an annotation type).
|
abstract AnnotationT |
TreeFactory.createAnnotation(java.lang.String name,
ListExpressionT arguments)
Creates an annotation (but not an annotation type).
|
abstract AnnotationT |
TreeFactory.textToAnnotation(java.lang.String text)
Attempts to create a type with the given text.
|
Modifier and Type | Method and Description |
---|---|
void |
TreeVisitor.visitAnnotation(AnnotationT tree)
Visits a AnnotationT.
|
Modifier and Type | Field and Description |
---|---|
static AnnotationT[] |
AnnotationT.EMPTY_ARRAY |
Modifier and Type | Method and Description |
---|---|
AnnotationT |
AnnotationExpressionT.getAnnotation() |