Class: Dentaku::AST::GreaterThan
- Inherits:
-
Comparator
- Object
- Node
- Operation
- Comparator
- Dentaku::AST::GreaterThan
- Defined in:
- lib/dentaku/ast/comparators.rb
Instance Attribute Summary
Attributes inherited from Operation
Instance Method Summary collapse
Methods inherited from Comparator
Methods inherited from Operation
#accept, #dependencies, #display_operator, #initialize, max_param_count, min_param_count, right_associative?
Methods inherited from Node
arity, #dependencies, #name, precedence, resolve_class, #type
Constructor Details
This class inherits a constructor from Dentaku::AST::Operation
Instance Method Details
#operator ⇒ Object
61 62 63 |
# File 'lib/dentaku/ast/comparators.rb', line 61 def operator :> end |