|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06 |
|||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
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. |
oracle.jdeveloper.java.insight |
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 |
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) |
Uses of SourceAnnotation in oracle.jdeveloper.java.insight |
---|
Methods in oracle.jdeveloper.java.insight that return SourceAnnotation | |
---|---|
SourceAnnotation |
AnnotationElementValueContext.getAnnotation() Get the annotation that contains the element whose possible values are being requested |
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06 |
|||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |