<private> new Action(_action, _symbol [, _info])
Creates a new action.
Parameters:
Name | Type | Argument | Description |
---|---|---|---|
_action |
string | one of |
|
_symbol |
page.BNF.T | page.BNF.NT | symbol on which to take the action. |
|
_info |
page.BNF.T | page.BNF.Rule |
<optional> |
additional information. |
- Source:
Properties:
Name | Type | Description |
---|---|---|
action |
string | one of |
symbol |
page.BNF.T | page.BNF.NT | symbol on which to take the action. |
info |
Number | page.BNF.Rule | additional information, if any. |
Methods
-
toString()
-
Displays symbol, action, and additional information if any.
- Source:
Returns:
- Type
- string