LHSOperator<'Op, 'Aux, 'Expr, 'T, 'State, 'Input, 'InputSlice> Type
Union cases
| Union case | Description |
Full Usage:
Enclosed(op, parseOp, rightPower, closeOp, parseCloseOp, complete)
Parameters:
'Op
parseOp : Parser<'Op, 'T, 'State, 'Input, 'InputSlice>
rightPower : byte<MeasureProduct<bp, MeasureOne>>
closeOp : 'Op
parseCloseOp : Parser<'Op, 'T, 'State, 'Input, 'InputSlice>
complete : 'Op -> 'Expr -> 'Op -> 'Expr
|
|
Full Usage:
LHSTernary(op, parseOp, rightPower, delimiter, parseDelimiter, complete)
Parameters:
'Op
parseOp : Parser<'Op, 'T, 'State, 'Input, 'InputSlice>
rightPower : byte<MeasureProduct<bp, MeasureOne>>
delimiter : 'Op
parseDelimiter : Parser<'Op, 'T, 'State, 'Input, 'InputSlice>
complete : 'Op -> 'Expr -> 'Op -> 'Expr -> 'Expr
|
|
Full Usage:
Prefix(op, parseOp, rightPower, completePrefix)
Parameters:
'Op
parseOp : Parser<'Op, 'T, 'State, 'Input, 'InputSlice>
rightPower : byte<MeasureProduct<bp, MeasureOne>>
completePrefix : 'Op -> 'Expr -> 'Expr
|
|
Instance members
| Instance member | Description |
Full Usage:
this.IsEnclosed
Returns: bool
|
|
Full Usage:
this.IsLHSTernary
Returns: bool
|
|
Full Usage:
this.IsPrefix
Returns: bool
|
|