terpal-plugin-kotlin
1.9.10-0.1.0
jvm
terpal-plugin-kotlin
/
io.exoquery.terpal.plugin.trees
/
ExtractorsDomain
/
Call
/
InterpolatorFunctionInvoke
Interpolator
Function
Invoke
object
InterpolatorFunctionInvoke
Members
Types
Match
Link copied to clipboard
data
class
Match
(
val
interpolatorType
:
IrType
,
val
interpolatorClass
:
IrClassSymbol
)
Properties
interpolator
Function
Name
Link copied to clipboard
val
interpolatorFunctionName
:
String
Functions
extract
Components
Link copied to clipboard
fun
extractComponents
(
call
:
IrCall
)
:
ExtractorsDomain.Call.InterpolatorFunctionInvoke.Match
?
get
Link copied to clipboard
operator
fun
<
AP
:
Pattern
<
ExtractorsDomain.Call.InterpolatorFunctionInvoke.Match
>
,
BP
:
Pattern
<
List
<
IrExpression
>
>
>
get
(
reciver
:
AP
,
terpComps
:
BP
)
:
Pattern2
<
AP
,
BP
,
ExtractorsDomain.Call.InterpolatorFunctionInvoke.Match
,
List
<
IrExpression
>
,
IrCall
>
matches
Method
Link copied to clipboard
fun
matchesMethod
(
call
:
IrCall
)
:
Boolean