Expectation

sealed abstract class Expectation

An expectation reports the kind or parsing error and where it occured.

An expectation reports the kind or parsing error and where it occured.

Companion
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def offset: Int

Concrete methods

def context: List[String]

This is a reverse order stack (most recent context first) of this parsing error

This is a reverse order stack (most recent context first) of this parsing error