| Interface | Description |
|---|---|
| KotlinAsserterConstraint |
Implementations of this class represent a conceptual constraint on KotlinMetadata.
|
| Class | Description |
|---|---|
| AbstractKotlinMetadataConstraint | |
| ClassIntegrity |
This class checks the assumption: All functions need a JVM signature
|
| ConstructorIntegrity | |
| DeclarationContainerIntegrity | |
| FileFacadeIntegrity | |
| FunctionIntegrity |
This class checks the assumption: All functions need a JVM signature
|
| KmAnnotationIntegrity |
This class checks the assumption: All properties need a JVM signature for their getter
|
| KotlinModuleIntegrity | |
| MultiFilePartIntegrity | |
| PropertyIntegrity |
This class checks the assumption: All properties need a JVM signature for their getter
|
| SyntheticClassIntegrity | |
| TypeIntegrity |
This class checks the assumption: All properties need a JVM signature for their getter
|
| ValueParameterIntegrity |