| Class | Description |
|---|---|
| KotlinAnnotationFilter |
Delegates to a given
KotlinAnnotationVisitor if the predicate succeeds. |
| KotlinClassFilter |
Delegates to the given
ClassVisitor if the class has the
kotlin.Metadata annotation. |
| KotlinClassKindFilter |
Delegate to another
KotlinMetadataVisitor if the predicate returns true,
or if there's no predicate. |
| KotlinConstructorFilter | |
| KotlinDeclarationContainerFilter |
Filter KotlinDeclarationContainers, based on the given predicate.
|
| KotlinFunctionFilter |
Delegate to another
KotlinFunctionVisitor if the predicate returns true. |
| KotlinMetadataFilter |
This
KotlinMetadataVisitor delegates its visits to one of two given visitors,
depending on whether the given predicate succeeds. |
| KotlinMultiFilePartKindFilter |
Delegate to another
KotlinMetadataVisitor if the predicate returns true. |
| KotlinPropertyFilter |
Delegate to another
KotlinPropertyVisitor if the predicate returns true. |
| KotlinSyntheticClassKindFilter |
Delegate to another
KotlinMetadataVisitor if the predicate returns true. |
| KotlinTypeFilter |
This KotlinTypeVisitor delegates to another KotlinTypeVisitor if the
predicate succeeds.
|