Package-level declarations

Types

Link copied to clipboard
open class CreationShakeAddAssignment(    val project: CreationShakeProject,     val variable: CreationShakeAssignable,     val value: CreationShakeValue,     val type: ShakeType) : CreationShakeValue, CreationShakeStatement, ShakeAddAssignment
Link copied to clipboard
open class CreationShakeAssignment(    val project: CreationShakeProject,     val variable: CreationShakeAssignable,     val value: CreationShakeValue,     val type: ShakeType) : CreationShakeValue, CreationShakeStatement, ShakeAssignment
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open class CreationShakeDivAssignment(    val project: CreationShakeProject,     val variable: CreationShakeAssignable,     val value: CreationShakeValue,     val type: ShakeType) : CreationShakeValue, CreationShakeStatement, ShakeDivAssignment
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract class CreationShakeInvokable(    val body: CreationShakeCode?,     val parameters: List<CreationShakeParameter>,     val returnType: CreationShakeType) : ShakeInvokable
Link copied to clipboard
open class CreationShakeModAssignment(    val project: CreationShakeProject,     val variable: CreationShakeAssignable,     val value: CreationShakeValue,     val type: ShakeType) : CreationShakeValue, CreationShakeStatement, ShakeModAssignment
Link copied to clipboard
open class CreationShakeMulAssignment(    val project: CreationShakeProject,     val variable: CreationShakeAssignable,     val value: CreationShakeValue,     val type: ShakeType) : CreationShakeValue, CreationShakeStatement, ShakeMulAssignment
Link copied to clipboard
class CreationShakeNew(    val project: CreationShakeProject,     val reference: CreationShakeConstructor,     val arguments: List<CreationShakeValue>,     val parent: CreationShakeValue? = null) : CreationShakeValue, CreationShakeStatement, ShakeNew
Link copied to clipboard
open class CreationShakePowerAssignment(    val project: CreationShakeProject,     val variable: CreationShakeAssignable,     val value: CreationShakeValue,     val type: ShakeType) : CreationShakeValue, CreationShakeStatement, ShakePowAssignment
Link copied to clipboard
open class CreationShakeSubAssignment(    val project: CreationShakeProject,     val variable: CreationShakeAssignable,     val value: CreationShakeValue,     val type: ShakeType) : CreationShakeValue, CreationShakeStatement, ShakeSubAssignment