Class: Keisan::Parsing::BitwiseNotNot

Inherits:
UnaryOperator show all
Defined in:
lib/keisan/parsing/bitwise_not_not.rb

Instance Method Summary collapse

Instance Method Details

#node_classObject



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

def node_class
  Keisan::AST::UnaryIdentity
end