Class: IcAgent::Ast::Nodes::IcBaseTypeContent
- Inherits:
-
StatementNode
- Object
- Treetop::Runtime::SyntaxNode
- StatementNode
- IcAgent::Ast::Nodes::IcBaseTypeContent
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
173
174
175
|
# File 'lib/ic_agent/ast/nodes/statement_nodes.rb', line 173
def title
:base_type_content
end
|
#to_s ⇒ Object
177
178
179
|
# File 'lib/ic_agent/ast/nodes/statement_nodes.rb', line 177
def to_s
elements_to_s
end
|