TextPosnImplicit

ostrat.TextPosn.TextPosnImplicit
implicit class TextPosnImplicit(thisTextPosn: TextPosn)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def fail(message: String): Fail[Exception]

Produce a failure with a plain Exception type.

Produce a failure with a plain Exception type.

Attributes

def failAst(detail: String): Fail[ExcAst]

Produce a failure with an ExcLexar type.

Produce a failure with an ExcLexar type.

Attributes

def failLexar(detail: String): Fail[ExcLexar]

Produce a failure with an ExcLexar type.

Produce a failure with an ExcLexar type.

Attributes

def failParse(detail: String): Fail[ExcParse]

Produce a failure with an ExcLexar type.

Produce a failure with an ExcLexar type.

Attributes

def parseErr(detail: String): String