Event

de.uni_luebeck.isp.tessla.interpreter.TraceParser.Event
case class Event(streamName: Token, expression: ExpressionContext, timestamp: TimestampContext, loc: Location)

Representation of a parsed event.

Value parameters

expression

the parsed expression

loc

location information for this event

streamName

the token representing the stream name

timestamp

the parsed timestamp

Attributes

See also

TraceExpressionEvaluator for evaluation of expression

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

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product