Class: EntryPoint
Represents the main entry point of a program.
Constructors
Constructor
new EntryPoint(
identifier,expressions,loc?):EntryPoint
Parameters
| Parameter | Type |
|---|---|
identifier | SymbolPrimitive |
expressions | Expression[] |
loc? | SourceLocation |
Returns
EntryPoint
Overrides
ASTNode.constructor