Data type Field
access this type via: lang.Type (uses)
A field of a type, for object types, data types, or array types.
Constants
int FLAG_RECURSION Possible value for 'flags', indicating that this field refers to a type instance earlier in the graph.
int FLAG_STORE Possible value for 'flags', for fields that represent a function parameter, indicating that this parameter is declared as 'store'.
int FLAG_OPT Possible value for 'flags', for fields that represent a function parameter, indicating that this parameter is declared as optional.
Fields
Type type The type of this field.
char name[] The name of this field.
byte flags Additional flags which describe this type field.