Class: IcAgent::Ast::Nodes::BaseTypeSingle
- Inherits:
-
NamedNode
- Object
- Treetop::Runtime::SyntaxNode
- NamedNode
- IcAgent::Ast::Nodes::BaseTypeSingle
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
132
133
134
|
# File 'lib/ic_agent/ast/nodes/named_nodes.rb', line 132
def opt_code
'single'
end
|
#title ⇒ Object
124
125
126
|
# File 'lib/ic_agent/ast/nodes/named_nodes.rb', line 124
def title
:base_type_single
end
|
#to_s ⇒ Object
128
129
130
|
# File 'lib/ic_agent/ast/nodes/named_nodes.rb', line 128
def to_s
elements_to_s
end
|