Class TypeVisitor<R>

java.lang.Object
net.hydromatic.morel.type.TypeVisitor<R>
Type Parameters:
R - return type from visit methods
Direct Known Subclasses:
TypeShuttle, TypeSystem.VariableCollector

public class TypeVisitor<R> extends Object
Visitor over Type objects.
See Also: