Class: IcAgent::Ast::Nodes::IcBaseTypeSingle
- Inherits:
-
StatementNode
- Object
- Treetop::Runtime::SyntaxNode
- StatementNode
- IcAgent::Ast::Nodes::IcBaseTypeSingle
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
#opt_code ⇒ Object
53
54
55
|
# File 'lib/ic_agent/ast/nodes/statement_nodes.rb', line 53
def opt_code
'single'
end
|
#title ⇒ Object
45
46
47
|
# File 'lib/ic_agent/ast/nodes/statement_nodes.rb', line 45
def title
:base_type_single
end
|
#to_s ⇒ Object
49
50
51
|
# File 'lib/ic_agent/ast/nodes/statement_nodes.rb', line 49
def to_s
elements_to_s
end
|