Class: Predicator::AST::DateBetween

Inherits:
Ternary show all
Defined in:
lib/predicator/ast.rb

Instance Attribute Summary

Attributes inherited from Ternary

#middle, #right

Attributes inherited from Node

#left

Instance Method Summary collapse

Methods inherited from Ternary

#children, #initialize

Methods inherited from Node

#each, #initialize, #literal?, #to_dot, #to_instructions, #to_s, #variable?

Constructor Details

This class inherits a constructor from Predicator::AST::Ternary

Instance Method Details

#typeObject



182
# File 'lib/predicator/ast.rb', line 182

def type; :DATBETWEEN; end