Class: Idl::CsrSoftwareWriteSyntaxNode

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

Instance Method Summary collapse

Instance Method Details

#to_astObject



5974
5975
5976
# File 'lib/idl/ast.rb', line 5974

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