Class: RKelly::Nodes::CaseClauseNode
- Inherits:
-
BinaryNode
- Object
- Node
- BinaryNode
- RKelly::Nodes::CaseClauseNode
- Defined in:
- lib/rkelly/nodes/case_clause_node.rb
Instance Attribute Summary
Attributes inherited from BinaryNode
Attributes inherited from Node
#comments, #filename, #line, #value
Instance Method Summary collapse
-
#initialize(left, src = SourceElementsNode.new([])) ⇒ CaseClauseNode
constructor
A new instance of CaseClauseNode.
Methods inherited from Node
#==, #===, #each, #pointcut, #to_dots, #to_ecma, #to_real_sexp, #to_sexp
Methods included from Visitable
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 |