Class: Slaw::ZA::Act::NakedStatement
- Inherits:
-
Treetop::Runtime::SyntaxNode
- Object
- Treetop::Runtime::SyntaxNode
- Slaw::ZA::Act::NakedStatement
- Defined in:
- lib/slaw/za/act_nodes.rb
Instance Method Summary collapse
Instance Method Details
#content ⇒ Object
315 316 317 |
# File 'lib/slaw/za/act_nodes.rb', line 315 def content clauses end |
#to_xml(b, idprefix) ⇒ Object
311 312 313 |
# File 'lib/slaw/za/act_nodes.rb', line 311 def to_xml(b, idprefix) b.p { |b| clauses.to_xml(b, idprefix) } if clauses end |