|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SymbolFilter
Provides a mechanism by which the GlueEmitter can look at all of the #defines, enum values and function symbols and perform certain filtering and processing which requires all of them to be visible simultaneously.
Method Summary | |
---|---|
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. |
Method Detail |
---|
void filterSymbols(List<ConstantDefinition> constants, List<FunctionSymbol> functions)
defines
- a list of Define
objectsfunctions
- a list of FunctionSymbol
objectsList<ConstantDefinition> getConstants()
List<FunctionSymbol> getFunctions()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |