InParse

case class InParse(className: String, methodName: String, callerPos: CallerPos) extends SpacTraceElement

The bottom of a typical SpacException's spacTrace, representing the specific parse method that was called in order to run the parser, and the location of the caller.

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