Class: CPEE::ProcessTransformation::Break

Inherits:
Node
  • Object
show all
Defined in:
lib/cpee/processtransformation/structures.rb

Overview

}}}

Instance Attribute Summary

Attributes inherited from Node

#attributes, #endpoints, #id, #incoming, #label, #methods, #niceid, #outgoing, #parameters, #script, #script_id, #script_type, #script_var, #type

Instance Method Summary collapse

Methods included from Container

#container?

Constructor Details

#initialize(context) ⇒ Break

{{{



74
75
76
# File 'lib/cpee/processtransformation/structures.rb', line 74

def initialize(context)
  super context, '-1', :break, 'BREAK', 1, []
end