Class: Idl::ReturnStatementSyntaxNode

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

Instance Method Summary collapse

Instance Method Details

#to_astObject



3911
3912
3913
# File 'lib/idl/ast.rb', line 3911

def to_ast
  ReturnStatementAst.new(input, interval, return_expression.to_ast)
end