TypeInformation
Summary
Properties
| Name | Type |
|---|---|
| name | string |
| super | TypeInformation | nil |
| elementType | TypeInformation | nil |
| fields | FieldInformation[] |
| array | bool |
| enum | bool |
Operators
| Operator | Rhs | Returns |
|---|---|---|
| == | TypeInformation | bool |
Properties
name
string
super
TypeInformation | nil
elementType
TypeInformation | nil
fields
array
bool
enum
bool
Operators
operator==
operator==(rhs: TypeInformation): bool
Parameters
| Name | Type | Description |
|---|---|---|
| rhs | TypeInformation |
Returns
| Type | Description |
|---|---|
| bool |
Last modified April 27, 2020: Regenerate all API documentation (0b49d6be)