Constructors

Link copied to clipboard
constructor(value: CreationShakeValue?)

Properties

Link copied to clipboard
open override val value: CreationShakeValue?

The value to be returned by the return statement. Can be null if the statement returns no value (void return type).

Functions

Link copied to clipboard
open override fun toJson(): Map<String, Any?>

Converts this statement to a JSON representation. This can be useful for serialization, debugging, or analyzing the structure of the code.