Class: FunctionDeclaration

FunctionDeclaration(name, param, body, raw)

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

FunctionDeclaration

Methods

toString()

Converts node to textual representation for output, overridden in children nodes
Overrides:
Source: