Class Ast.Exp

java.lang.Object
net.hydromatic.morel.ast.AstNode
net.hydromatic.morel.ast.Ast.Exp
Direct Known Subclasses:
Ast.AnnotatedExp, Ast.Apply, Ast.Case, Ast.Fn, Ast.From, Ast.Id, Ast.If, Ast.InfixCall, Ast.Let, Ast.ListExp, Ast.Literal, Ast.PrefixCall, Ast.Record, Ast.RecordSelector, Ast.Tuple
Enclosing class:
Ast

public abstract static class Ast.Exp extends AstNode
Base class of expression ASTs.