Uses of Class
org.eclipse.jdt.core.manipulation.SharedASTProviderCore.WAIT_FLAG
Packages that use SharedASTProviderCore.WAIT_FLAG
Package
Description
Application programming interface for the JDT core manipulation plug-in class.
-
Uses of SharedASTProviderCore.WAIT_FLAG in org.eclipse.jdt.core.manipulation
Fields in org.eclipse.jdt.core.manipulation declared as SharedASTProviderCore.WAIT_FLAGModifier and TypeFieldDescriptionstatic final SharedASTProviderCore.WAIT_FLAGSharedASTProviderCore.WAIT_ACTIVE_ONLYWait flag indicating that a client requesting an AST only wants to wait for the shared AST of the active editor.static final SharedASTProviderCore.WAIT_FLAGSharedASTProviderCore.WAIT_NOWait flag indicating that a client requesting an AST only wants the already available shared AST.static final SharedASTProviderCore.WAIT_FLAGSharedASTProviderCore.WAIT_YESWait flag indicating that a client requesting an AST wants to wait until an AST is ready.Methods in org.eclipse.jdt.core.manipulation with parameters of type SharedASTProviderCore.WAIT_FLAGModifier and TypeMethodDescriptionstatic CompilationUnitSharedASTProviderCore.getAST(ITypeRoot element, SharedASTProviderCore.WAIT_FLAG waitFlag, org.eclipse.core.runtime.IProgressMonitor progressMonitor) Returns a compilation unit AST for the given Java element.