com.jogamp.gluegen
Class ReferencedStructs

java.lang.Object
  extended by com.jogamp.gluegen.ReferencedStructs
All Implemented Interfaces:
TypeVisitor

public class ReferencedStructs
extends Object
implements TypeVisitor


Constructor Summary
ReferencedStructs()
           
 
Method Summary
 void clear()
           
 Iterator<Type> results()
           
 void visitType(Type t)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReferencedStructs

public ReferencedStructs()
Method Detail

clear

public void clear()

results

public Iterator<Type> results()

visitType

public void visitType(Type t)
Specified by:
visitType in interface TypeVisitor