Class: CPEE::ProcessTransformation::Break
- 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
-
#initialize(context) ⇒ Break
constructor
{{{.
Methods included from 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 |