Class: IcAgent::Ast::Nodes::BaseTypeVec
- Inherits:
-
NamedNode
- Object
- Treetop::Runtime::SyntaxNode
- NamedNode
- IcAgent::Ast::Nodes::BaseTypeVec
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_code ⇒ Object
212
213
214
|
# File 'lib/ic_agent/ast/nodes/named_nodes.rb', line 212
def opt_code
'vec'
end
|
#title ⇒ Object
204
205
206
|
# File 'lib/ic_agent/ast/nodes/named_nodes.rb', line 204
def title
:base_type_vec
end
|
#to_s ⇒ Object
208
209
210
|
# File 'lib/ic_agent/ast/nodes/named_nodes.rb', line 208
def to_s
elements_to_s
end
|