Uses of Class
org.eclipse.jdt.ui.SharedASTProvider.WAIT_FLAG
Package
Description
Application programming interfaces for interaction
with the Eclipse Java User Interface.
-
Uses of SharedASTProvider.WAIT_FLAG in org.eclipse.jdt.ui
Modifier and TypeFieldDescriptionstatic final SharedASTProvider.WAIT_FLAG
SharedASTProvider.WAIT_ACTIVE_ONLY
Deprecated.Wait flag indicating that a client requesting an AST only wants to wait for the shared AST of the active editor.static final SharedASTProvider.WAIT_FLAG
SharedASTProvider.WAIT_NO
Deprecated.Wait flag indicating that a client requesting an AST only wants the already available shared AST.static final SharedASTProvider.WAIT_FLAG
SharedASTProvider.WAIT_YES
Deprecated.Wait flag indicating that a client requesting an AST wants to wait until an AST is ready.Modifier and TypeMethodDescriptionstatic CompilationUnit
SharedASTProvider.getAST
(ITypeRoot element, SharedASTProvider.WAIT_FLAG waitFlag, org.eclipse.core.runtime.IProgressMonitor progressMonitor) Deprecated.Returns a compilation unit AST for the given Java element.