- 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.
- Text(String) - Method in class org.netbeans.api.java.source.TreeMaker
-
Creates the DocTree's TextTree.
- Throw(ExpressionTree) - Method in class org.netbeans.api.java.source.TreeMaker
-
Creates a new ThrowTree.
- Throws(ReferenceTree, List<? extends DocTree>) - Method in class org.netbeans.api.java.source.TreeMaker
-
Creates the DocTree's ThrowsTree that will produce @throws.
- 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
-
- toScopeWithDisabledAccessibilityChecks(Scope) - Method in class org.netbeans.api.java.source.TreeUtilities
-
Creates
Scope
capable to access all private methods and fields when
parsing and evaluating expressions.
- toString() - Method in class org.netbeans.api.java.source.ClasspathInfo
-
- toString() - Method in class org.netbeans.api.java.source.CodeStyle.ImportGroups
-
- toString() - Method in class org.netbeans.api.java.source.CodeStyle.MemberGroups
-
Pretty-prints the group info
- toString() - Method in class org.netbeans.api.java.source.Comment
-
- toString() - Method in class org.netbeans.api.java.source.DocTreePathHandle
-
- 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
.
- translate(DocTree, Map<? extends DocTree, ? extends DocTree>) - 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.
- TypeAnnotation(Tree, List<? extends ExpressionTree>) - Method in class org.netbeans.api.java.source.TreeMaker
-
Creates a new type AnnotationTree.
- 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.
- 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
-