Package com.jogamp.gluegen.cgram.types
Interface TypeVisitor
-
- All Known Implementing Classes:
ReferencedStructs
public interface TypeVisitorA visitor forType's visitor model.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidvisitType(Type t)Visiting the givenType.
-