Class: Keisan::Parsing::LogicalGreaterThan

Inherits:
LogicalOperator show all
Defined in:
lib/keisan/parsing/logical_greater_than.rb

Instance Method Summary collapse

Methods inherited from Operator

#arity, #associativity, #priority

Instance Method Details

#node_classObject



4
5
6
# File 'lib/keisan/parsing/logical_greater_than.rb', line 4

def node_class
  AST::LogicalGreaterThan
end