public interface SymbolFilter
| Modifier and Type | Method and Description |
|---|---|
void |
filterSymbols(List<ConstantDefinition> constants,
List<FunctionSymbol> functions)
Filters the given constant and function symbols.
|
List<ConstantDefinition> |
getConstants()
Returns the filtered list of constants.
|
List<FunctionSymbol> |
getFunctions()
Returns the filtered list of function symbols.
|
void filterSymbols(List<ConstantDefinition> constants, List<FunctionSymbol> functions)
defines - a list of Define objectsfunctions - a list of FunctionSymbol objectsList<ConstantDefinition> getConstants()
List<FunctionSymbol> getFunctions()