Class: Idl::InstructionOperationSyntaxNode

Inherits:
Treetop::Runtime::SyntaxNode show all
Defined in:
lib/idl/ast.rb

Instance Method Summary collapse

Instance Method Details

#to_astObject



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