TableType
data class TableType
Fields
Name | Description |
---|---|
val limits: Limits
|
|
val elemType: ElementType
|
Constructors
<init>
constructor(limits: Limits, elemType: ElementType)
This data class represents TableType
Parameters
Name | Description |
---|---|
limits: Limits
|
|
elemType: ElementType
|
Extensions
validate
fun TableType.validate(context: ValidationContext): ValidationContext
Validates a TableType node.
Receiver
Name | Description |
---|---|
TableType
|
Parameters
Name | Description |
---|---|
context: ValidationContext
|
ReturnValue
Name | Description |
---|---|
ValidationContext
|
This data class represents TableType