StringBasedParserInput

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

Value members

Concrete methods

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

def cursor: Int
Inherited from
DefaultParserInput
def getLine(index: Int): Line
Inherited from
DefaultParserInput

Inherited fields

protected
var _cursor: Int
Inherited from
DefaultParserInput