Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

Uses of Interface
javax.ide.model.java.source.tree.AnnotationT

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.7.0)

E13403-08

Copyright © 1997, 2013, Oracle. All rights reserved.