Class: IcAgent::Ast::Nodes::BaseTypeChild
- Inherits:
-
NamedNode
- Object
- Treetop::Runtime::SyntaxNode
- NamedNode
- IcAgent::Ast::Nodes::BaseTypeChild
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
#title ⇒ Object
242
243
244
|
# File 'lib/ic_agent/ast/nodes/named_nodes.rb', line 242
def title
:base_type_child
end
|
#to_s ⇒ Object
246
247
248
|
# File 'lib/ic_agent/ast/nodes/named_nodes.rb', line 246
def to_s
elements_to_s
end
|