Class: Idl::ArrayIncludesSyntaxNode

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



1504
1505
1506
# File 'lib/idlc/ast.rb', line 1504

def to_ast
  ArrayIncludesAst.new(input, interval, send(:ary).to_ast, send(:value).to_ast)
end