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
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.org.eclipse.core.runtime.CoreException
Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.