Class: IcAgent::Ast::Nodes::BaseTypeVec

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



212
213
214
# File 'lib/ic_agent/ast/nodes/named_nodes.rb', line 212

def opt_code
  'vec'
end

#titleObject



204
205
206
# File 'lib/ic_agent/ast/nodes/named_nodes.rb', line 204

def title
  :base_type_vec
end

#to_sObject



208
209
210
# File 'lib/ic_agent/ast/nodes/named_nodes.rb', line 208

def to_s
  elements_to_s
end