Class: IcAgent::Ast::Nodes::BaseTypeOther

Inherits:
NamedNode
  • Object
show all
Defined in:
lib/ic_agent/ast/nodes/named_nodes.rb

Instance Method Summary collapse

Methods inherited from NamedNode

#elements_to_s, #source_content, #to_array

Instance Method Details

#opt_codeObject



226
227
228
# File 'lib/ic_agent/ast/nodes/named_nodes.rb', line 226

def opt_code
  text_value
end

#titleObject



218
219
220
# File 'lib/ic_agent/ast/nodes/named_nodes.rb', line 218

def title
  :base_type_other
end

#to_sObject



222
223
224
# File 'lib/ic_agent/ast/nodes/named_nodes.rb', line 222

def to_s
  elements_to_s
end