Package proguard.classfile.kotlin.visitor.filter
-
Class Summary Class Description KotlinAnnotationArgumentFilter Delegates to anotherKotlinAnnotationArgumentVisitor
based on the result of the givenPredicate
.KotlinAnnotationFilter Delegates to a givenKotlinAnnotationVisitor
if the predicate succeeds.KotlinClassFilter Delegates to the givenClassVisitor
if the class has the kotlin.Metadata annotation.KotlinClassKindFilter Delegate to anotherKotlinMetadataVisitor
if the predicate returns true, or if there's no predicate.KotlinConstructorFilter KotlinDeclarationContainerFilter Filter KotlinDeclarationContainers, based on the given predicate.KotlinFunctionFilter Delegate to anotherKotlinFunctionVisitor
if the predicate returns true.KotlinMetadataFilter ThisKotlinMetadataVisitor
delegates its visits to one of two given visitors, depending on whether the given predicate succeeds.KotlinMultiFilePartKindFilter Delegate to anotherKotlinMetadataVisitor
if the predicate returns true.KotlinPropertyFilter Delegate to anotherKotlinPropertyVisitor
if the predicate returns true.KotlinSyntheticClassKindFilter Delegate to anotherKotlinMetadataVisitor
if the predicate returns true.KotlinTypeAliasFilter Delegates to anotherKotlinTypeAliasVisitor
if the predicate succeeds; otherwise to the rejected visitor.KotlinTypeFilter This KotlinTypeVisitor delegates to another KotlinTypeVisitor if the predicate succeeds.KotlinTypeParameterFilter ThisKotlinTypeParameterFilter
delegates to another KotlinTypeVisitor if the predicate succeeds.KotlinValueParameterFilter ThisKotlinValueParameterVisitor
delegates to another KotlinValueParameterVisitor if the predicate succeeds.