Class: IcAgent::Ast::Nodes::IcBaseTypeVec
- Inherits:
-
StatementNode
- Object
- Treetop::Runtime::SyntaxNode
- StatementNode
- IcAgent::Ast::Nodes::IcBaseTypeVec
show all
- Defined in:
- lib/ic_agent/ast/nodes/statement_nodes.rb
Instance Attribute Summary
#child_count, #depth
Instance Method Summary
collapse
#add_child, #elements_to_s, #source_content, #to_array
Instance Method Details
#opt_code ⇒ Object
153
154
155
|
# File 'lib/ic_agent/ast/nodes/statement_nodes.rb', line 153
def opt_code
'vec'
end
|
#title ⇒ Object
145
146
147
|
# File 'lib/ic_agent/ast/nodes/statement_nodes.rb', line 145
def title
:base_type_vec
end
|
#to_s ⇒ Object
149
150
151
|
# File 'lib/ic_agent/ast/nodes/statement_nodes.rb', line 149
def to_s
elements_to_s
end
|