Class: Locomotive::RelationalAlgebra::And
- Inherits:
-
BinOp
- Object
- RelAlgAstNode
- Operator
- Unary
- BinOp
- Locomotive::RelationalAlgebra::And
- Defined in:
- lib/locomotive/relational_algebra/operators/boolean/and.rb
Instance Attribute Summary
Attributes inherited from BinOp
Attributes inherited from Operator
Attributes included from AstHelpers::AstNode
#kind, #left_child, #owner, #right_child, #value
Method Summary
Methods inherited from BinOp
#child=, #clone, #initialize, #set, #xml_content, #xml_kind
Methods inherited from Unary
Methods inherited from Operator
#bound, #free, #initialize, #to_xml, #xml_content, #xml_kind, #xml_schema
Methods included from XML
Methods included from AstHelpers::Annotations
Methods included from AstHelpers::AstNode
#has_left_child?, #has_right_child?, #initialize, #is_leaf?, #traverse, #traverse_strategy=
Constructor Details
This class inherits a constructor from Locomotive::RelationalAlgebra::BinOp
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Locomotive::AstHelpers::Annotations