Class: Idl::StatementSyntaxNode
- Inherits:
-
Treetop::Runtime::SyntaxNode
- Object
- Treetop::Runtime::SyntaxNode
- Idl::StatementSyntaxNode
- Defined in:
- lib/idl/ast.rb
Instance Method Summary collapse
Instance Method Details
#to_ast ⇒ Object
3695 3696 3697 |
# File 'lib/idl/ast.rb', line 3695 def to_ast StatementAst.new(input, interval, a.to_ast) end |