Class: Idl::InstructionOperationSyntaxNode

Inherits:
SyntaxNode show all
Defined in:
lib/idlc/ast.rb

Instance Method Summary collapse

Methods inherited from Treetop::Runtime::SyntaxNode

#set_input_file, #set_input_file_unless_already_set, #space?

Instance Method Details

#to_astObject



8071
8072
8073
# File 'lib/idlc/ast.rb', line 8071

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