Class: Dentaku::AST::And
- Inherits:
-
Combinator
- Object
- Node
- Operation
- Combinator
- Dentaku::AST::And
- Defined in:
- lib/dentaku/ast/combinators.rb
Constant Summary
Constants inherited from Node
Node::STATIC_CONTEXT, Node::STATIC_MODE_KEY
Instance Attribute Summary
Attributes inherited from Operation
Instance Method Summary collapse
Methods inherited from Combinator
#dependencies, #initialize, #type, #value
Methods inherited from Operation
#accept, #dependencies, #display_operator, #initialize, max_param_count, min_param_count, #operator_spacing, right_associative?
Methods inherited from Node
arity, #dependencies, #name, precedence, #pure?, resolve_class, #type
Constructor Details
This class inherits a constructor from Dentaku::AST::Combinator
Instance Method Details
#operator ⇒ Object
72 73 74 |
# File 'lib/dentaku/ast/combinators.rb', line 72 def operator :and end |