Searched defs:AField (Results 1 - 2 of 2) sorted by relevance

/external/annotation-tools/scene-lib/src/annotations/el/
H A DAField.java11 public class AField extends ADeclaration { class in inherits:ADeclaration
12 static <K extends Object> VivifyingMap<K, AField>
14 return new VivifyingMap<K, AField>(
15 new LinkedHashMap<K, AField>()) {
17 public AField createValueFor(K k) {
18 return new AField("" + k);
22 public boolean subPrune(AField v) {
31 AField(String fieldName) { method in class:AField
36 AField(AField fiel method in class:AField
[all...]
/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ...

Completed in 172 milliseconds