Position

org.parboiled2.Position
See thePosition companion object
case class Position(index: Int, line: Int, column: Int)

Defines a position in an ParserInput.

Value parameters

column

the text column the error occurred in (1-based)

index

index into the input buffer (0-based)

line

the text line the error occurred in (1-based)

Attributes

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

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product