- tag(Tree, Object) - Method in class org.netbeans.api.java.source.WorkingCopy
-
Tags a tree.
- Task<P> - Interface in org.netbeans.api.java.source
-
Runnable which takes parameter of a given type.
- Throw(ExpressionTree) - Method in class org.netbeans.api.java.source.TreeMaker
-
Creates a new ThrowTree.
- THROWS - Static variable in class org.netbeans.api.java.source.UiUtils.PrintPart
-
Deprecated.
- tokensFor(Tree) - Method in class org.netbeans.api.java.source.TreeUtilities
-
Returns tokens for a given tree.
- tokensFor(Tree, SourcePositions) - Method in class org.netbeans.api.java.source.TreeUtilities
-
Returns tokens for a given tree.
- toPhase(JavaSource.Phase) - Method in class org.netbeans.api.java.source.CompilationController
-
Moves the state to required phase.
- toPhase(JavaSource.Phase) - Method in class org.netbeans.api.java.source.WorkingCopy
-
- toString() - Method in class org.netbeans.api.java.source.ClasspathInfo
-
- toString() - Method in class org.netbeans.api.java.source.Comment
-
- toString() - Method in class org.netbeans.api.java.source.ElementHandle
-
- toString() - Method in class org.netbeans.api.java.source.ModificationResult.Difference
-
- toString() - Method in class org.netbeans.api.java.source.RootsEvent
-
- toString() - Method in class org.netbeans.api.java.source.TreePathHandle
-
- toString() - Method in class org.netbeans.api.java.source.TypesEvent
-
- translate(Tree, Map<? extends Tree, ? extends Tree>) - Method in class org.netbeans.api.java.source.TreeUtilities
-
Returns new tree based on original
, such that each visited subtree
that occurs as a key in original2Translated
is replaced by the corresponding
value from original2Translated
.
- TreeMaker - Class in org.netbeans.api.java.source
-
Factory interface for creating new com.sun.source.tree instances.
- TreePathHandle - Class in org.netbeans.api.java.source
-
Represents a handle for
TreePath
which can be kept and later resolved
by another javac.
- TreeUtilities - Class in org.netbeans.api.java.source
-
- Try(BlockTree, List<? extends CatchTree>, BlockTree) - Method in class org.netbeans.api.java.source.TreeMaker
-
Creates a new TryTree.
- Try(List<? extends Tree>, BlockTree, List<? extends CatchTree>, BlockTree) - Method in class org.netbeans.api.java.source.TreeMaker
-
Creates a new TryTree.
- Type(TypeMirror) - Method in class org.netbeans.api.java.source.TreeMaker
-
Creates a new Tree for a given TypeMirror.
- Type(String) - Method in class org.netbeans.api.java.source.TreeMaker
-
Creates a new Tree for a given String type specification.
- TYPE - Static variable in class org.netbeans.api.java.source.UiUtils.PrintPart
-
Deprecated.
- TypeCast(Tree, ExpressionTree) - Method in class org.netbeans.api.java.source.TreeMaker
-
Creates a new TypeCastTree.
- TypeMirrorHandle<T extends TypeMirror> - Class in org.netbeans.api.java.source
-
Represents a handle for
TypeMirror
which can be kept and later resolved
by another javac.
- TypeParameter(CharSequence, List<? extends ExpressionTree>) - Method in class org.netbeans.api.java.source.TreeMaker
-
Creates a new TypeParameterTree.
- TYPEPARAMETERS - Static variable in class org.netbeans.api.java.source.UiUtils.PrintPart
-
Deprecated.
- typesAdded(TypesEvent) - Method in interface org.netbeans.api.java.source.ClassIndexListener
-
Called when the new declared types are added
into the
ClassIndex
- typesChanged(TypesEvent) - Method in interface org.netbeans.api.java.source.ClassIndexListener
-
Called when some declared types are changed.
- TypesEvent - Class in org.netbeans.api.java.source
-
- typesRemoved(TypesEvent) - Method in interface org.netbeans.api.java.source.ClassIndexListener
-
Called when declared types are removed
from the
ClassIndex
- TypeUtilities - Class in org.netbeans.api.java.source
-
- TypeUtilities.TypeNameOptions - Enum in org.netbeans.api.java.source
-