Class: IcAgent::Ast::Nodes::IcBaseType
- Inherits:
-
StatementNode
- Object
- Treetop::Runtime::SyntaxNode
- StatementNode
- IcAgent::Ast::Nodes::IcBaseType
- Defined in:
- lib/ic_agent/ast/nodes/statement_nodes.rb
Instance Attribute Summary
Attributes inherited from StatementNode
Instance Method Summary collapse
Methods inherited from StatementNode
#add_child, #elements_to_s, #source_content, #to_array
Instance Method Details
#title ⇒ Object
35 36 37 |
# File 'lib/ic_agent/ast/nodes/statement_nodes.rb', line 35 def title :base_type end |
#to_s ⇒ Object
39 40 41 |
# File 'lib/ic_agent/ast/nodes/statement_nodes.rb', line 39 def to_s elements_to_s end |