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
public abstract static class Core.Decl extends Core.BaseNode
Base class for declarations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract Core.Declaccept(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.-
Methods inherited from class net.hydromatic.morel.ast.Core.BaseNode
accept
-
-
-
-
Method Detail
-
accept
public abstract Core.Decl accept(Shuttle shuttle)
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
-
-