Class: Idl::CsrSoftwareWriteSyntaxNode

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

Instance Method Summary collapse

Instance Method Details

#to_astObject



5939
5940
5941
# File 'lib/idl/ast.rb', line 5939

def to_ast
  CsrSoftwareWriteAst.new(input, interval, csr.to_ast, expression.to_ast)
end