Class: Idl::InstructionOperationSyntaxNode
- Inherits:
-
Treetop::Runtime::SyntaxNode
- Object
- Treetop::Runtime::SyntaxNode
- Idl::InstructionOperationSyntaxNode
- Defined in:
- lib/idl/ast.rb
Instance Method Summary collapse
Instance Method Details
#to_ast ⇒ Object
4713 4714 4715 |
# File 'lib/idl/ast.rb', line 4713 def to_ast FunctionBodyAst.new(input, interval, op_stmt_list.elements.map(&:choice).map(&:to_ast)) end |