public abstract static class IPDOMASTProcessor.Abstract extends java.lang.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 CoreException
IPDOMASTProcessor
ILinkage.NO_LINKAGE_ID
if the AST contained nothing
of significance to this processor.process
in interface IPDOMASTProcessor
ast
- The input AST to be processed.symbols
- The output map of significant symbols.ILinkage.NO_LINKAGE_ID
if the AST contained nothing of significance.CoreException