Package net.hydromatic.morel.ast
Class Ast.Decl
java.lang.Object
net.hydromatic.morel.ast.AstNode
net.hydromatic.morel.ast.Ast.Decl
- Direct Known Subclasses:
Ast.DatatypeDecl,Ast.FunDecl,Ast.ValDecl
- Enclosing class:
Ast
Base class for declarations.
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Ast.DeclAccepts a shuttle, calling theShuttle.visit(net.hydromatic.morel.ast.Ast.Literal)method appropriate to the type of this node, and returning the result.
-
Constructor Details
-
Decl
-
-
Method Details
-
accept
Description copied from class:AstNodeAccepts a shuttle, calling theShuttle.visit(net.hydromatic.morel.ast.Ast.Literal)method appropriate to the type of this node, and returning the result.
-