Class: IcAgent::Ast::Nodes::StatementBlock
- Inherits:
-
StatementNode
- Object
- Treetop::Runtime::SyntaxNode
- StatementNode
- IcAgent::Ast::Nodes::StatementBlock
show all
- Defined in:
- lib/ic_agent/ast/nodes/statement_nodes.rb
Instance Attribute Summary
#child_count, #depth
Instance Method Summary
collapse
#add_child, #elements_to_s, #source_content, #to_array
Instance Method Details
#title ⇒ Object
203
204
205
|
# File 'lib/ic_agent/ast/nodes/statement_nodes.rb', line 203
def title
:statement_block
end
|
#to_s ⇒ Object
207
208
209
|
# File 'lib/ic_agent/ast/nodes/statement_nodes.rb', line 207
def to_s
elements_to_s
end
|