class IcAgent::Ast::Nodes::BaseTypeChild
Represents a child of a base type node in the abstract syntax tree, a subclass of NamedNode
.
Public Instance Methods
title()
click to toggle source
The title of the base type child node.
# File lib/ic_agent/ast/nodes/named_nodes.rb, line 304 def title :base_type_child end
to_s()
click to toggle source
Converts the base type child node to a string representation.
# File lib/ic_agent/ast/nodes/named_nodes.rb, line 309 def to_s elements_to_s end