Package net.hydromatic.morel.ast
Class Core.Decl
java.lang.Object
net.hydromatic.morel.ast.AstNode
net.hydromatic.morel.ast.Core.BaseNode
net.hydromatic.morel.ast.Core.Decl
- Direct Known Subclasses:
Core.DatatypeDecl,Core.ValDecl
- Enclosing class:
Core
Base class for declarations.
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Core.DeclAccepts a shuttle, calling theShuttle.visit(net.hydromatic.morel.ast.Ast.Literal)method appropriate to the type of this node, and returning the result.Methods inherited from class net.hydromatic.morel.ast.Core.BaseNode
accept
-
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.- Overrides:
acceptin classCore.BaseNode
-