Package-level declarations
Types
Link copied to clipboard
class CreationShakeBooleanLiteral(val project: CreationShakeProject, val value: Boolean) : CreationShakeValue, ShakeBooleanLiteral
Link copied to clipboard
class CreationShakeCast(val project: ShakeProject, val value: CreationShakeValue, val castTarget: CreationShakeType) : CreationShakeValue, ShakeValue
Link copied to clipboard
class CreationShakeCharacterLiteral(val project: CreationShakeProject, val value: Char) : CreationShakeValue, ShakeCharacterLiteral
Link copied to clipboard
class CreationShakeChild(val project: CreationShakeProject, val scope: CreationShakeScope, val parent: CreationShakeValue, val field: ShakeField) : CreationShakeAssignable, ShakeChild
Link copied to clipboard
class CreationShakeChildUsage(val project: CreationShakeProject, val used: CreationShakeChild) : CreationShakeUsage, ShakeChildUsage
Link copied to clipboard
open class CreationShakeClassFieldUsage(val scope: CreationShakeScope, val declaration: CreationShakeField, val receiver: CreationShakeValue? = null) : CreationShakeUsage, ShakeClassFieldUsage
Link copied to clipboard
class CreationShakeDoubleLiteral(val project: CreationShakeProject, val value: Double) : CreationShakeValue, ShakeDoubleLiteral
Link copied to clipboard
class CreationShakeFieldUsage(val scope: CreationShakeScope, val declaration: CreationShakeField, val receiver: CreationShakeValue? = null) : CreationShakeUsage, ShakeFieldUsage
Link copied to clipboard
class CreationShakeIntegerLiteral(val project: CreationShakeProject, val value: Int) : CreationShakeValue, ShakeIntLiteral
Link copied to clipboard
class CreationShakeLambdaDeclaration(val project: CreationShakeProject, val parameters: List<CreationShakeParameter>, val returnType: CreationShakeType, val content: CreationShakeCode) : CreationShakeInvokable, CreationShakeValue, ShakeLambdaDeclaration
Link copied to clipboard
class CreationShakeNullLiteral(val project: CreationShakeProject) : CreationShakeValue, ShakeNullLiteral
Link copied to clipboard
open class CreationShakeStaticClassFieldUsage(val scope: CreationShakeScope, val declaration: CreationShakeField) : CreationShakeUsage, ShakeStaticClassFieldUsage
Link copied to clipboard
class CreationShakeStringLiteral(val project: CreationShakeProject, val value: String) : CreationShakeValue, ShakeStringLiteral
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open class CreationShakeVariableUsage(val scope: CreationShakeScope, val declaration: CreationShakeDeclaration) : CreationShakeUsage, ShakeVariableUsage