Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


Uses of Interface
oracle.javatools.parser.java.v2.model.SourceAnnotation

Packages that use SourceAnnotation
oracle.javatools.parser.java.v2 The parser API. 
oracle.javatools.parser.java.v2.common Classes common to model implementations. 
oracle.javatools.parser.java.v2.model The parser model API. 
oracle.javatools.parser.java.v2.model.expression The parser model API for expressions. 
oracle.javatools.parser.java.v2.util Various utilities for use with the parser. 

 

Uses of SourceAnnotation in oracle.javatools.parser.java.v2

 

Methods in oracle.javatools.parser.java.v2 that return SourceAnnotation
 SourceAnnotation SourceFactory.createAnnotation(java.lang.String name)
          Creates an annotation (but not an annotation type).
abstract  SourceAnnotation SourceFactory.createAnnotation(java.lang.String name, SourceListExpression arguments)
          Creates an annotation (but not an annotation type).
abstract  SourceAnnotation SourceFactory.createAnnotationFromText(java.lang.String text)
          Attempts to create an annotation with the given text.

 

Methods in oracle.javatools.parser.java.v2 with parameters of type SourceAnnotation
abstract  SourceAnnotationExpression SourceFactory.createAnnotationExpression(SourceAnnotation a)
          Creates an argument list with one argument.

 

Uses of SourceAnnotation in oracle.javatools.parser.java.v2.common

 

Methods in oracle.javatools.parser.java.v2.common that return SourceAnnotation
static SourceAnnotation CommonUtilities.getSourceElement(JavaAnnotation target, SourceHasModifiers searchSpace)
           

 

Uses of SourceAnnotation in oracle.javatools.parser.java.v2.model

 

Fields in oracle.javatools.parser.java.v2.model declared as SourceAnnotation
static SourceAnnotation[] SourceAnnotation.EMPTY_ARRAY
           

 

Methods in oracle.javatools.parser.java.v2.model that return types with arguments of type SourceAnnotation
 java.util.List<SourceAnnotation> SourceHasModifiers.getSourceAnnotations()
          Gets the list of annotations.

 

Uses of SourceAnnotation in oracle.javatools.parser.java.v2.model.expression

 

Methods in oracle.javatools.parser.java.v2.model.expression that return SourceAnnotation
 SourceAnnotation SourceAnnotationExpression.getSourceAnnotation()
           

 

Uses of SourceAnnotation in oracle.javatools.parser.java.v2.util

 

Methods in oracle.javatools.parser.java.v2.util with parameters of type SourceAnnotation
 void Usages.useTypeInAnnotation(SourceAnnotation s, JavaType type)
          Usage of a type in an annotation.
 void SourceVisitor.whenEnterAnnotation(SourceAnnotation sourceAnnotation)
           
 void SourceVisitor.whenExitAnnotation(SourceAnnotation sourceAnnotation)
           

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


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