Searched refs:getCurrentPath (Results 1 - 25 of 40) sorted by relevance

12

/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/source/util/
H A DDocTreePathScanner.java82 public DocTreePath getCurrentPath() { method in class:DocTreePathScanner
H A DTreePathScanner.java93 public TreePath getCurrentPath() { method in class:TreePathScanner
H A DTreePath.java74 throw new Result(new TreePath(getCurrentPath(), target));
H A DDocTreePath.java76 throw new Result(new DocTreePath(getCurrentPath(), target));
/openjdk10/langtools/test/tools/javac/processing/model/trees/
H A DOnDemandAttribution.java70 Element el = trees.getElement(getCurrentPath());
79 Element el = trees.getElement(getCurrentPath());
88 if (trees.getElement(getCurrentPath()) == null)
94 if (trees.getElement(getCurrentPath()) == null)
/openjdk10/langtools/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/util/
H A DJavaScriptScanner.java56 f.accept(getCurrentPath());
87 f.accept(getCurrentPath());
101 f.accept(getCurrentPath());
/openjdk10/langtools/test/tools/javac/processing/rounds/
H A DTypesCachesCleared.java59 trees.getElement(getCurrentPath());
81 Element el = trees.getElement(getCurrentPath());
90 Element el = trees.getElement(getCurrentPath());
/openjdk10/langtools/test/tools/javac/
H A DT6855236.java76 for (Tree t : getCurrentPath()) {
79 System.out.println("parent path: " + getCurrentPath().getParentPath());
H A DT6993301.java82 Element el = Trees.instance(ct).getElement(getCurrentPath());
/openjdk10/langtools/test/tools/javac/annotations/neg/8022765/
H A DVerifyAnnotationsAttributed.java71 Element el = trees.getElement(getCurrentPath());
74 throw new IllegalStateException("Not attributed properly: " + getCurrentPath().getParentPath().getLeaf());
H A DVerifyErroneousAnnotationsAttributed.java263 Element el = trees.getElement(getCurrentPath());
268 getCurrentPath().getParentPath().getLeaf());
/openjdk10/langtools/test/tools/javac/api/
H A DTestDocComments.java105 int n = (getCurrentPath().getParentPath().getLeaf().getKind() == Tree.Kind.CLASS)
123 TreePath p = getCurrentPath();
H A DTestGetScope.java100 trees.getScope(getCurrentPath());
H A DTestGetElementReference.java109 result[0] = new TreePath(getCurrentPath(), node);
/openjdk10/langtools/test/tools/javac/tree/
H A DScopeTest.java104 TypeMirror xType = trees.getTypeMirror(new TreePath(getCurrentPath(), node.getExpression()));
105 Scope scope = trees.getScope(getCurrentPath());
H A DMakeTypeTest.java90 handleDecl(new TreePath(getCurrentPath(), node.getType()));
97 handleDecl(new TreePath(getCurrentPath(), node.getReturnType()));
103 TypeVariable type = (TypeVariable) trees.getTypeMirror(getCurrentPath());
104 TreePath aBoundPath = new TreePath(getCurrentPath(), node.getBounds().get(0));
/openjdk10/langtools/test/tools/javac/processing/model/
H A DLocalInAnonymous.java168 Element currentElement = trees.getElement(getCurrentPath());
183 Element currentElement = trees.getElement(getCurrentPath());
196 Element currentElement = trees.getElement(getCurrentPath());
214 if (getCurrentPath().getParentPath().getLeaf().getKind() != Tree.Kind.CLASS) {
/openjdk10/langtools/test/tools/javac/api/6471599/
H A DMain.java73 TreePath path = TreePath.getPath(getCurrentPath(), node.getExpression());
/openjdk10/langtools/test/tools/javac/processing/model/util/elements/doccomments/
H A DTestDocComments.java288 check(trees.getElement(getCurrentPath()));
293 check(trees.getElement(getCurrentPath()));
298 check(trees.getElement(getCurrentPath()));
/openjdk10/langtools/test/tools/javac/diags/
H A DDocCommentProcessor.java94 DocCommentTree dc = trees.getDocCommentTree(getCurrentPath());
/openjdk10/langtools/test/tools/javac/doctree/positions/
H A DTestPosition.java73 final DocCommentTree docCommentTree = trees.getDocCommentTree(getCurrentPath());
/openjdk10/langtools/test/tools/javac/plugin/showtype/
H A DShowTypePlugin.java100 TypeMirror type = trees.getTypeMirror(getCurrentPath());
/openjdk10/langtools/test/tools/javac/api/8007344/
H A DTest.java184 checkEndPos(getCurrentPath().getCompilationUnit(), tree);
209 DocCommentTree dc = trees.getDocCommentTree(getCurrentPath());
/openjdk10/langtools/test/tools/javac/doctree/
H A DDocTreePathScannerTest.java128 TreePath path = getCurrentPath();
142 for (DocTree current : getCurrentPath()) {
/openjdk10/langtools/test/tools/javac/importscope/dependencies/
H A DDependenciesTest.java222 TypeElement te = (TypeElement) trees.getElement(getCurrentPath());
287 CompilationUnitTree topLevel = getCurrentPath().getCompilationUnit();
288 Tree node = getCurrentPath().getLeaf();

Completed in 272 milliseconds

12