Class: SimpleType
Represents a basic named type (e.g., Int, Bool).
Constructors
Constructor
new SimpleType(
value,constraints,loc?):SimpleType
Parameters
| Parameter | Type |
|---|---|
value | string |
constraints | Constraint[] |
loc? | SourceLocation |
Returns
SimpleType
Overrides
ASTNode.constructor