new FunctionDeclaration(name, param, body, raw)
Creates Function Declaration SyntaxTree Node
Parameters:
Name | Type | Description |
---|---|---|
name |
string | |
param |
string | |
body |
string | |
raw |
string |
- Source:
Extends
Classes
Methods
toString()
Converts node to textual representation for output, overridden in children nodes
- Overrides:
- Source: