class Tesh::ReturnStatement

Defined in:

tesh/ast.cr

Instance Method Summary

Instance methods inherited from class Tesh::Statement

expression : Tesh::Expression expression, expression=(expression : Tesh::Expression) expression=, name name, name=(name : Tesh::Identifier) name=, to_s to_s, token : Tesh::Token token, token_literal token_literal, value value, value=(value : Tesh::Identifier) value=

Constructor methods inherited from class Tesh::Statement

new(token : Tesh::Token) new

Instance Method Detail

def to_s #
Description copied from class Object

Returns a nicely readable and concise string representation of this object, typically intended for users.

This method should usually not be overridden. It delegates to #to_s(IO) which can be overridden for custom implementations.

Also see #inspect.


[View source]