Searched refs:treePath (Results 1 - 24 of 24) sorted by relevance

/openjdk10/langtools/src/jdk.javadoc/share/classes/com/sun/tools/javadoc/main/
H A DMemberDocImpl.java60 public MemberDocImpl(DocEnv env, Symbol sym, TreePath treePath) { argument
61 super(env, sym, treePath);
H A DProgramElementDocImpl.java72 protected ProgramElementDocImpl(DocEnv env, Symbol sym, TreePath treePath) { argument
73 super(env, treePath);
75 if (treePath != null) {
76 tree = (JCTree) treePath.getLeaf();
77 lineMap = ((JCCompilationUnit) treePath.getCompilationUnit()).lineMap;
82 void setTreePath(TreePath treePath) { argument
83 super.setTreePath(treePath);
84 this.tree = (JCTree) treePath.getLeaf();
85 this.lineMap = ((JCCompilationUnit) treePath.getCompilationUnit()).lineMap;
H A DAnnotationTypeElementDocImpl.java53 public AnnotationTypeElementDocImpl(DocEnv env, MethodSymbol sym, TreePath treePath) { argument
54 super(env, sym, treePath);
H A DDocImpl.java71 protected TreePath treePath; field in class:DocImpl
101 DocImpl(DocEnv env, TreePath treePath) { argument
102 this.treePath = treePath;
103 this.documentation = getCommentText(treePath);
141 && treePath != null
142 && env.shouldCheck(treePath.getCompilationUnit())
143 && d.equals(getCommentText(treePath))) {
144 env.doclint.scan(treePath);
252 treePath
260 setTreePath(TreePath treePath) argument
[all...]
H A DConstructorDocImpl.java61 public ConstructorDocImpl(DocEnv env, MethodSymbol sym, TreePath treePath) { argument
62 super(env, sym, treePath);
H A DAnnotationTypeDocImpl.java59 public AnnotationTypeDocImpl(DocEnv env, ClassSymbol sym, TreePath treePath) { argument
60 super(env, sym, treePath);
H A DDocEnv.java580 void makePackageDoc(PackageSymbol pack, TreePath treePath) { argument
583 if (treePath != null) result.setTreePath(treePath);
585 result = new PackageDocImpl(this, pack, treePath);
610 protected void makeClassDoc(ClassSymbol clazz, TreePath treePath) { argument
613 if (treePath != null) result.setTreePath(treePath);
616 if (isAnnotationType((JCClassDecl) treePath.getLeaf())) { // flags of clazz may not yet be set
617 result = new AnnotationTypeDocImpl(this, clazz, treePath);
619 result = new ClassDocImpl(this, clazz, treePath);
646 makeFieldDoc(VarSymbol var, TreePath treePath) argument
661 makeMethodDoc(MethodSymbol meth, TreePath treePath) argument
688 makeConstructorDoc(MethodSymbol meth, TreePath treePath) argument
715 makeAnnotationTypeElementDoc(MethodSymbol meth, TreePath treePath) argument
[all...]
H A DJavadocMemberEnter.java75 TreePath treePath = docenv.getTreePath(env.toplevel, env.enclClass, tree);
77 docenv.makeConstructorDoc(meth, treePath);
79 docenv.makeAnnotationTypeElementDoc(meth, treePath);
81 docenv.makeMethodDoc(meth, treePath);
H A DPackageDocImpl.java88 public PackageDocImpl(DocEnv env, PackageSymbol sym, TreePath treePath) { argument
89 super(env, treePath);
91 this.tree = (treePath == null) ? null : (JCCompilationUnit) treePath.getCompilationUnit();
99 public void setTreePath(TreePath treePath) { argument
100 super.setTreePath(treePath);
H A DMethodDocImpl.java64 public MethodDocImpl(DocEnv env, MethodSymbol sym, TreePath treePath) { argument
65 super(env, sym, treePath);
H A DExecutableMemberDocImpl.java63 public ExecutableMemberDocImpl(DocEnv env, MethodSymbol sym, TreePath treePath) { argument
64 super(env, sym, treePath);
H A DFieldDocImpl.java62 public FieldDocImpl(DocEnv env, VarSymbol sym, TreePath treePath) { argument
63 super(env, sym, treePath);
H A DClassDocImpl.java109 public ClassDocImpl(DocEnv env, ClassSymbol sym, TreePath treePath) { argument
110 super(env, sym, treePath);
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/source/util/
H A DDocTreePath.java44 * @param treePath the path for the node with which the doc comment is associated
49 public static DocTreePath getPath(TreePath treePath, DocCommentTree doc, DocTree target) { argument
50 return getPath(new DocTreePath(treePath, doc), target);
97 * @param treePath the TreePath from which the root node was created.
100 public DocTreePath(TreePath treePath, DocCommentTree t) { argument
101 this.treePath = treePath;
116 treePath = p.treePath;
128 return treePath;
179 private final TreePath treePath; field in class:DocTreePath
[all...]
/openjdk10/langtools/test/tools/javac/processing/model/element/
H A DTestResourceElement.java49 TreePath treePath = trees.getPath(rootElement);
53 treePath.getCompilationUnit());
H A DTestAnonSourceNames.java47 TreePath treePath = trees.getPath(rootElement);
51 treePath.getCompilationUnit());
H A DTestResourceVariable.java60 TreePath treePath = trees.getPath(rootElement);
64 treePath.getCompilationUnit());
/openjdk10/jdk/test/sanity/client/lib/jemmy/src/org/netbeans/jemmy/operators/
H A DJTreeOperator.java1738 public void addSelectionPath(final TreePath treePath) { argument
1742 ((JTree) getSource()).addSelectionPath(treePath);
1750 public void addSelectionPaths(final TreePath[] treePath) { argument
1754 ((JTree) getSource()).addSelectionPaths(treePath);
1849 public void collapsePath(final TreePath treePath) { argument
1853 ((JTree) getSource()).collapsePath(treePath);
1887 public void expandPath(final TreePath treePath) { argument
1891 ((JTree) getSource()).expandPath(treePath);
1911 public void fireTreeCollapsed(final TreePath treePath) { argument
1915 ((JTree) getSource()).fireTreeCollapsed(treePath);
1923 fireTreeExpanded(final TreePath treePath) argument
1935 fireTreeWillCollapse(final TreePath treePath) argument
1947 fireTreeWillExpand(final TreePath treePath) argument
2019 getExpandedDescendants(final TreePath treePath) argument
2115 getPathBounds(final TreePath treePath) argument
2199 getRowForPath(final TreePath treePath) argument
2381 hasBeenExpanded(final TreePath treePath) argument
2405 isCollapsed(final TreePath treePath) argument
2453 isExpanded(final TreePath treePath) argument
2489 isPathEditable(final TreePath treePath) argument
2501 isPathSelected(final TreePath treePath) argument
2549 isVisible(final TreePath treePath) argument
2561 makeVisible(final TreePath treePath) argument
2585 removeSelectionPath(final TreePath treePath) argument
2597 removeSelectionPaths(final TreePath[] treePath) argument
2675 scrollPathToVisible(final TreePath treePath) argument
2831 setSelectionPath(final TreePath treePath) argument
2843 setSelectionPaths(final TreePath[] treePath) argument
2915 startEditingAtPath(final TreePath treePath) argument
[all...]
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/ui/treetable/
H A DTreeTableModelAdapter.java108 TreePath treePath = tree.getPathForRow(row);
109 return treePath.getLastPathComponent();
/openjdk10/langtools/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/
H A DCommentUtils.java198 DocTreePath treePath = trees.getDocTreePath(fo, pe);
199 return new DocCommentDuo(treePath.getTreePath(), dcTree);
230 public final TreePath treePath; field in class:CommentUtils.DocCommentDuo
233 public DocCommentDuo(TreePath treePath, DocCommentTree dcTree) { argument
234 this.treePath = treePath;
/openjdk10/langtools/src/jdk.javadoc/share/classes/jdk/javadoc/internal/tool/
H A DJavadocMemberEnter.java74 TreePath treePath = toolEnv.getTreePath(env.toplevel, env.enclClass, tree);
79 toolEnv.setElementToTreePath(meth, treePath);
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/tools/internal/jxc/model/nav/
H A DApNavigator.java442 private Location getLocation(final String name, final TreePath treePath) { argument
445 if (treePath == null)
450 CompilationUnitTree compilationUnit = treePath.getCompilationUnit();
452 long startPosition = trees.getSourcePositions().getStartPosition(compilationUnit, treePath.getLeaf());
/openjdk10/langtools/test/tools/javac/doctree/dcapi/
H A DDocCommentTreeApiTester.java260 DocTreePath treePath = trees.getDocTreePath(htmlFo, pkg);
261 DocCommentTree dcTree = treePath.getDocComment();
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/api/
H A DJavacTrees.java1048 TreePath treePath = makeTreePath((PackageSymbol)packageElement, jfo, docCommentTree);
1049 return new DocTreePath(treePath, docCommentTree);

Completed in 213 milliseconds