Class: RKelly::Nodes::CaseClauseNode

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

Instance Attribute Summary

Attributes inherited from BinaryNode

#left

Attributes inherited from Node

#comments, #filename, #line, #value

Instance Method Summary collapse

Methods inherited from Node

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

Methods included from Visitable

#accept

Constructor Details

#initialize(left, src = SourceElementsNode.new([])) ⇒ CaseClauseNode

Returns a new instance of CaseClauseNode.



6
7
8
# File 'lib/rkelly/nodes/case_clause_node.rb', line 6

def initialize(left, src = SourceElementsNode.new([]))
  super
end