terpal-plugin-kotlin
1.9.10-0.1.0
jvm
terpal-plugin-kotlin
/
io.exoquery.terpal.plugin.trees
Package-level
declarations
Types
Functions
Properties
Types
Extractors
Domain
Link copied to clipboard
object
ExtractorsDomain
Ir
Link copied to clipboard
object
Ir
Lifter
Link copied to clipboard
class
Lifter
(
val
builderCtx
:
BuilderContext
)
Properties
simple
Type
Args
Link copied to clipboard
val
IrType
.
simpleTypeArgs
:
List
<
IrType
>
simple
Value
Args
Link copied to clipboard
val
IrCall
.
simpleValueArgs
:
List
<
IrExpression
?
>
simple
Value
Args
Count
Link copied to clipboard
val
IrCall
.
simpleValueArgsCount
:
Int
simple
Value
Params
Link copied to clipboard
val
IrFunction
.
simpleValueParams
:
List
<
IrValueParameter
>
simple
Value
Params
Count
Link copied to clipboard
val
IrFunction
.
simpleValueParamsCount
:
Int
Functions
is
Class
Link copied to clipboard
inline
fun
<
T
>
IrExpression
.
isClass
(
)
:
Boolean
inline
fun
<
T
>
IrType
.
isClass
(
)
:
Boolean
reciver
Is
Link copied to clipboard
inline
fun
<
T
>
IrCall
.
reciverIs
(
methodName
:
String
)
:
Boolean