Class: IcAgent::Ast::Nodes::Instruction
- Inherits:
-
NamedNode
- Object
- Treetop::Runtime::SyntaxNode
- NamedNode
- IcAgent::Ast::Nodes::Instruction
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
#title ⇒ Object
29
30
31
|
# File 'lib/ic_agent/ast/nodes/named_nodes.rb', line 29
def title
:instruction
end
|
#to_s ⇒ Object
33
34
35
|
# File 'lib/ic_agent/ast/nodes/named_nodes.rb', line 33
def to_s
elements_to_s
end
|