public interface KotlinAsserterConstraint
A KotlinMetadataConstraint is checked in the context of ClassPools and a specific KotlinMetadata instance, and should report its findings to the passed Reporter.
Modifier and Type | Method and Description |
---|---|
void |
check(Reporter reporter,
ClassPool programClassPool,
ClassPool libraryClassPool,
Clazz clazz,
KotlinMetadata kotlinMetadata) |
void |
check(Reporter reporter,
KotlinModule kotlinModule) |
void check(Reporter reporter, ClassPool programClassPool, ClassPool libraryClassPool, Clazz clazz, KotlinMetadata kotlinMetadata)
void check(Reporter reporter, KotlinModule kotlinModule)