| Class | Description |
|---|---|
| KotlinAnnotationArgumentFilter |
Delegates to another
KotlinAnnotationArgumentVisitor based on the
result of the given Predicate. |
| 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. |
| KotlinTypeAliasFilter |
Delegates to another
KotlinTypeAliasVisitor if the predicate succeeds;
otherwise to the rejected visitor. |
| KotlinTypeFilter |
This KotlinTypeVisitor delegates to another KotlinTypeVisitor if the
predicate succeeds.
|
| KotlinTypeParameterFilter |
This
KotlinTypeParameterFilter delegates to another KotlinTypeVisitor if the
predicate succeeds. |
| KotlinValueParameterFilter |
This
KotlinValueParameterVisitor delegates to another KotlinValueParameterVisitor if the
predicate succeeds. |