Class: IcAgent::Ast::Nodes::IcBaseTypeOther
- Inherits:
-
StatementNode
- Object
- Treetop::Runtime::SyntaxNode
- StatementNode
- IcAgent::Ast::Nodes::IcBaseTypeOther
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
167
168
169
|
# File 'lib/ic_agent/ast/nodes/statement_nodes.rb', line 167
def opt_code
text_value
end
|
#title ⇒ Object
159
160
161
|
# File 'lib/ic_agent/ast/nodes/statement_nodes.rb', line 159
def title
:base_type_other
end
|
#to_s ⇒ Object
163
164
165
|
# File 'lib/ic_agent/ast/nodes/statement_nodes.rb', line 163
def to_s
elements_to_s
end
|