Class: IcAgent::Ast::Nodes::IcBaseTypeOpt
- Inherits:
-
StatementNode
- Object
- Treetop::Runtime::SyntaxNode
- StatementNode
- IcAgent::Ast::Nodes::IcBaseTypeOpt
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
139
140
141
|
# File 'lib/ic_agent/ast/nodes/statement_nodes.rb', line 139
def opt_code
'opt'
end
|
#title ⇒ Object
131
132
133
|
# File 'lib/ic_agent/ast/nodes/statement_nodes.rb', line 131
def title
:base_type_opt
end
|
#to_s ⇒ Object
135
136
137
|
# File 'lib/ic_agent/ast/nodes/statement_nodes.rb', line 135
def to_s
elements_to_s
end
|