NoIndexFContext

org.typelevel.jawn.FContext$.NoIndexFContext
trait NoIndexFContext[J] extends FContext[J]

A convenience trait for implementers who don't need character offsets.

Attributes

Source
FContext.scala
Graph
Supertypes
trait FContext[J]
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def add(s: CharSequence): Unit

Attributes

Source
FContext.scala
def add(v: J): Unit

Attributes

Source
FContext.scala
def finish(): J

Attributes

Source
FContext.scala

Concrete methods

final def add(s: CharSequence, index: Int): Unit

Attributes

Source
FContext.scala
final def add(v: J, index: Int): Unit

Attributes

Source
FContext.scala
final def finish(index: Int): J

Attributes

Source
FContext.scala

Inherited methods

def add(s: CharSequence, start: Int, limit: Int): Unit

Attributes

Inherited from:
FContext
Source
FContext.scala
def isObj: Boolean

Attributes

Inherited from:
FContext
Source
FContext.scala