ShakeStatement

Represents a statement in the Shake language. A statement is an instruction or action that forms part of a program's code.

Since

0.1.0

Inheritors

Functions

Link copied to clipboard
abstract 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.