- scan(Tree, P) - Method in class org.netbeans.api.java.source.support.CancellableTreePathScanner
-
- scan(Iterable<? extends Tree>, P) - Method in class org.netbeans.api.java.source.support.CancellableTreePathScanner
-
- scan(Tree, P) - Method in class org.netbeans.api.java.source.support.CancellableTreeScanner
-
- scan(Iterable<? extends Tree>, P) - Method in class org.netbeans.api.java.source.support.CancellableTreeScanner
-
- ScanUtils - Class in org.netbeans.api.java.source
-
Utility methods, which help JavaSource processing tasks to coordinate with the indexing/scanning process.
- scopeFor(int) - Method in class org.netbeans.api.java.source.TreeUtilities
-
Computes
Scope
for the given position.
- See(List<? extends DocTree>) - Method in class org.netbeans.api.java.source.TreeMaker
-
Creates the DocTree's SeeTree.
- separateImportGroups() - Method in class org.netbeans.api.java.source.CodeStyle
-
Returns whether to separate the import groups with blank lines.
- Serial(List<? extends DocTree>) - Method in class org.netbeans.api.java.source.TreeMaker
-
Creates the DocTree's SerialTree.
- SerialData(List<? extends DocTree>) - Method in class org.netbeans.api.java.source.TreeMaker
-
Creates the DocTree's SerialDataTree.
- SerialField(IdentifierTree, ReferenceTree, List<? extends DocTree>) - Method in class org.netbeans.api.java.source.TreeMaker
-
Creates the DocTree's SerialFieldTree.
- setCancel(AtomicBoolean) - Method in class org.netbeans.api.java.source.matching.Matcher
-
Make the matching cancelable by setting
true
to the given
AtomicBoolean
.
- setClassPath(ClassPath) - Method in class org.netbeans.api.java.source.ClasspathInfo.Builder
-
- setCommitToGuards(boolean) - Method in class org.netbeans.api.java.source.ModificationResult.Difference
-
Sets flag if it is possible to write to guarded sections.
- setExtends(ClassTree, ExpressionTree) - Method in class org.netbeans.api.java.source.TreeMaker
-
Replaces extends clause in class declaration.
- setInitialValue(N, ExpressionTree) - Method in class org.netbeans.api.java.source.TreeMaker
-
Replaces initializer in appropriate element.
- setKeepSyntheticTrees() - Method in class org.netbeans.api.java.source.matching.Matcher
-
When set, trees (like implicit receivers) that are not in the source code,
but have variable in the pattern, will get a synthetic entry in variables.
- setLabel(N, CharSequence) - Method in class org.netbeans.api.java.source.TreeMaker
-
Replaces the original node's label with new one provided in
aLabel argument.
- setLambdaBody(LambdaExpressionTree, Tree) - Method in class org.netbeans.api.java.source.TreeMaker
-
Creates a new lambda expression as a copy of the given lambda expression
with the specified body.
- setModuleBootPath(ClassPath) - Method in class org.netbeans.api.java.source.ClasspathInfo.Builder
-
- setModuleClassPath(ClassPath) - Method in class org.netbeans.api.java.source.ClasspathInfo.Builder
-
- setModuleCompilePath(ClassPath) - Method in class org.netbeans.api.java.source.ClasspathInfo.Builder
-
- setModuleSourcePath(ClassPath) - Method in class org.netbeans.api.java.source.ClasspathInfo.Builder
-
- setPresetVariable(Map<String, TreePath>, Map<String, Collection<? extends TreePath>>, Map<String, String>) - Method in class org.netbeans.api.java.source.matching.Matcher
-
- setSearchRoot(TreePath) - Method in class org.netbeans.api.java.source.matching.Matcher
-
Search for the occurrences only under the given tree.
- setSourcePath(ClassPath) - Method in class org.netbeans.api.java.source.ClasspathInfo.Builder
-
- setTreeTopSearch() - Method in class org.netbeans.api.java.source.matching.Matcher
-
The matcher should perform the tree-top search: the occurrence of the pattern must correspond directly
to the search root.
- setUntypedMatching() - Method in class org.netbeans.api.java.source.matching.Matcher
-
The matching should ignore type attributes on the trees.
- signalIncompleteData(CompilationInfo, ElementHandle) - Static method in class org.netbeans.api.java.source.ScanUtils
-
Aborts the user task and calls it again when parsing finishes, if a typename is not available.
- signatureEquals(ElementHandle<? extends Element>) - Method in class org.netbeans.api.java.source.ElementHandle
-
Tests if the handle has the same signature as the parameter.
- signatureEquals(T) - Method in class org.netbeans.api.java.source.ElementHandle
-
Tests if the handle has this same signature as the parameter.
- Since(List<? extends DocTree>) - Method in class org.netbeans.api.java.source.TreeMaker
-
Creates the DocTree's SinceTree.
- sortMembersInGroupsAlphabetically() - Method in class org.netbeans.api.java.source.CodeStyle
-
- SourceUtils - Class in org.netbeans.api.java.source
-
- spaceAfterColon() - Method in class org.netbeans.api.java.source.CodeStyle
-
- spaceAfterComma() - Method in class org.netbeans.api.java.source.CodeStyle
-
- spaceAfterSemi() - Method in class org.netbeans.api.java.source.CodeStyle
-
- spaceAfterTypeCast() - Method in class org.netbeans.api.java.source.CodeStyle
-
- spaceAroundAnnotationValueAssignOps() - Method in class org.netbeans.api.java.source.CodeStyle
-
- spaceAroundAssignOps() - Method in class org.netbeans.api.java.source.CodeStyle
-
- spaceAroundBinaryOps() - Method in class org.netbeans.api.java.source.CodeStyle
-
- spaceAroundLambdaArrow() - Method in class org.netbeans.api.java.source.CodeStyle
-
- spaceAroundMethodReferenceDoubleColon() - Method in class org.netbeans.api.java.source.CodeStyle
-
- spaceAroundTernaryOps() - Method in class org.netbeans.api.java.source.CodeStyle
-
- spaceAroundUnaryOps() - Method in class org.netbeans.api.java.source.CodeStyle
-
- spaceBeforeAnnotationParen() - Method in class org.netbeans.api.java.source.CodeStyle
-
- spaceBeforeArrayInitLeftBrace() - Method in class org.netbeans.api.java.source.CodeStyle
-
- spaceBeforeCatch() - Method in class org.netbeans.api.java.source.CodeStyle
-
- spaceBeforeCatchLeftBrace() - Method in class org.netbeans.api.java.source.CodeStyle
-
- spaceBeforeCatchParen() - Method in class org.netbeans.api.java.source.CodeStyle
-
- spaceBeforeClassDeclLeftBrace() - Method in class org.netbeans.api.java.source.CodeStyle
-
- spaceBeforeColon() - Method in class org.netbeans.api.java.source.CodeStyle
-
- spaceBeforeComma() - Method in class org.netbeans.api.java.source.CodeStyle
-
- spaceBeforeDoLeftBrace() - Method in class org.netbeans.api.java.source.CodeStyle
-
- spaceBeforeElse() - Method in class org.netbeans.api.java.source.CodeStyle
-
- spaceBeforeElseLeftBrace() - Method in class org.netbeans.api.java.source.CodeStyle
-
- spaceBeforeFinally() - Method in class org.netbeans.api.java.source.CodeStyle
-
- spaceBeforeFinallyLeftBrace() - Method in class org.netbeans.api.java.source.CodeStyle
-
- spaceBeforeForLeftBrace() - Method in class org.netbeans.api.java.source.CodeStyle
-
- spaceBeforeForParen() - Method in class org.netbeans.api.java.source.CodeStyle
-
- spaceBeforeIfLeftBrace() - Method in class org.netbeans.api.java.source.CodeStyle
-
- spaceBeforeIfParen() - Method in class org.netbeans.api.java.source.CodeStyle
-
- spaceBeforeMethodCallParen() - Method in class org.netbeans.api.java.source.CodeStyle
-
- spaceBeforeMethodDeclLeftBrace() - Method in class org.netbeans.api.java.source.CodeStyle
-
- spaceBeforeMethodDeclParen() - Method in class org.netbeans.api.java.source.CodeStyle
-
- spaceBeforeModuleDeclLeftBrace() - Method in class org.netbeans.api.java.source.CodeStyle
-
- spaceBeforeSemi() - Method in class org.netbeans.api.java.source.CodeStyle
-
- spaceBeforeStaticInitLeftBrace() - Method in class org.netbeans.api.java.source.CodeStyle
-
- spaceBeforeSwitchLeftBrace() - Method in class org.netbeans.api.java.source.CodeStyle
-
- spaceBeforeSwitchParen() - Method in class org.netbeans.api.java.source.CodeStyle
-
- spaceBeforeSynchronizedLeftBrace() - Method in class org.netbeans.api.java.source.CodeStyle
-
- spaceBeforeSynchronizedParen() - Method in class org.netbeans.api.java.source.CodeStyle
-
- spaceBeforeTryLeftBrace() - Method in class org.netbeans.api.java.source.CodeStyle
-
- spaceBeforeTryParen() - Method in class org.netbeans.api.java.source.CodeStyle
-
- spaceBeforeWhile() - Method in class org.netbeans.api.java.source.CodeStyle
-
- spaceBeforeWhileLeftBrace() - Method in class org.netbeans.api.java.source.CodeStyle
-
- spaceBeforeWhileParen() - Method in class org.netbeans.api.java.source.CodeStyle
-
- spaceWithinAnnotationParens() - Method in class org.netbeans.api.java.source.CodeStyle
-
- spaceWithinArrayIndexBrackets() - Method in class org.netbeans.api.java.source.CodeStyle
-
- spaceWithinArrayInitBrackets() - Method in class org.netbeans.api.java.source.CodeStyle
-
- spaceWithinBraces() - Method in class org.netbeans.api.java.source.CodeStyle
-
- spaceWithinCatchParens() - Method in class org.netbeans.api.java.source.CodeStyle
-
- spaceWithinForParens() - Method in class org.netbeans.api.java.source.CodeStyle
-
- spaceWithinIfParens() - Method in class org.netbeans.api.java.source.CodeStyle
-
- spaceWithinLambdaParens() - Method in class org.netbeans.api.java.source.CodeStyle
-
- spaceWithinMethodCallParens() - Method in class org.netbeans.api.java.source.CodeStyle
-
- spaceWithinMethodDeclParens() - Method in class org.netbeans.api.java.source.CodeStyle
-
- spaceWithinParens() - Method in class org.netbeans.api.java.source.CodeStyle
-
- spaceWithinSwitchParens() - Method in class org.netbeans.api.java.source.CodeStyle
-
- spaceWithinSynchronizedParens() - Method in class org.netbeans.api.java.source.CodeStyle
-
- spaceWithinTryParens() - Method in class org.netbeans.api.java.source.CodeStyle
-
- spaceWithinTypeCastParens() - Method in class org.netbeans.api.java.source.CodeStyle
-
- spaceWithinWhileParens() - Method in class org.netbeans.api.java.source.CodeStyle
-
- specialElseIf() - Method in class org.netbeans.api.java.source.CodeStyle
-
- StartElement(CharSequence, List<? extends DocTree>, boolean) - Method in class org.netbeans.api.java.source.TreeMaker
-
Creates the DocTree's HTML StartElementTree.
- style() - Method in class org.netbeans.api.java.source.Comment
-
- substitute(TypeMirror, List<? extends TypeMirror>, List<? extends TypeMirror>) - Method in class org.netbeans.api.java.source.TypeUtilities
-
Substitute all occurrences of a type in 'from' with the corresponding type
in 'to' in 'type'.
- Switch(ExpressionTree, List<? extends CaseTree>) - Method in class org.netbeans.api.java.source.TreeMaker
-
Creates a new SwitchTree.
- SwitchExpression(ExpressionTree, List<? extends CaseTree>) - Method in class org.netbeans.api.java.source.TreeMaker
-
Creates a new SwitchExpressionTree.
- Synchronized(ExpressionTree, BlockTree) - Method in class org.netbeans.api.java.source.TreeMaker
-
Creates a new SynchronizedTree.