TextPosn

ostrat.TextPosn
See theTextPosn companion object
case class TextPosn(fileName: String, lineNum: Int, linePosn: Int)

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def addChars(chars: Seq[Char]): TextPosn
def addStr(str: String): TextPosn
def bad[A](message: String): Bad[A]
Implicitly added by TextPosnImplicit
def bad2[A1, A2](message: String): Bad2[A1, A2]
Implicitly added by TextPosnImplicit
def bad3[A1, A2, A3](message: String): Bad3[A1, A2, A3]
Implicitly added by TextPosnImplicit
def notImplemented[A]: Bad[A]
Implicitly added by TextPosnImplicit
def notImplemented3[A1, A2, A3]: Bad3[A1, A2, A3]
Implicitly added by TextPosnImplicit
def parseErr(detail: String): String
Implicitly added by TextPosnImplicit
def right(num: Int): TextPosn

moves the value of the TextPosn to the right.

moves the value of the TextPosn to the right.

Attributes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product