Class: Cyrel::AST::OptimizedNodes::LimitData
- Inherits:
-
Data
- Object
- Data
- Cyrel::AST::OptimizedNodes::LimitData
- Defined in:
- lib/cyrel/ast/optimized_nodes.rb
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
31 32 33 |
# File 'lib/cyrel/ast/optimized_nodes.rb', line 31 def expression @expression end |
Instance Method Details
#accept(visitor) ⇒ Object
32 33 34 |
# File 'lib/cyrel/ast/optimized_nodes.rb', line 32 def accept(visitor) visitor.visit_limit_data(self) end |