Class: Node

Node(type)

new Node(type)

Creates ST Nodes, extended for each type
Parameters:
Name Type Description
type string
Source:

Methods

(abstract) toString()

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