Package net.hydromatic.morel.ast
Class Core.FromStep
java.lang.Object
net.hydromatic.morel.ast.AstNode
net.hydromatic.morel.ast.Core.BaseNode
net.hydromatic.morel.ast.Core.FromStep
- Direct Known Subclasses:
Core.Group,Core.Order,Core.Scan,Core.Skip,Core.Take,Core.Where,Core.Yield
- Enclosing class:
Core
A step in a
from expression - where, group
or order.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Core.FromStepAccepts a shuttle, calling theShuttle.visit(net.hydromatic.morel.ast.Ast.Literal)method appropriate to the type of this node, and returning the result.(package private) final AstWriterprotected abstract AstWriterMethods inherited from class net.hydromatic.morel.ast.Core.BaseNode
accept
-
Field Details
-
bindings
-
-
Constructor Details
-
FromStep
-
-
Method Details
-
unparse
-
unparse
-
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
-