kotlin-mpp-playground
Toggle table of contents
0.1.0.0+42f3bb9
jvm
Platform filter
jvm
Switch theme
Search in API
kotlin-mpp-playground
shared
/
dev.suresh
/
Expr
/
Const
Const
jvm
interface
Const
:
Expr
(
source
)
Inheritors
Int
Double
Long
Str
Members
Types
Double
Link copied to clipboard
jvm
class
Double
:
Record
,
Expr.Const
Int
Link copied to clipboard
jvm
class
Int
:
Record
,
Expr.Const
Long
Link copied to clipboard
jvm
class
Long
:
Record
,
Expr.Const
Str
Link copied to clipboard
jvm
class
Str
:
Record
,
Expr.Const
Functions
eval
Link copied to clipboard
jvm
open
fun
eval
(
expr
:
Expr
)
:
Long