Class: IcAgent::Ast::Nodes::BaseTypeFunc
- Inherits:
-
NamedNode
- Object
- Treetop::Runtime::SyntaxNode
- NamedNode
- IcAgent::Ast::Nodes::BaseTypeFunc
show all
- Defined in:
- lib/ic_agent/ast/nodes/named_nodes.rb
Instance Method Summary
collapse
Methods inherited from NamedNode
#elements_to_s, #source_content, #to_array
Instance Method Details
#opt_code ⇒ Object
184
185
186
|
# File 'lib/ic_agent/ast/nodes/named_nodes.rb', line 184
def opt_code
'func'
end
|
#title ⇒ Object
176
177
178
|
# File 'lib/ic_agent/ast/nodes/named_nodes.rb', line 176
def title
:base_type_func
end
|
#to_s ⇒ Object
180
181
182
|
# File 'lib/ic_agent/ast/nodes/named_nodes.rb', line 180
def to_s
elements_to_s
end
|