Package net.hydromatic.morel.ast
Class Core.ValDecl
java.lang.Object
net.hydromatic.morel.ast.AstNode
net.hydromatic.morel.ast.Core.BaseNode
net.hydromatic.morel.ast.Core.Decl
net.hydromatic.morel.ast.Core.ValDecl
- Direct Known Subclasses:
Core.NonRecValDecl,Core.RecValDecl
- Enclosing class:
Core
Abstract (recursive or non-recursive) value declaration.
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Core.ValDeclAccepts a shuttle, calling theShuttle.visit(net.hydromatic.morel.ast.Ast.Literal)method appropriate to the type of this node, and returning the result.abstract voidforEachBinding(Core.BindingConsumer consumer) Methods inherited from class net.hydromatic.morel.ast.Core.BaseNode
accept
-
Constructor Details
-
ValDecl
-
-
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. -
forEachBinding
-