Class: ADSL::DS::DSBlock

Inherits:
DSNode show all
Defined in:
lib/adsl/ds/data_store_spec.rb,
lib/adsl/spass/spass_ds_extensions.rb

Instance Method Summary collapse

Methods inherited from DSNode

#list_entity_classes_read, #list_entity_classes_written_to, #replace, #replace_var

Instance Method Details

#migrate_state_spass(translation) ⇒ Object



621
622
623
624
625
# File 'lib/adsl/spass/spass_ds_extensions.rb', line 621

def migrate_state_spass(translation)
  @statements.each do |stat|
    stat.migrate_state_spass translation
  end
end

#prepare(translation) ⇒ Object



615
616
617
618
619
# File 'lib/adsl/spass/spass_ds_extensions.rb', line 615

def prepare(translation)
  @statements.each do |stat|
    stat.prepare translation
  end
end