Searched refs:getCompilationUnit (Results 1 - 25 of 43) sorted by relevance

12

/openjdk9/langtools/test/tools/javac/processing/
H A DTestMultipleErrors.java28 trees.printMessage(Kind.ERROR, "error3", path.getLeaf(), path.getCompilationUnit());
29 trees.printMessage(Kind.ERROR, "error4", path.getLeaf(), path.getCompilationUnit());
/openjdk9/langtools/test/tools/javac/doctree/positions/
H A DTestPosition.java66 code = testElement.getCompilationUnit().getSourceFile().getCharContent(false).toString();
81 int start = (int) sp.getStartPosition(testElement.getCompilationUnit(), docCommentTree, node);
82 int end = (int) sp.getEndPosition(testElement.getCompilationUnit(), docCommentTree, node);
/openjdk9/langtools/test/tools/javac/api/
H A DT6412669.java85 long start = sp.getStartPosition(p.getCompilationUnit(), p.getLeaf());
86 long end = sp.getEndPosition(p.getCompilationUnit(), p.getLeaf());
/openjdk9/langtools/src/jdk.javadoc/share/classes/com/sun/tools/javadoc/main/
H A DProgramElementDocImpl.java77 lineMap = ((JCCompilationUnit) treePath.getCompilationUnit()).lineMap;
85 this.lineMap = ((JCCompilationUnit) treePath.getCompilationUnit()).lineMap;
H A DDocImpl.java113 JCCompilationUnit topLevel = (JCCompilationUnit) p.getCompilationUnit();
144 && env.shouldCheck(treePath.getCompilationUnit())
/openjdk9/hotspot/test/serviceability/tmtools/jstack/utils/
H A DMethodInfo.java51 public String getCompilationUnit() { method in class:MethodInfo
/openjdk9/langtools/test/tools/javac/processing/model/element/
H A DTestResourceElement.java53 treePath.getCompilationUnit());
H A DTestAnonSourceNames.java51 treePath.getCompilationUnit());
H A DTestResourceVariable.java64 treePath.getCompilationUnit());
/openjdk9/langtools/src/jdk.compiler/share/classes/com/sun/source/util/
H A DTaskEvent.java152 public CompilationUnitTree getCompilationUnit() { method in class:TaskEvent
H A DTreePath.java120 public CompilationUnitTree getCompilationUnit() { method in class:TreePath
/openjdk9/langtools/test/tools/javac/
H A DT6406771.java106 s.scan(p.getLeaf(), p.getCompilationUnit().getLineMap());
/openjdk9/langtools/test/tools/javac/plugin/showtype/
H A DShowTypePlugin.java64 CompilationUnitTree compilationUnit = taskEvent.getCompilationUnit();
/openjdk9/langtools/src/jdk.compiler/share/classes/com/sun/tools/sjavac/comp/dependencies/
H A DPublicApiCollector.java70 collectClassSymbols((JCCompilationUnit) e.getCompilationUnit());
/openjdk9/langtools/test/tools/javac/api/8007344/
H A DTest.java153 checker.scan(new TreePath(e.getCompilationUnit()), null);
184 checkEndPos(getCurrentPath().getCompilationUnit(), tree);
/openjdk9/langtools/test/tools/javac/processing/model/
H A DLocalInAnonymous.java102 new OwnerCheck(Trees.instance(task2), pack).scan(te.getCompilationUnit(), null);
147 new OwnerCheck(trees, pack).scan(tp.getCompilationUnit(), null);
/openjdk9/hotspot/test/serviceability/tmtools/jstack/
H A DWaitNotifyThreadTest.java134 if (mi.getName().startsWith(OBJECT_WAIT) && mi.getCompilationUnit() == null /*native method*/) {
/openjdk9/langtools/test/jdk/javadoc/tool/T4994049/
H A DT4994049.java67 CompilationUnitTree cu = path.getCompilationUnit();
/openjdk9/langtools/test/tools/javac/doctree/
H A DReferenceTest.java183 trees.printMessage(Kind.ERROR, msg, tree, dc, path.getCompilationUnit());
/openjdk9/langtools/src/jdk.compiler/share/classes/com/sun/tools/sjavac/comp/
H A DPathAndPackageVerifier.java58 CompilationUnitTree cu = e.getCompilationUnit();
/openjdk9/langtools/make/tools/crules/
H A DCodingRulesAnalyzerPlugin.java116 log.useSource(taskEvent.getCompilationUnit().getSourceFile());
/openjdk9/langtools/src/jdk.javadoc/share/classes/jdk/javadoc/internal/tool/
H A DMessager.java190 CompilationUnitTree cu = path.getTreePath().getCompilationUnit();
206 CompilationUnitTree cu = path.getCompilationUnit();
/openjdk9/langtools/src/jdk.compiler/share/classes/com/sun/tools/doclint/
H A DMessages.java120 env.currDocComment, env.currPath.getCompilationUnit());
129 env.trees.printMessage(dkind, msg, tree, env.currPath.getCompilationUnit());
/openjdk9/langtools/test/tools/javac/6402516/
H A DChecker.java143 CompilationUnitTree unit = path.getCompilationUnit();
/openjdk9/langtools/test/tools/javac/T8010737/
H A DParameterNamesAreNotCopiedToAnonymousInitTest.java199 CompilationUnitTree compUnitTree = e.getCompilationUnit();

Completed in 239 milliseconds

12