|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-04 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AnnotationT | |
|---|---|
| javax.ide.model.java.source | Various interfaces for use with Tree objects. |
| javax.ide.model.java.source.tree | The Java AST. |
| Uses of AnnotationT in javax.ide.model.java.source |
|---|
| Methods in javax.ide.model.java.source that return AnnotationT | |
|---|---|
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. |
| Methods in javax.ide.model.java.source with parameters of type AnnotationT | |
|---|---|
void |
TreeVisitor.visitAnnotation(AnnotationT tree)
Visits a AnnotationT. |
| Uses of AnnotationT in javax.ide.model.java.source.tree |
|---|
| Fields in javax.ide.model.java.source.tree declared as AnnotationT | |
|---|---|
static AnnotationT[] |
AnnotationT.EMPTY_ARRAY
|
| Methods in javax.ide.model.java.source.tree that return AnnotationT | |
|---|---|
AnnotationT |
AnnotationExpressionT.getAnnotation()
|
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-04 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||