InSplitter

case class InSplitter(splitterNote: String, pos: CallerPos) extends SpacTraceElement

Indicates the usage of a splitter, and the source location that constructed that splitter. Generally, the splitterNote will be the .toString of whichever ContextMatcher was used to construct the splitter.

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

Value members

Concrete methods

def render: String
def toStackTraceElement: StackTraceElement

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product