Class: TypeCast
Represents an explicit type casting or annotation expression.
Constructors
Constructor
new TypeCast(
expression,body,loc?):TypeCast
Parameters
| Parameter | Type |
|---|---|
expression | Expression |
body | Type |
loc? | SourceLocation |
Returns
TypeCast
Overrides
ASTNode.constructor