Searched refs:ape (Results 1 - 7 of 7) sorted by relevance

/openjdk7/langtools/test/tools/apt/Options/
H A DOptionChecker.java38 AnnotationProcessorEnvironment ape; field in class:OptionChecker.OptionCheck
39 OptionCheck(AnnotationProcessorEnvironment ape) { argument
40 this.ape = ape;
44 Map<String, String> options = ape.getOptions();
58 AnnotationProcessorEnvironment ape; field in class:OptionChecker.HelloWorld
59 HelloWorld(AnnotationProcessorEnvironment ape) { argument
60 this.ape = ape;
66 pw = ape
104 getProcessorFor(Set<AnnotationTypeDeclaration> atds, AnnotationProcessorEnvironment ape) argument
[all...]
/openjdk7/langtools/test/tools/apt/Misc/
H A DMisc.java39 AnnotationProcessorEnvironment ape; field in class:Misc.MiscCheck
40 MiscCheck(AnnotationProcessorEnvironment ape) { argument
41 this.ape = ape;
45 Collection<Declaration> decls = ape.
47 ape.getTypeDeclaration("Marker"));
81 AnnotationProcessorEnvironment ape) {
82 return new MiscCheck(ape);
80 getProcessorFor(Set<AnnotationTypeDeclaration> atds, AnnotationProcessorEnvironment ape) argument
/openjdk7/langtools/test/tools/apt/Discovery/
H A DPhantomTouch.java38 AnnotationProcessorEnvironment ape; field in class:PhantomTouch.PhantomTouchProc
39 PhantomTouchProc(AnnotationProcessorEnvironment ape) { argument
40 this.ape = ape;
45 if (ape.getSpecifiedTypeDeclarations().size() == 0) {
54 PrintWriter pw = ape.getFiler().createSourceFile("HelloWorld");
H A DTouch.java38 AnnotationProcessorEnvironment ape; field in class:Touch.TouchProc
39 TouchProc(AnnotationProcessorEnvironment ape) { argument
40 this.ape = ape;
46 Collection<TypeDeclaration> tdecls = ape.getSpecifiedTypeDeclarations();
60 Filer filer = ape.getFiler();
H A DDee.java37 DeeProc(AnnotationProcessorEnvironment ape) {} argument
H A DDum.java37 DumProc(AnnotationProcessorEnvironment ape) {} argument
/openjdk7/langtools/test/tools/apt/Basics/
H A DNullAPF.java35 NullAP(AnnotationProcessorEnvironment ape) { argument

Completed in 31 milliseconds