StringBasedParserInput

class StringBasedParserInput(string: String) extends DefaultParserInput
class Object
trait Matchable
class Any

Value members

Concrete methods

def currentArgument: Nothing
def length: Int
def nextChar(): Char
def nextUtf8Char(): Char
def sliceCharArray(start: Int, end: Int): Array[Char]
def sliceString(start: Int, end: Int): String

Inherited methods

protected def _cursor: Int
Inherited from:
DefaultParserInput
protected def _cursor_=(pos: Int): Unit
Inherited from:
DefaultParserInput
def cursor: Int
Inherited from:
DefaultParserInput
def getLine(index: Int): Line
Inherited from:
DefaultParserInput