Class: IcAgent::Ast::Nodes::IcTypeDef

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



93
94
95
# File 'lib/ic_agent/ast/nodes/statement_nodes.rb', line 93

def title
  :base_type_def
end

#to_sObject



97
98
99
# File 'lib/ic_agent/ast/nodes/statement_nodes.rb', line 97

def to_s
  elements_to_s
end