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 CoreASTProvider.WAIT_FLAG |
CoreASTProvider.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 CoreASTProvider.WAIT_FLAG |
CoreASTProvider.WAIT_NO
Wait flag indicating that a client requesting an AST
only wants the already available shared AST.
|
static CoreASTProvider.WAIT_FLAG |
CoreASTProvider.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 |
---|---|
CompilationUnit |
CoreASTProvider.getAST(ITypeRoot input,
CoreASTProvider.WAIT_FLAG waitFlag,
IProgressMonitor progressMonitor)
Returns a shared compilation unit AST for the given Java element.
|
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.