Interface KotlinAsserterConstraint
-
- All Known Implementing Classes:
AbstractKotlinMetadataConstraint
,ClassIntegrity
,ConstructorIntegrity
,DeclarationContainerIntegrity
,FileFacadeIntegrity
,FunctionIntegrity
,KmAnnotationIntegrity
,KotlinModuleIntegrity
,MultiFileFacadeIntegrity
,MultiFilePartIntegrity
,PropertyIntegrity
,SyntheticClassIntegrity
,TypeIntegrity
,ValueParameterIntegrity
public interface KotlinAsserterConstraint
Implementations of this class represent a conceptual constraint on KotlinMetadata.A KotlinMetadataConstraint is checked in the context of ClassPools and a specific KotlinMetadata instance, and should report its findings to the passed Reporter.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
check(Reporter reporter, ClassPool programClassPool, ClassPool libraryClassPool, Clazz clazz, KotlinMetadata kotlinMetadata)
void
check(Reporter reporter, KotlinModule kotlinModule)
-
-
-
Method Detail
-
check
void check(Reporter reporter, ClassPool programClassPool, ClassPool libraryClassPool, Clazz clazz, KotlinMetadata kotlinMetadata)
-
check
void check(Reporter reporter, KotlinModule kotlinModule)
-
-