Class: RKelly::Nodes::StrictEqualNode

Inherits:
BinaryNode show all
Defined in:
lib/rkelly/nodes/strict_equal_node.rb

Instance Attribute Summary

Attributes inherited from BinaryNode

#left

Attributes inherited from Node

#comments, #filename, #line, #value

Method Summary

Methods inherited from BinaryNode

#initialize

Methods inherited from Node

#==, #===, #each, #initialize, #pointcut, #to_dots, #to_ecma, #to_real_sexp, #to_sexp

Methods included from Visitable

#accept

Constructor Details

This class inherits a constructor from RKelly::Nodes::BinaryNode