Packages

p

xsbti.compile

analysis

package analysis

Type Members

  1. trait GenericMapper extends AnyRef

    Defines a generic interface to map the values of the analysis file 1-to-1.

  2. trait ReadMapper extends GenericMapper

    Defines a reader-only mapper interface that is used by Zinc after reading the analysis from an instance of an xsbti.compile.AnalysisStore.

    Defines a reader-only mapper interface that is used by Zinc after reading the analysis from an instance of an xsbti.compile.AnalysisStore.

    This interface is useful to make the analysis file machine-independent and allow third parties to distribute them around.

  3. final class ReadWriteMappers extends AnyRef
  4. trait RootPaths extends AnyRef

    Defines an interface to model all the root paths.

    Defines an interface to model all the root paths.

    This interface is required to be used for ReadMapper and WriteMapper.

  5. trait WriteMapper extends GenericMapper

    Defines a writer-only mapper interface that is used by Zinc before writing the contents of the analysis files to the underlying analysis store.

    Defines a writer-only mapper interface that is used by Zinc before writing the contents of the analysis files to the underlying analysis store.

    This interface is useful to make the analysis file machine-independent and allow third parties to distribute them around.

Ungrouped