Class: Duby::AST::Not

Inherits:
Node show all
Defined in:
lib/duby/ast/flow.rb

Instance Attribute Summary

Attributes inherited from Node

#children, #inferred_type, #newline, #parent, #position

Instance Method Summary collapse

Methods inherited from Node

#[], #each, #expr?, #inspect, #line_number, #log, #precompile, #resolve_if, #resolved!, #resolved?, #simple_name, #temp, #to_s

Constructor Details

#initialize(parent, line_number, &block) ⇒ Not

Returns a new instance of Not.



157
158
159
# File 'lib/duby/ast/flow.rb', line 157

def initialize(parent, line_number, &block)
  super(parent, line_number, &block)
end