toggle menu
pprint-kotlin
1.0.0
jvm
switch theme
search in API
pprint-kotlin
/
io.exoquery.pprint
/
Tree
/
Infix
Infix
data
class
Infix
(
val
lhs
:
Tree
,
val
op
:
String
,
val
rhs
:
Tree
)
:
Tree
LHS op RHS
Members
Constructors
Infix
Link copied to clipboard
constructor
(
lhs
:
Tree
,
op
:
String
,
rhs
:
Tree
)
Properties
lhs
Link copied to clipboard
val
lhs
:
Tree
op
Link copied to clipboard
val
op
:
String
rhs
Link copied to clipboard
val
rhs
:
Tree