Searched defs:ASTRecord (Results 1 - 3 of 3) sorted by relevance

/external/annotation-tools/scene-lib/src/annotations/io/
H A DASTRecord.java21 public class ASTRecord implements Comparable<ASTRecord> { class in inherits:Comparable
23 * The AST to which this {@code ASTRecord} pertains.
47 public ASTRecord(CompilationUnitTree ast, String className, method in class:ASTRecord
69 public ASTRecord newArrayLevel(int depth) {
70 return new ASTRecord(ast, className, methodName, varName,
74 public ASTRecord replacePath(ASTPath newPath) {
75 return new ASTRecord(ast, className, methodName, varName, newPath);
80 return o instanceof ASTRecord && equals((ASTRecord)
[all...]
/external/annotation-tools/annotation-file-utilities/src/annotator/find/
H A DInsertions.java27 import annotations.io.ASTRecord;
100 ASTRecord r1 = new ASTRecord(null,
103 ASTRecord r2 = new ASTRecord(null,
318 ASTRecord rec = new ASTRecord(cut, criteria.getClassName(),
343 ASTRecord rec0 = null;
380 ASTRecord rec1;
428 ASTRecord ire
1158 putAll(Map<? extends ASTRecord, ? extends E> m) argument
[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 1113 milliseconds