org.parboiled2.Position
See thePosition companion object
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 Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article