Class: IcAgent::Ast::Nodes::IcBaseTypeKey
- Inherits:
-
StatementNode
- Object
- Treetop::Runtime::SyntaxNode
- StatementNode
- IcAgent::Ast::Nodes::IcBaseTypeKey
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
73
74
75
|
# File 'lib/ic_agent/ast/nodes/statement_nodes.rb', line 73
def title
:base_type_key
end
|
#to_s ⇒ Object
77
78
79
|
# File 'lib/ic_agent/ast/nodes/statement_nodes.rb', line 77
def to_s
elements_to_s
end
|