GeneratorParams

interface GeneratorParams

The parameters for a Generator.

Properties

Link copied to clipboard
abstract val options: Map<String, String>

The configuration for the generator as specified in the SAMT configuration

Link copied to clipboard
abstract val packages: List<SamtPackage>

The packages to generate code for, includes all SAMT subpackages

Functions

Link copied to clipboard
abstract fun reportError(message: String)

Report an error

Link copied to clipboard
abstract fun reportInfo(message: String)

Report an info message

Link copied to clipboard
abstract fun reportWarning(message: String)

Report a warning