Class: Idl::CsrFunctionCallSyntaxNode Private

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

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Instance Method Summary collapse

Instance Method Details

#to_astObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



5990
5991
5992
# File 'lib/idl/ast.rb', line 5990

def to_ast
  CsrFunctionCallAst.new(input, interval, function_name.text_value, csr.to_ast)
end