HomeSort by relevance Sort by last modified time
    Searched refs:annotationDef (Results 1 - 6 of 6) sorted by null

  /external/annotation-tools/scene-lib/src/annotations/field/
AnnotationAFT.java 8 import annotations.el.AnnotationDef;
19 public final AnnotationDef annotationDef;
25 public AnnotationAFT(AnnotationDef annotationDef) {
26 this.annotationDef = annotationDef;
46 return "annotation-field " + annotationDef.name;
AnnotationFieldType.java 7 import annotations.el.AnnotationDef;
35 public static AnnotationFieldType fromClass(Class<?> c, Map<String,AnnotationDef> adefs) {
39 return new AnnotationAFT(AnnotationDef.fromClass(cAnno, adefs));
65 * indirectly contain {@link ArrayAFT}s, so {@link AnnotationDef#unify} is
80 AnnotationDef ud = AnnotationDef.unify(
81 ((AnnotationAFT) aft1).annotationDef,
82 ((AnnotationAFT) aft2).annotationDef);
  /external/annotation-tools/scene-lib/src/annotations/el/
DefCollector.java 25 private final Set<AnnotationDef> defs;
36 defs = new LinkedHashSet<AnnotationDef>();
44 private AnnotationDef getDef(String name) {
45 for (AnnotationDef def : defs) {
64 private void addToDefs(AnnotationDef d) throws DefException {
70 AnnotationDef oldD = getDef(d.name);
74 AnnotationDef ud = AnnotationDef.unify(oldD, d);
83 private void collect(AnnotationDef d) throws DefException {
91 collect(((AnnotationAFT) aft).annotationDef);
    [all...]
  /prebuilts/tools/common/m2/repository/org/codehaus/gmaven/runtime/gmaven-runtime-support/1.5/
gmaven-runtime-support-1.5.jar 
  /external/annotation-tools/annotation-file-utilities/
annotation-file-utilities.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 1599 milliseconds