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.

Attributes

expression

the parsed expression

loc

location information for this event

streamName

the token representing the stream name

timestamp

the parsed timestamp

See also:

EventIterator

TraceExpressionEvaluator for evaluation of expression

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