Packages

package scalaBackend

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. class ScalaBackend extends BackendInterface

    BackendInterface implementation for the translation to Scala code

  2. class ScalaCompiler extends TranslationPhase[String, Unit]

    TranslationPhase generating a monitor as fat jar from Scala code

  3. class TesslaCompilerReporter extends FilteringReporter

    A reporter implementation raising TeSSLa compiler errors if the supervised Scala compiler raises an error and collects TeSSLa warnings if it raises warnings or information

Value Members

  1. object ScalaCompiler
  2. object ScalaConstants

    Class containing Scala-specific constants for the translation

  3. object ScalaIOHandling

    Class containing code for parsing values from and to strings.

    Class containing code for parsing values from and to strings. Used for generating the input/output parsing from stdio.

    NOTE: A general parsing method which can be executed at runtime is not possible for input parsing since tuples of various type cannot be generated. Replacing tuples internally by Seq[Any] would be a solution but isn't nice at all

Ungrouped