Class: Jaina::Parser::Expression::Operator::Grouping Private
- Includes:
- DSL
- Defined in:
- lib/jaina/parser/expression/operator/grouping.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Direct Known Subclasses
Constant Summary
Constants inherited from Abstract
Abstract::Error, Abstract::InompatibleDirectionComparisonError
Constants included from Abstract::DSL
Abstract::DSL::Error, Abstract::DSL::IncorrectAssociativityDirectionError, Abstract::DSL::IncorrectPrecedenceLevelError, Abstract::DSL::IncorrectTokenError, Abstract::DSL::LEFT_ASSOC, Abstract::DSL::RIGHT_ASSOC
Instance Attribute Summary
Attributes inherited from Abstract
Method Summary
Methods inherited from Abstract
#evaluate, #initialize, #lower, lower?
Methods included from Abstract::DSL
Constructor Details
This class inherits a constructor from Jaina::Parser::Expression::Operator::Abstract