Class: Idl::CsrSoftwareWriteSyntaxNode
- Inherits:
-
Treetop::Runtime::SyntaxNode
- Object
- Treetop::Runtime::SyntaxNode
- Idl::CsrSoftwareWriteSyntaxNode
- Defined in:
- lib/idl/ast.rb
Instance Method Summary collapse
Instance Method Details
#to_ast ⇒ Object
5939 5940 5941 |
# File 'lib/idl/ast.rb', line 5939 def to_ast CsrSoftwareWriteAst.new(input, interval, csr.to_ast, expression.to_ast) end |