[FIR/IR generator] Rename field's needAcceptAndTransform to isChild
This better describes the semantics.
This commit is contained in:
committed by
Space Team
parent
02052421e6
commit
d0f87f9aba
+4
-4
@@ -68,7 +68,7 @@ object ImplementationConfigurator : AbstractFirTreeImplementationConfigurator()
|
||||
}
|
||||
|
||||
default("delegate") {
|
||||
needAcceptAndTransform = false
|
||||
isChild = false
|
||||
}
|
||||
}
|
||||
|
||||
@@ -88,14 +88,14 @@ object ImplementationConfigurator : AbstractFirTreeImplementationConfigurator()
|
||||
impl(annotationCall) {
|
||||
commonAnnotationConfig()
|
||||
default("argumentMapping") {
|
||||
needAcceptAndTransform = false
|
||||
isChild = false
|
||||
}
|
||||
}
|
||||
|
||||
impl(errorAnnotationCall) {
|
||||
commonAnnotationConfig()
|
||||
default("argumentMapping") {
|
||||
needAcceptAndTransform = false
|
||||
isChild = false
|
||||
}
|
||||
default("annotationResolvePhase") {
|
||||
value = "FirAnnotationResolvePhase.Types"
|
||||
@@ -513,7 +513,7 @@ object ImplementationConfigurator : AbstractFirTreeImplementationConfigurator()
|
||||
impl(resolvedTypeRef) {
|
||||
publicImplementation()
|
||||
default("delegatedTypeRef") {
|
||||
needAcceptAndTransform = false
|
||||
isChild = false
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
+1
-1
@@ -127,7 +127,7 @@ class FieldWithDefault(override val origin: Field) : Field(), AbstractFieldWithD
|
||||
it.isMutable = isMutable
|
||||
it.withGetter = withGetter
|
||||
it.fromDelegate = fromDelegate
|
||||
it.needAcceptAndTransform = needAcceptAndTransform
|
||||
it.isChild = isChild
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user