CreationShakeBooleanLiteral

Constructors

Link copied to clipboard
constructor(project: CreationShakeProject, value: Boolean)

Properties

Link copied to clipboard
open override val project: CreationShakeProject

The project to which this value belongs.

Link copied to clipboard
open override val type: CreationShakeType

The type of this value.

Link copied to clipboard
open override val value: Boolean

The boolean value of the literal

Functions

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

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

Link copied to clipboard
open override fun toString(): String