Package com.jogamp.gluegen.jcpp
Class JCPP
java.lang.Object
com.jogamp.gluegen.jcpp.JCPP
- All Implemented Interfaces:
GenericCPP
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidReturns a list ofConstantDefinition, i.e.out()voidvoidsetOut(OutputStream out)
-
Field Details
-
cpp
-
-
Constructor Details
-
JCPP
-
-
Method Details
-
addDefine
- Specified by:
addDefinein interfaceGenericCPP- Throws:
LexerException
-
getConstantDefinitions
Description copied from interface:GenericCPPReturns 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.- Specified by:
getConstantDefinitionsin interfaceGenericCPP- Throws:
GlueGenException
-
findFile
- Specified by:
findFilein interfaceGenericCPP
-
out
- Specified by:
outin interfaceGenericCPP
-
setOut
- Specified by:
setOutin interfaceGenericCPP
-
run
- Specified by:
runin interfaceGenericCPP- Throws:
GlueGenException
-