ShakeLateProcessCode

Constructors

Link copied to clipboard
constructor(tree: ShakeBlockNode)

Properties

Link copied to clipboard
open lateinit override var statements: List<CreationShakeStatement>

A list of statements that make up this block of code.

Link copied to clipboard

Functions

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

Converts this block of code to a JSON representation. This can be useful for serialization, debugging, or for interfacing with other components that consume JSON.