Uses of Class
org.eclipse.cdt.internal.ui.editor.ASTProvider.WAIT_FLAG

Packages that use ASTProvider.WAIT_FLAG
org.eclipse.cdt.internal.ui.editor   
 

Uses of ASTProvider.WAIT_FLAG in org.eclipse.cdt.internal.ui.editor
 

Fields in org.eclipse.cdt.internal.ui.editor declared as ASTProvider.WAIT_FLAG
static ASTProvider.WAIT_FLAG ASTProvider.WAIT_ACTIVE_ONLY
          Wait flag indicating that a client requesting an AST only wants to wait for the shared AST of the active editor.
static ASTProvider.WAIT_FLAG ASTProvider.WAIT_NO
          Wait flag indicating that a client requesting an AST only wants the already available shared AST.
static ASTProvider.WAIT_FLAG ASTProvider.WAIT_YES
          Wait flag indicating that a client requesting an AST wants to wait until an AST is ready.
 

Methods in org.eclipse.cdt.internal.ui.editor with parameters of type ASTProvider.WAIT_FLAG
 org.eclipse.core.runtime.IStatus ASTProvider.runOnAST(org.eclipse.cdt.core.model.ICElement cElement, ASTProvider.WAIT_FLAG waitFlag, org.eclipse.core.runtime.IProgressMonitor monitor, org.eclipse.cdt.internal.core.model.ASTCache.ASTRunnable astRunnable)