Class: CloudSesame::Query::AST::And

Inherits:
MultiExpressionOperator show all
Defined in:
lib/cloud_sesame/query/ast/and.rb

Constant Summary collapse

SYMBOL =
:and

Instance Attribute Summary

Attributes included from DSL::BlockMethods

#orphan_node

Attributes inherited from Operator

#context, #options

Method Summary

Methods inherited from MultiExpressionOperator

#<<, #children, #compile, #is_excluded

Methods included from DSL::ScopeMethods

#scopes

Methods included from DSL::RangeMethods

#gt, #gte, #lt, #lte

Methods included from DSL::OperatorMethods

#near, #phrase, #prefix, #term

Methods included from DSL::FilterQueryMethods

#excluded?, #included?

Methods included from DSL::BlockMethods

#and, #or

Methods inherited from Operator

#boost, #initialize

Constructor Details

This class inherits a constructor from CloudSesame::Query::AST::Operator

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class CloudSesame::Query::DSL::ScopeMethods