Package com.jogamp.gluegen
Interface GenericCPP
public interface GenericCPP
Generic C preprocessor interface for GlueGen
-
Method Summary
Modifier and TypeMethodDescriptionvoidReturns a list ofConstantDefinition, i.e.out()voidvoidsetOut(OutputStream out)
-
Method Details
-
addDefine
- Throws:
LexerException
-
findFile
-
out
OutputStream out() -
setOut
-
run
- Throws:
GlueGenException
-
getConstantDefinitions
Returns a list ofConstantDefinition, i.e. non-function-like and non-empty macros w/ constant-value, as derived during parsing.May return an empty list, in case this preprocessor does not store
ConstantDefinitions.- Throws:
GlueGenException
-