Class: Word

Word(text)

Creates a Word with a name, a list of actual parameter expressions, an empty list of actual parameter values, and a Production-matching key from the text of the Word.

Constructor

new Word(text)

Parameters:
Name Type Description
text string

Parsed to produce the parts of this Word. Both formal parameters and actual parameters must be seperated by a comma and a space (", "). Actual parameters may contain or be expressions; if so, no comma within such an expression may be followed by a space (this prevents incorrect parsing into malformed parameters). Example: "J(2, myfunction(4,t/2,6) + p)".

Source: