- tagName - Variable in enum com.sun.source.doctree.DocTree.Kind
-
The name of the tag, if any, associated with this kind of node.
- TaskEvent - Class in com.sun.source.util
-
Provides details about work that has been done by the JDK Java Compiler, javac.
- TaskEvent(TaskEvent.Kind) - Constructor for class com.sun.source.util.TaskEvent
-
Creates a task event for a given kind.
- TaskEvent(TaskEvent.Kind, CompilationUnitTree) - Constructor for class com.sun.source.util.TaskEvent
-
Creates a task event for a given kind and compilation unit.
- TaskEvent(TaskEvent.Kind, CompilationUnitTree, TypeElement) - Constructor for class com.sun.source.util.TaskEvent
-
Creates a task event for a given kind, compilation unit
and type element.
- TaskEvent(TaskEvent.Kind, JavaFileObject) - Constructor for class com.sun.source.util.TaskEvent
-
Creates a task event for a given kind and source file.
- TaskEvent.Kind - Enum in com.sun.source.util
-
Kind of task event.
- TaskListener - Interface in com.sun.source.util
-
Provides a listener to monitor the activity of the JDK Java Compiler, javac.
- TEXT - com.sun.source.doctree.DocTree.Kind
-
Used for instances of
TextTree
representing some documentation text.
- TextTree - Interface in com.sun.source.doctree
-
A tree node for plain text.
- THROW - com.sun.source.tree.Tree.Kind
-
- THROWS - com.sun.source.doctree.DocTree.Kind
-
Used for instances of
ThrowsTree
representing an @throws tag.
- ThrowsTree - Interface in com.sun.source.doctree
-
A tree node for an @exception or @throws block tag.
- ThrowTree - Interface in com.sun.source.tree
-
A tree node for a throw
statement.
- toString() - Method in class com.sun.source.util.TaskEvent
-
- Tree - Interface in com.sun.source.tree
-
Common interface for all nodes in an abstract syntax tree.
- Tree.Kind - Enum in com.sun.source.tree
-
Enumerates all kinds of trees.
- TreePath - Class in com.sun.source.util
-
A path of tree nodes, typically used to represent the sequence of ancestor
nodes of a tree node up to the top level CompilationUnitTree node.
- TreePath(CompilationUnitTree) - Constructor for class com.sun.source.util.TreePath
-
Creates a TreePath for a root node.
- TreePath(TreePath, Tree) - Constructor for class com.sun.source.util.TreePath
-
Creates a TreePath for a child node.
- TreePathScanner<R,P> - Class in com.sun.source.util
-
A TreeVisitor that visits all the child tree nodes, and provides
support for maintaining a path for the parent nodes.
- TreePathScanner() - Constructor for class com.sun.source.util.TreePathScanner
-
- Trees - Class in com.sun.source.util
-
Bridges JSR 199, JSR 269, and the Tree API.
- Trees() - Constructor for class com.sun.source.util.Trees
-
- TreeScanner<R,P> - Class in com.sun.source.util
-
A TreeVisitor that visits all the child tree nodes.
- TreeScanner() - Constructor for class com.sun.source.util.TreeScanner
-
- TreeVisitor<R,P> - Interface in com.sun.source.tree
-
A visitor of trees, in the style of the visitor design pattern.
- TRY - com.sun.source.tree.Tree.Kind
-
- TryTree - Interface in com.sun.source.tree
-
A tree node for a try
statement.
- TYPE_ANNOTATION - com.sun.source.tree.Tree.Kind
-
- TYPE_CAST - com.sun.source.tree.Tree.Kind
-
- TYPE_PARAMETER - com.sun.source.tree.Tree.Kind
-
- TypeCastTree - Interface in com.sun.source.tree
-
A tree node for a type cast expression.
- TypeParameterTree - Interface in com.sun.source.tree
-
A tree node for a type parameter.