Interface KotlinAsserterConstraint
-
- All Known Implementing Classes:
AbstractKotlinMetadataConstraint,ClassIntegrity,ConstructorIntegrity,DeclarationContainerIntegrity,FileFacadeIntegrity,FunctionIntegrity,KmAnnotationIntegrity,KotlinModuleIntegrity,MultiFileFacadeIntegrity,MultiFilePartIntegrity,PropertyIntegrity,SyntheticClassIntegrity,TypeIntegrity,ValueParameterIntegrity
public interface KotlinAsserterConstraintImplementations 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 voidcheck(Reporter reporter, ClassPool programClassPool, ClassPool libraryClassPool, Clazz clazz, KotlinMetadata kotlinMetadata)voidcheck(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)
-
-