CreationShakeClassFieldUsage
open class CreationShakeClassFieldUsage(val scope: CreationShakeScope, val declaration: CreationShakeField, val receiver: CreationShakeValue? = null) : CreationShakeUsage, ShakeClassFieldUsage(source)
Constructors
Link copied to clipboard
constructor(scope: CreationShakeScope, declaration: CreationShakeField, receiver: CreationShakeValue? = null)
Properties
Link copied to clipboard
The declaration associated with this usage.
Link copied to clipboard
The project to which this value belongs.
Link copied to clipboard
The receiver of the field. This is the instance of the class where the field is used.
Link copied to clipboard
The scope in which the usage occurs.
Link copied to clipboard
The type of this value.