Class: Idl::ReturnStatementSyntaxNode

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

Instance Method Summary collapse

Instance Method Details

#to_astObject



3888
3889
3890
# File 'lib/idl/ast.rb', line 3888

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