Compiler Plugin Utils
1.1.1-SNAPSHOT
Compiler Plugin Utils
/
com.rnett.plugin.naming
/
IConstructorFilter
IConstructor
Filter
interface
IConstructorFilter
Content copied to clipboard
A filter for resolving IR constructors.
Functions
Properties
Sources
Inheritors
Functions
filter
Link copied to clipboard
abstract
fun
filter
(
filter
:
(
IrConstructor
)
->
Boolean
)
Content copied to clipboard
invoke
Link copied to clipboard
open
operator
fun
Int
.
invoke
(
filter
:
(
IrValueParameter
)
->
Boolean
)
Content copied to clipboard
matches
Link copied to clipboard
abstract
fun
matches
(
function
:
IrConstructor
)
:
Boolean
Content copied to clipboard
Properties
hasVararg
Link copied to clipboard
abstract
var
hasVararg
:
Boolean
?
Content copied to clipboard
isExpect
Link copied to clipboard
abstract
var
isExpect
:
Boolean
?
Content copied to clipboard
isPrimary
Link copied to clipboard
abstract
var
isPrimary
:
Boolean
?
Content copied to clipboard
numParameters
Link copied to clipboard
abstract
var
numParameters
:
Int
?
Content copied to clipboard
parameters
Link copied to clipboard
abstract
var
parameters
:
MutableMap
<
Int
,
(
IrValueParameter
)
->
Boolean
>
Content copied to clipboard
Inheritors
ConstructorFilter
Link copied to clipboard
ConstructorRef
Link copied to clipboard
Sources
jvm source
Link copied to clipboard