Location

trait Location

Location of a Fragment

This is currently implemented using stacktraces which is very brittle

class Object
trait Matchable
class Any

Value members

Abstract methods

def filter(filter: StackTraceFilter): Location
Returns:

a filtered Location

def traceLocation(filter: StackTraceFilter): Option[TraceLocation]

Concrete methods

def classLocation(filter: StackTraceFilter): Option[String]

the class name and the line number where the Throwable was created

the class name and the line number where the Throwable was created

def fullLocation(filter: StackTraceFilter): Option[String]

the class name, file Name and the line number where the Throwable was created

the class name, file Name and the line number where the Throwable was created

def lineNumber(filter: StackTraceFilter): Option[Int]

the line number

the line number

def location(filter: StackTraceFilter): Option[String]

file name and line number

file name and line number

override def toString: String
Definition Classes
Any