ActionSLR1 Type
data type for the actions of LR(0) and SLR(1) parsers
Union cases
| Union case |
Description
|
Full Usage:
AcceptSLR1
|
|
Full Usage:
GotoSLR1 int
Parameters:
int
|
|
Full Usage:
RejectSLR1
|
|
Full Usage:
ShiftSLR1 int
Parameters:
int
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsAcceptSLR1
Returns: bool
|
|
Full Usage:
this.IsGotoSLR1
Returns: bool
|
|
Full Usage:
this.IsReduceSLR1
Returns: bool
|
|
Full Usage:
this.IsRejectSLR1
Returns: bool
|
|
Full Usage:
this.IsShiftSLR1
Returns: bool
|
|
F#
Averest