Packages

p

xsbti.compile

analysis

package analysis

Type Members

  1. trait Compilation extends Serializable

    Defines Zinc's compilation information.

  2. trait ReadCompilations extends Serializable

    Defines an interface to read information about Zinc's incremental compilations.

    Defines an interface to read information about Zinc's incremental compilations.

    This API is useful to check how many times Zinc has compiled a set of sources and when that compilation took place. One can also use it to test Zinc's regressions.

  3. trait ReadSourceInfos extends AnyRef

    Defines a read-only interface to get compiler information mapped to a source file.

  4. trait ReadStamps extends AnyRef

    A read-only interface to get the timestamps of the binaries, sources and compilation products.

  5. trait SourceInfo extends AnyRef

    Defines the compiler information for a given compilation unit (source file).

  6. trait Stamp extends AnyRef

    A stamp defines certain properties or information on files.

    A stamp defines certain properties or information on files.

    Stamp properties are available depending on its associated file.

    A stamp is empty when getHash and getModified return an empty optional. This value is returned for files that have not been tracked by the incremental compiler.

Ungrouped