CompilationResult

de.uni_luebeck.isp.tessla.interpreter.JavaApi$.CompilationResult
case class CompilationResult(result: Result, engine: Engine)

Container for the result of the compilation of a TeSSLa specification.

Attributes

engine

Monitor generated from the specification (can be used to receive input streams and generate output streams)

result

Object containing the errors and warnings which occurred during compilation

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product