- fileObjectsChanged() - Method in class org.netbeans.api.java.source.JavaSourceTaskFactory
-
Notify the infrastructure that the collection of fileobjects has been changed.
- findBodySpan(ClassTree) - Method in class org.netbeans.api.java.source.TreeUtilities
-
Find span of the
ClassTree
's body in the source.
- findElement(String) - Method in class org.netbeans.api.java.source.ElementUtilities
-
Looks up the given Java element.
- findElementsAndOrigins(Scope, ElementUtilities.ElementAcceptor) - Method in class org.netbeans.api.java.source.ElementUtilities
-
Finds symbols which satisfy the acceptor visible in the passed scope.
- findMethodParameterSpan(MethodTree) - Method in class org.netbeans.api.java.source.TreeUtilities
-
- findNameSpan(ClassTree) - Method in class org.netbeans.api.java.source.TreeUtilities
-
- findNameSpan(MethodTree) - Method in class org.netbeans.api.java.source.TreeUtilities
-
- findNameSpan(VariableTree) - Method in class org.netbeans.api.java.source.TreeUtilities
-
- findNameSpan(LabeledStatementTree) - Method in class org.netbeans.api.java.source.TreeUtilities
-
- findNameSpan(TypeParameterTree) - Method in class org.netbeans.api.java.source.TreeUtilities
-
- findNameSpan(BreakTree) - Method in class org.netbeans.api.java.source.TreeUtilities
-
- findNameSpan(ContinueTree) - Method in class org.netbeans.api.java.source.TreeUtilities
-
- findNameSpan(MemberSelectTree) - Method in class org.netbeans.api.java.source.TreeUtilities
-
- findNameSpan(MemberReferenceTree) - Method in class org.netbeans.api.java.source.TreeUtilities
-
- findNameSpan(DocCommentTree, ReferenceTree) - Method in class org.netbeans.api.java.source.TreeUtilities
-
- findOverridableMethods(TypeElement) - Method in class org.netbeans.api.java.source.ElementUtilities
-
Find all methods in given type and its supertypes, which are overridable.
- findProfileViolations(SourceLevelQuery.Profile, Iterable<URL>, Iterable<URL>, Iterable<URL>, Set<ProfileSupport.Validation>, ProfileSupport.ViolationCollectorFactory) - Static method in class org.netbeans.api.java.source.support.ProfileSupport
-
- findProfileViolations(SourceLevelQuery.Profile, Iterable<URL>, Iterable<URL>, Iterable<URL>, Set<ProfileSupport.Validation>) - Static method in class org.netbeans.api.java.source.support.ProfileSupport
-
- findProfileViolations(SourceLevelQuery.Profile, Iterable<URL>, Iterable<URL>, Iterable<URL>, Set<ProfileSupport.Validation>, ProfileSupport.ViolationCollectorFactory, Executor) - Static method in class org.netbeans.api.java.source.support.ProfileSupport
-
- findSourceFileName(Element) - Static method in class org.netbeans.api.java.source.SourceUtils
-
Finds a source name that the element
originates from.
- findUnimplementedMethods(TypeElement) - Method in class org.netbeans.api.java.source.ElementUtilities
-
Find all methods in given type and its supertypes, which are not implemented.
- findUnimplementedMethods(TypeElement, boolean) - Method in class org.netbeans.api.java.source.ElementUtilities
-
Finds all unimplemented methods in the given type and supertypes, but possibly include
also interface default methods.
- finished() - Method in interface org.netbeans.api.java.source.support.ProfileSupport.ViolationCollector
-
Called when the validation of whole a root has finished.
- forceSource(CompilationController, FileObject) - Static method in class org.netbeans.api.java.source.SourceUtils
-
Ensure that the given file is parsed from source, in the context of the
provided parser instance.
- forDocument(Document) - Static method in class org.netbeans.api.java.source.JavaSource
-
- forFileObject(FileObject) - Static method in class org.netbeans.api.java.source.JavaSource
-
- ForLoop(List<? extends StatementTree>, ExpressionTree, List<? extends ExpressionStatementTree>, StatementTree) - Method in class org.netbeans.api.java.source.TreeMaker
-
Creates a new ForLoopTree.
- from(TypeMirrorHandle<? extends DeclaredType>) - Static method in class org.netbeans.api.java.source.ElementHandle
-
- from(ElementHandle<?>, ClasspathInfo) - Static method in class org.netbeans.api.java.source.TreePathHandle
-
Constructs a TreePathHandle
that corresponds to the given ElementHandle
.