toggle menu
Parsek
0.8.1
common
switch theme
search in API
Parsek
/
org.kobjects.parsek.expressionparser
/
ConfigurableExpressionParser
/
Operator
/
Binary
Binary
class
Binary
<
S
,
C
,
R
>
(
val
precedence
:
Int
,
val
rtl
:
Boolean
,
val
build
:
(
S
,
C
,
String
,
R
,
R
)
->
R
)
:
ConfigurableExpressionParser.Operator
<
S
,
C
,
R
>
The precedence, binding direction and build function for a binary operator.
Members
Constructors
Binary
Link copied to clipboard
constructor
(
precedence
:
Int
,
rtl
:
Boolean
,
build
:
(
S
,
C
,
String
,
R
,
R
)
->
R
)
Properties
build
Link copied to clipboard
val
build
:
(
S
,
C
,
String
,
R
,
R
)
->
R
precedence
Link copied to clipboard
open
override
val
precedence
:
Int
rtl
Link copied to clipboard
val
rtl
:
Boolean