28package com.jogamp.gluegen;
30import java.io.OutputStream;
34import com.jogamp.gluegen.jcpp.LexerException;
41 public void addDefine(String name, String value)
throws LexerException;
45 public OutputStream
out();
A generic exception for Jogamp errors used throughout the binding as a substitute for RuntimeExceptio...
Generic C preprocessor interface for GlueGen.
String findFile(String filename)
List< ConstantDefinition > getConstantDefinitions()
Returns a list of ConstantDefinition, i.e.
void setOut(OutputStream out)
void addDefine(String name, String value)
void run(Reader reader, String filename)