Class: IcAgent::Ast::Nodes::IcTypeDef
- Inherits:
-
StatementNode
- Object
- Treetop::Runtime::SyntaxNode
- StatementNode
- IcAgent::Ast::Nodes::IcTypeDef
- 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
93 94 95 |
# File 'lib/ic_agent/ast/nodes/statement_nodes.rb', line 93 def title :base_type_def end |
#to_s ⇒ Object
97 98 99 |
# File 'lib/ic_agent/ast/nodes/statement_nodes.rb', line 97 def to_s elements_to_s end |