Class: IcAgent::Ast::Nodes::IcTypeName

Inherits:
StatementNode
  • Object
show all
Defined in:
lib/ic_agent/ast/nodes/statement_nodes.rb

Instance Attribute Summary

Attributes inherited from StatementNode

#child_count, #depth

Instance Method Summary collapse

Methods inherited from StatementNode

#add_child, #elements_to_s, #source_content, #to_array

Instance Method Details

#titleObject



193
194
195
# File 'lib/ic_agent/ast/nodes/statement_nodes.rb', line 193

def title
  :type_name
end

#to_sObject



197
198
199
# File 'lib/ic_agent/ast/nodes/statement_nodes.rb', line 197

def to_s
  elements_to_s
end