Class: IcAgent::Ast::Nodes::BaseTypeChild

Inherits:
NamedNode
  • Object
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

#titleObject



242
243
244
# File 'lib/ic_agent/ast/nodes/named_nodes.rb', line 242

def title
  :base_type_child
end

#to_sObject



246
247
248
# File 'lib/ic_agent/ast/nodes/named_nodes.rb', line 246

def to_s
  elements_to_s
end