Class Ast.Type

java.lang.Object
net.hydromatic.morel.ast.AstNode
net.hydromatic.morel.ast.Ast.Type
Direct Known Subclasses:
Ast.CompositeType, Ast.FunctionType, Ast.NamedType, Ast.RecordType, Ast.TupleType, Ast.TyVar
Enclosing class:
Ast

public abstract static class Ast.Type extends AstNode
Base class for parse tree nodes that represent types.