ShakeDivAssignment

Represents a division assignment (e.g., a /= b) in the Shake language.

Inheritors

Properties

Link copied to clipboard
abstract val project: ShakeProject

The project to which this value belongs.

Link copied to clipboard
abstract val type: ShakeType

The type of this value.

Link copied to clipboard
abstract val value: ShakeValue

The value being assigned.

Link copied to clipboard

The variable being assigned to.

Functions

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

Converts this value to a JSON representation. Useful for serialization, debugging, or for interfacing with external systems.