Class: IcAgent::Ast::Nodes::IcBaseTypeFunc
- Inherits:
-
StatementNode
- Object
- Treetop::Runtime::SyntaxNode
- StatementNode
- IcAgent::Ast::Nodes::IcBaseTypeFunc
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
125
126
127
|
# File 'lib/ic_agent/ast/nodes/statement_nodes.rb', line 125
def opt_code
'func'
end
|
#title ⇒ Object
117
118
119
|
# File 'lib/ic_agent/ast/nodes/statement_nodes.rb', line 117
def title
:base_type_func
end
|
#to_s ⇒ Object
121
122
123
|
# File 'lib/ic_agent/ast/nodes/statement_nodes.rb', line 121
def to_s
elements_to_s
end
|