new Message(verb, symbol, info)
Creates a new message;
see factory methods grammar.accept(),
grammar.reduce(),
grammar.shift_or_goto(),
and parser.observe().
Parameters:
| Name | Type | Description |
|---|---|---|
verb |
string | one of |
symbol |
module:BNF~T | module:BNF~NT | symbol on which to send message. |
info |
Number | module:BNF~Rule | additional information, if any. |
- Source:
Properties:
| Name | Type | Description |
|---|---|---|
verb |
string | one of |
symbol |
module:Base~Symbol | symbol on which to message. |
info |
Number | module:BNF~Rule | additional information, if any. |