Class: CloudSesame::Query::AST::Term

Inherits:
Abstract::SingleExpressionOperator show all
Defined in:
lib/cloud_sesame/query/ast/term.rb

Constant Summary collapse

DETAILED =
true
SYMBOL =
:term

Instance Attribute Summary

Attributes inherited from Abstract::SingleExpressionOperator

#child

Attributes inherited from Abstract::Operator

#context, #options

Method Summary

Methods inherited from Abstract::SingleExpressionOperator

#<<, #applied, #compile, #is_for

Methods inherited from Abstract::Operator

#boost, #initialize, #symbol

Constructor Details

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