GlobalType
data class GlobalType
Fields
Name | Description |
---|---|
val valueType: ValueType
|
|
val mutable: Boolean
|
Constructors
Extensions
validate
fun GlobalType.validate(context: ValidationContext): ValidationContext
Validates a GlobalType node.
Receiver
Name | Description |
---|---|
GlobalType
|
Parameters
Name | Description |
---|---|
context: ValidationContext
|
ReturnValue
Name | Description |
---|---|
ValidationContext
|
Data class encapsulating the value type and mutability of a GlobalType in the spec. From the docs: