Skip navigation links
org.netbeans.modules.java.source.base 2.37.1 4
A B C D E F G H I J K L M N O P Q R S T U V W 

F

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
Find span of the MethodTree.getParameters() parameter list in the source.
findNameSpan(ClassTree) - Method in class org.netbeans.api.java.source.TreeUtilities
Find span of the ClassTree.getSimpleName() identifier in the source.
findNameSpan(MethodTree) - Method in class org.netbeans.api.java.source.TreeUtilities
Find span of the MethodTree.getName() identifier in the source.
findNameSpan(VariableTree) - Method in class org.netbeans.api.java.source.TreeUtilities
Find span of the VariableTree.getName() identifier in the source.
findNameSpan(LabeledStatementTree) - Method in class org.netbeans.api.java.source.TreeUtilities
Find span of the LabeledStatementTree.getLabel() identifier in the source.
findNameSpan(TypeParameterTree) - Method in class org.netbeans.api.java.source.TreeUtilities
Find span of the TypeParameterTree.getName() identifier in the source.
findNameSpan(BreakTree) - Method in class org.netbeans.api.java.source.TreeUtilities
Find span of the LabeledStatementTree.getLabel() identifier in the source.
findNameSpan(ContinueTree) - Method in class org.netbeans.api.java.source.TreeUtilities
Find span of the LabeledStatementTree.getLabel() identifier in the source.
findNameSpan(MemberSelectTree) - Method in class org.netbeans.api.java.source.TreeUtilities
Find span of the MemberSelectTree.getIdentifier() identifier in the source.
findNameSpan(MemberReferenceTree) - Method in class org.netbeans.api.java.source.TreeUtilities
Find span of the MemberReferenceTree.getName() identifier in the source.
findNameSpan(DocCommentTree, ReferenceTree) - Method in class org.netbeans.api.java.source.TreeUtilities
Find span of the name in the DocTree's reference tree (see TreeUtilities.getReferenceName(com.sun.source.util.DocTreePath) identifier in the source.
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
Asynchronously finds the SourceLevelQuery.Profile violations in given source and classpath roots.
findProfileViolations(SourceLevelQuery.Profile, Iterable<URL>, Iterable<URL>, Iterable<URL>, Set<ProfileSupport.Validation>) - Static method in class org.netbeans.api.java.source.support.ProfileSupport
Synchronously finds the SourceLevelQuery.Profile violations in given source and classpath roots.
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
Asynchronously finds the SourceLevelQuery.Profile violations in given source and classpath roots.
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.
forDocument(Document) - Static method in class org.netbeans.api.java.source.JavaSource
Returns a JavaSource instance associated to the given Document, it returns null if the Document is not associated with data type providing the JavaSource.
forFileObject(FileObject) - Static method in class org.netbeans.api.java.source.JavaSource
Returns a JavaSource instance associated to given FileObject, it returns null if the Document is not associated with data type providing the 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.
A B C D E F G H I J K L M N O P Q R S T U V W 
Skip navigation links
org.netbeans.modules.java.source.base 2.37.1 4