StubGenerator

Generator for creating Java stub files from existing Java source code. The generator preserves JML specifications while replacing method bodies with empty implementations.

Author

Alexander Weigl

Constructors

Link copied to clipboard
constructor(config: StubConfig)

Functions

Link copied to clipboard
open override fun call(): Set<CompilationUnit>
Link copied to clipboard

Combine multiple JML specifications into a single specification.

Link copied to clipboard