Class: Slaw::ZA::Act::NakedStatement

Inherits:
Treetop::Runtime::SyntaxNode
  • Object
show all
Defined in:
lib/slaw/za/act_nodes.rb

Instance Method Summary collapse

Instance Method Details

#contentObject



284
285
286
# File 'lib/slaw/za/act_nodes.rb', line 284

def content
  clauses
end

#to_xml(b, idprefix, i = 0) ⇒ Object



280
281
282
# File 'lib/slaw/za/act_nodes.rb', line 280

def to_xml(b, idprefix, i=0)
  b.p { |b| clauses.to_xml(b, idprefix) } if clauses
end