class IcAgent::Ast::Nodes::IcBaseTypeChild

Represents a child of an IC base type node in the abstract syntax tree, a subclass of StatementNode.

Public Instance Methods

title() click to toggle source

The title of the IC base type child node.

# File lib/ic_agent/ast/nodes/statement_nodes.rb, line 236
def title
  :base_type_child
end
to_s() click to toggle source

Converts the IC base type child node to a string representation.

# File lib/ic_agent/ast/nodes/statement_nodes.rb, line 241
def to_s
  elements_to_s
end