Class: Cyrel::AST::OptimizedNodes::SkipData
- Inherits:
-
Data
- Object
- Data
- Cyrel::AST::OptimizedNodes::SkipData
- Defined in:
- lib/cyrel/ast/optimized_nodes.rb
Overview
Skip and Limit are perfect for Data - simple, immutable
Instance Attribute Summary collapse
-
#expression ⇒ Object
readonly
Returns the value of attribute expression.
Instance Method Summary collapse
Instance Attribute Details
#expression ⇒ Object (readonly)
Returns the value of attribute expression
25 26 27 |
# File 'lib/cyrel/ast/optimized_nodes.rb', line 25 def expression @expression end |
Instance Method Details
#accept(visitor) ⇒ Object
26 27 28 |
# File 'lib/cyrel/ast/optimized_nodes.rb', line 26 def accept(visitor) visitor.visit_skip_data(self) end |