Class: IcAgent::Ast::Nodes::IcBaseTypeContent

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



173
174
175
# File 'lib/ic_agent/ast/nodes/statement_nodes.rb', line 173

def title
  :base_type_content
end

#to_sObject



177
178
179
# File 'lib/ic_agent/ast/nodes/statement_nodes.rb', line 177

def to_s
  elements_to_s
end