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
292 293 294 |
# File 'lib/slaw/za/act_nodes.rb', line 292 def content clauses end |
#to_xml(b, idprefix, i = 0) ⇒ Object
288 289 290 |
# File 'lib/slaw/za/act_nodes.rb', line 288 def to_xml(b, idprefix, i=0) b.p { |b| clauses.to_xml(b, idprefix) } if clauses end |