public abstract static class IPDOMASTProcessor.Abstract extends Object implements IPDOMASTProcessor
IPDOMASTProcessor.Abstract| Constructor and Description |
|---|
Abstract() |
| Modifier and Type | Method and Description |
|---|---|
int |
process(IASTTranslationUnit ast,
IIndexSymbols symbols)
Processes the input AST by adding significant symbols to the given output map.
|
public int process(IASTTranslationUnit ast, IIndexSymbols symbols) throws org.eclipse.core.runtime.CoreException
IPDOMASTProcessorILinkage.NO_LINKAGE_ID if the AST contained nothing
of significance to this processor.process in interface IPDOMASTProcessorast - The input AST to be processed.symbols - The output map of significant symbols.ILinkage.NO_LINKAGE_ID
if the AST contained nothing of significance.org.eclipse.core.runtime.CoreExceptionCopyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.