CreationShakeDeclaration
Properties
Link copied to clipboard
The actual type of the assignable entity.
Link copied to clipboard
The actual value of the assignable entity.
Link copied to clipboard
Link copied to clipboard
The fully qualified name of the declaration, including its scope and namespace.
Link copied to clipboard
A unique name for the declaration, used internally for identification.
Functions
Link copied to clipboard
Link copied to clipboard
Performs addition assignment on this entity's type.
Link copied to clipboard
Assigns a type to this entity.
Link copied to clipboard
open fun createAddAssignment(value: CreationShakeValue, scope: ShakeScope): CreationShakeAddAssignment
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun createDivideAssignment(value: CreationShakeValue, scope: ShakeScope): CreationShakeDivAssignment
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun createModulusAssignment(value: CreationShakeValue, scope: ShakeScope): CreationShakeModAssignment
Link copied to clipboard
open fun createMultiplyAssignment(value: CreationShakeValue, scope: ShakeScope): CreationShakeMulAssignment
Link copied to clipboard
open fun createPowerAssignment(value: CreationShakeValue, scope: ShakeScope): CreationShakePowerAssignment
Link copied to clipboard
open fun createSubtractAssignment(value: CreationShakeValue, scope: ShakeScope): CreationShakeSubAssignment
Link copied to clipboard
Handles the type after decrement operation.
Link copied to clipboard
Handles the type before decrement operation.
Link copied to clipboard
Performs division assignment on this entity's type.
Link copied to clipboard
Handles the type after increment operation.
Link copied to clipboard
Handles the type before increment operation.
Link copied to clipboard
Performs modulus assignment on this entity's type.
Link copied to clipboard
Performs multiplication assignment on this entity's type.
Link copied to clipboard
Performs power assignment on this entity's type.
Link copied to clipboard
Performs subtraction assignment on this entity's type.
Link copied to clipboard