OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AnnotationAFT
(Results
1 - 10
of
10
) sorted by null
/external/annotation-tools/scene-lib/src/annotations/field/
AnnotationFieldType.java
39
return new
AnnotationAFT
(AnnotationDef.fromClass(cAnno, adefs));
64
* {@link
AnnotationAFT
}s, the sub-definitions might directly or
79
} else if (aft1 instanceof
AnnotationAFT
&& aft2 instanceof
AnnotationAFT
) {
81
((
AnnotationAFT
) aft1).annotationDef,
82
((
AnnotationAFT
) aft2).annotationDef);
86
return new
AnnotationAFT
(ud);
AnnotationAFT.java
11
* An {@link
AnnotationAFT
} represents a subannotation as the type of an
14
public final class
AnnotationAFT
extends ScalarAFT {
22
* Constructs a new {@link
AnnotationAFT
} for a subannotation of the
25
public
AnnotationAFT
(AnnotationDef annotationDef) {
38
* The string representation of an {@link
AnnotationAFT
} looks like
40
* logically part of the {@link
AnnotationAFT
}. This is because the
AFTVisitor.java
7
R visitAnnotationAFT(
AnnotationAFT
aft, T arg);
/external/annotation-tools/scene-lib/src/annotations/el/
DefCollector.java
7
import annotations.field.
AnnotationAFT
;
90
if (aft instanceof
AnnotationAFT
) {
91
collect(((
AnnotationAFT
) aft).annotationDef);
/external/annotation-tools/scene-lib/src/annotations/
Annotations.java
4
import annotations.field.
AnnotationAFT
;
174
if (aft instanceof
AnnotationAFT
) {
/external/annotation-tools/scene-lib/test/annotations/tests/executable/
TestSceneLib.java
231
assertEquals(new ArrayAFT(new
AnnotationAFT
(tdc.a)), e.fieldTypes
233
assertEquals(new
AnnotationAFT
(tdc.f), e.fieldTypes.get("second"));
373
ab3.addScalarField("fieldOne", new
AnnotationAFT
(a1.def()), a1);
374
ab3.addScalarField("fieldTwo", new
AnnotationAFT
(a2.def()), a2);
/external/annotation-tools/scene-lib/src/annotations/io/
IndexFileWriter.java
36
import annotations.field.
AnnotationAFT
;
98
if (aft instanceof
AnnotationAFT
) {
IndexFileParser.java
53
import annotations.field.
AnnotationAFT
;
418
} else if (aft instanceof
AnnotationAFT
) {
419
AnnotationAFT
aaft = (
AnnotationAFT
) aft;
605
return new
AnnotationAFT
((AnnotationDef) ad);
[
all
...]
/external/annotation-tools/scene-lib/src/annotations/io/classfile/
ClassAnnotationSceneReader.java
[
all
...]
/external/annotation-tools/annotation-file-utilities/
annotation-file-utilities.jar
Completed in 234 milliseconds