Package | Description |
---|---|
org.eclipse.jdt.core.manipulation |
Application programming interface for the JDT core manipulation plug-in class.
|
Modifier and Type | Field and Description |
---|---|
static SharedASTProviderCore.WAIT_FLAG |
SharedASTProviderCore.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 SharedASTProviderCore.WAIT_FLAG |
SharedASTProviderCore.WAIT_NO
Wait flag indicating that a client requesting an AST
only wants the already available shared AST.
|
static SharedASTProviderCore.WAIT_FLAG |
SharedASTProviderCore.WAIT_YES
Wait flag indicating that a client requesting an AST
wants to wait until an AST is ready.
|
Modifier and Type | Method and Description |
---|---|
static CompilationUnit |
SharedASTProviderCore.getAST(ITypeRoot element,
SharedASTProviderCore.WAIT_FLAG waitFlag,
IProgressMonitor progressMonitor)
Returns a compilation unit AST for the given Java element.
|
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.