Package com.jogamp.gluegen
Class ReferencedStructs
- java.lang.Object
-
- com.jogamp.gluegen.ReferencedStructs
-
- All Implemented Interfaces:
TypeVisitor
public class ReferencedStructs extends Object implements TypeVisitor
-
-
Constructor Summary
Constructors Constructor Description ReferencedStructs()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()Iterator<CompoundType>layouts()Iterator<Type>results()voidvisitType(Type t)Visiting the givenType.
-
-
-
Method Detail
-
clear
public void clear()
-
layouts
public Iterator<CompoundType> layouts()
-
visitType
public void visitType(Type t)
Description copied from interface:TypeVisitorVisiting the givenType.- Specified by:
visitTypein interfaceTypeVisitor
-
-