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 ( |
- Source:
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.
| 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 ( |