34package com.jogamp.gluegen;
36import com.jogamp.gluegen.cgram.types.FunctionSymbol;
54 public void filterSymbols(List<ConstantDefinition> constants, List<FunctionSymbol> functions);
Provides a mechanism by which the GlueEmitter can look at all of the #defines, enum values and functi...
List< ConstantDefinition > getConstants()
Returns the filtered list of constants.
void filterSymbols(List< ConstantDefinition > constants, List< FunctionSymbol > functions)
Filters the given constant and function symbols.
List< FunctionSymbol > getFunctions()
Returns the filtered list of function symbols.