Class: Idl::ReturnStatementSyntaxNode
- Inherits:
-
Treetop::Runtime::SyntaxNode
- Object
- Treetop::Runtime::SyntaxNode
- Idl::ReturnStatementSyntaxNode
- Defined in:
- lib/idl/ast.rb
Instance Method Summary collapse
Instance Method Details
#to_ast ⇒ Object
3888 3889 3890 |
# File 'lib/idl/ast.rb', line 3888 def to_ast ReturnStatementAst.new(input, interval, return_expression.to_ast) end |