com.jogamp.gluegen.cgram.PreprocessorInfoChannel Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gluegen-rt Show documentation
Show all versions of gluegen-rt Show documentation
JNI binding generator (runtime)
package com.jogamp.gluegen.cgram;
import java.util.*;
public class PreprocessorInfoChannel
{
Hashtable> lineLists = new Hashtable>(); // indexed by Token number
int firstValidTokenNumber = 0;
int maxTokenNumber = 0;
public void addLineForTokenNumber( final Object line, final Integer toknum )
{
if ( lineLists.containsKey( toknum ) ) {
final Vector