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

/openjdk7/langtools/test/tools/javac/annotations/6550655/
H A DT6550655.java44 JavaCompiler javacTool; field in class:T6550655
53 T6550655(JavaCompiler javacTool, File testDir, TestKind testKind, EnumActionKind actionKind) { argument
54 this.javacTool = javacTool;
69 CompilationTask ct = javacTool.getTask(null, null, dc,
161 JavaCompiler javacTool = ToolProvider.getSystemJavaCompiler();
166 new T6550655(javacTool, testDir, testKind, actionKind).test();
/openjdk7/langtools/test/tools/javac/scope/7046348/
H A DEagerInterfaceCompletionTest.java44 JavaCompiler javacTool; field in class:EagerInterfaceCompletionTest
50 EagerInterfaceCompletionTest(JavaCompiler javacTool, File testDir, argument
52 this.javacTool = javacTool;
82 CompilationTask ct = javacTool.getTask(null, null, dc,
174 JavaCompiler javacTool = ToolProvider.getSystemJavaCompiler();
180 new EagerInterfaceCompletionTest(javacTool, testDir, hierarchyKind, testKind, actionKind).test();

Completed in 30 milliseconds