Util

fastparse.internal.Util$
object Util

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Util.type

Members list

Concise view

Value members

Concrete methods

def consumeWhitespace[V](whitespace: Whitespace, ctx: ParsingRun[Any]): Unit
def joinBinOp(lhs: Msgs, rhs: Msgs): Msgs
def lineNumberLookup(data: String): Array[Int]
def literalize(s: IndexedSeq[Char], unicode: Boolean): String
def parenthize(fs: List[Lazy[String]]): String
def reportParseMsgInRep(startIndex: Int, min: Int, ctx: ParsingRun[Any], sepMsg: Msgs, parsedMsg: Msgs, lastAgg: Msgs, precut: Boolean): Unit
def reportParseMsgPostSep(startIndex: Int, min: Int, ctx: ParsingRun[Any], parsedMsg: Msgs, lastAgg: Msgs): Unit
def startsWith(src: ParserInput, prefix: String, offset: Int): Boolean
def startsWithIgnoreCase(src: ParserInput, prefix: IndexedSeq[Char], offset: Int): Boolean