Class: RLSL::Prism::IR::Break

Inherits:
Node
  • Object
show all
Defined in:
lib/rlsl/prism/ir/control_flow.rb

Instance Attribute Summary

Attributes inherited from Node

#type

Instance Method Summary collapse

Methods inherited from Node

#accept, visits

Constructor Details

#initializeBreak

Returns a new instance of Break.



76
77
78
79
# File 'lib/rlsl/prism/ir/control_flow.rb', line 76

def initialize
  super()
  @type = nil
end