ErrorHandling

alpaca.internal.lexer.ErrorHandling
See theErrorHandling companion trait
object ErrorHandling

Provides mechanisms for defining error-handling strategies when processing input. This object contains a sealed enumeration Strategy that specifies the different ways errors can be addressed during tokenization or parsing workflows.

Attributes

Companion
trait
Experimental
true
Source
ErrorHandling.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

enum Strategy

Attributes

Source
ErrorHandling.scala
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all