Class: Idl::InstructionOperationSyntaxNode

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

Instance Method Summary collapse

Instance Method Details

#to_astObject



4748
4749
4750
# File 'lib/idl/ast.rb', line 4748

def to_ast
  FunctionBodyAst.new(input, interval, op_stmt_list.elements.map(&:choice).map(&:to_ast))
end