Compiler Plugin Utils
1.1.1-SNAPSHOT
Compiler Plugin Utils
/
com.rnett.plugin.naming
/
IPropertyFilter
IProperty
Filter
interface
IPropertyFilter
Content copied to clipboard
A filter for resolving IR properties
Functions
Properties
Sources
Inheritors
Functions
filter
Link copied to clipboard
abstract
fun
filter
(
filter
:
(
IrProperty
)
->
Boolean
)
Content copied to clipboard
matches
Link copied to clipboard
abstract
fun
matches
(
property
:
IrProperty
)
:
Boolean
Content copied to clipboard
Properties
extensionReceiver
Link copied to clipboard
abstract
var
extensionReceiver
:
(
IrValueParameter
)
->
Boolean
?
Content copied to clipboard
fieldType
Link copied to clipboard
abstract
var
fieldType
:
String
?
Content copied to clipboard
getterType
Link copied to clipboard
abstract
var
getterType
:
String
?
Content copied to clipboard
hasBackingField
Link copied to clipboard
abstract
var
hasBackingField
:
Boolean
?
Content copied to clipboard
hasExtensionReceiver
Link copied to clipboard
abstract
var
hasExtensionReceiver
:
Boolean
?
Content copied to clipboard
hasGetter
Link copied to clipboard
abstract
var
hasGetter
:
Boolean
?
Content copied to clipboard
hasSetter
Link copied to clipboard
abstract
var
hasSetter
:
Boolean
?
Content copied to clipboard
isDelegated
Link copied to clipboard
abstract
var
isDelegated
:
Boolean
?
Content copied to clipboard
isExpect
Link copied to clipboard
abstract
var
isExpect
:
Boolean
?
Content copied to clipboard
type
Link copied to clipboard
abstract
var
type
:
String
?
Content copied to clipboard
Inheritors
PropertyRef
Link copied to clipboard
PropertyFilter
Link copied to clipboard
Sources
jvm source
Link copied to clipboard