Package net.hydromatic.morel.ast
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.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract Ast.Typeaccept(Shuttle shuttle)Accepts a shuttle, calling theShuttle.visit(net.hydromatic.morel.ast.Ast.Literal)method appropriate to the type of this node, and returning the result.
-