final class InputTransformer[J] extends CharParser[J]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- InputTransformer
- CharParser
- BufferingCharParser
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def appendCharsToBuilder(chars: CharBuilder, charsStart: Int, charsLength: Int): Unit
- Definition Classes
- BufferingCharParser
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def at(i: Int): Char
- def atEof(i: Int): Boolean
- Definition Classes
- InputTransformer → CharParser
- val chars: Array[Char]
- def checkSafeIndex(j: Int): Int
- Definition Classes
- CharParser
- def checkpoint(state: Int, i: Int, stack: List[ObjArrVisitor[_, J]], path: List[Any]): Unit
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def close(): Unit
- Definition Classes
- InputTransformer → CharParser
- def collectionEndFor(stackHead: ObjArrVisitor[_, _]): Int
- Definition Classes
- CharParser
- def column(i: Int): Int
- final def descape(i: Int): Char
- Attributes
- protected[this]
- Definition Classes
- CharParser
- def die(i: Int, msg: String): Nothing
- Definition Classes
- InputTransformer → CharParser
- def dieWithFailureMessage(i: Int, state: Int): Nothing
- Definition Classes
- CharParser
- def dropBufferUntil(i: Int): Unit
- Definition Classes
- InputTransformer → BufferingCharParser
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def failIfNotData(state: Int, i: Int): Unit
- Definition Classes
- CharParser
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def getBuffer: Array[Char]
- Definition Classes
- BufferingCharParser
- def getBufferCopyCount(): Int
- Definition Classes
- BufferingCharParser
- def getBufferGrowCount(): Int
- Definition Classes
- BufferingCharParser
- def getBufferLength(): Int
- Definition Classes
- BufferingCharParser
- def getCharSafe(i: Int): Char
- Definition Classes
- CharParser → BufferingCharParser
- def getCharUnsafe(i: Int): Char
- Definition Classes
- BufferingCharParser
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getFirstIdx: Int
- Definition Classes
- BufferingCharParser
- def getLastIdx: Int
- Definition Classes
- BufferingCharParser
- def growBuffer(until: Int): Unit
- Definition Classes
- BufferingCharParser
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- var line: Int
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def newline(i: Int): Unit
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def parse(facade: Visitor[_, J]): J
- Definition Classes
- CharParser
- final def parseFalse(i: Int, facade: Visitor[_, J]): J
- Attributes
- protected[this]
- Definition Classes
- CharParser
- final def parseNested(state: Int, i: Int, stackHead: ObjArrVisitor[_, J], stackTail: List[ObjArrVisitor[_, J]]): (J, Int)
- Attributes
- protected[this]
- Definition Classes
- CharParser
- Annotations
- @tailrec()
- final def parseNull(i: Int, facade: Visitor[_, J]): J
- Attributes
- protected[this]
- Definition Classes
- CharParser
- final def parseNum(i: Int, ctxt: ObjArrVisitor[Any, J], facade: Visitor[_, J]): Int
- Attributes
- protected[this]
- Definition Classes
- CharParser
- final def parseNumTopLevel(i: Int, facade: Visitor[_, J]): (J, Int)
- Attributes
- protected[this]
- Definition Classes
- CharParser
- final def parseStringComplex(i0: Int, safeIndex0: Int): Int
- Attributes
- protected[this]
- Definition Classes
- CharParser
- final def parseStringComplex(i0: Int): Int
- Attributes
- protected[this]
- Definition Classes
- CharParser
- final def parseStringKey(i: Int, stackHead: ObjArrVisitor[_, J]): Int
- Attributes
- protected[this]
- Definition Classes
- CharParser
- final def parseStringSimple(i: Int, safeIndex0: Int): Int
- Attributes
- protected[this]
- Definition Classes
- CharParser
- final def parseStringSimple(i: Int): Int
- Attributes
- protected[this]
- Definition Classes
- CharParser
- def parseStringToOutputBuilder(i: Int, k: Int): Int
- Definition Classes
- CharParser
- final def parseStringTopLevel(i: Int, facade: Visitor[_, J]): (J, Int)
- Attributes
- protected[this]
- Definition Classes
- CharParser
- final def parseStringValue(i: Int, stackHead: ObjArrVisitor[_, J]): Int
- Attributes
- protected[this]
- Definition Classes
- CharParser
- final def parseTopLevel(i: Int, facade: Visitor[_, J]): (J, Int)
- Attributes
- protected[this]
- Definition Classes
- CharParser
- final def parseTopLevel0(i: Int, facade: Visitor[_, J]): (J, Int)
- Attributes
- protected[this]
- Definition Classes
- CharParser
- Annotations
- @tailrec()
- final def parseTrue(i: Int, facade: Visitor[_, J]): J
- Attributes
- protected[this]
- Definition Classes
- CharParser
- def readDataIntoBuffer(buffer: Array[Char], bufferOffset: Int): (Array[Char], Boolean, Int)
- Definition Classes
- InputTransformer → BufferingCharParser
- def reject(j: Int): PartialFunction[Throwable, Nothing]
- Definition Classes
- InputTransformer → CharParser
- def requestUntil(until: Int): Boolean
- Attributes
- protected
- Definition Classes
- BufferingCharParser
- def requestUntilGetSafeIndex(until: Int): Int
- Attributes
- protected
- Definition Classes
- BufferingCharParser
- def requestUntilOrThrow(j: Int): Unit
- Definition Classes
- CharParser
- def reset(i: Int): Int
- def sliceArr(i: Int, n: Int): (Array[Char], Int, Int)
- Definition Classes
- BufferingCharParser
- def sliceString(i: Int, k: Int): String
- Definition Classes
- BufferingCharParser
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def tryCloseCollection(stackHead: ObjArrVisitor[_, J], stackTail: List[ObjArrVisitor[_, J]], i: Int): Option[(J, Int)]
- Definition Classes
- CharParser
- def unsafeCharSeqForRange(start: Int, length: Int): WrapCharArrayCharSeq
- Definition Classes
- BufferingCharParser
- def visitFloat64StringPartsWithWrapper(facade: Visitor[_, J], decIndex: Int, expIndex: Int, i: Int, j: Int): J
- Definition Classes
- CharParser
- def visitString(i: Int, s: CharSequence, stackHead: ObjArrVisitor[_, J]): Unit
- Definition Classes
- CharParser
- def visitStringKey(i: Int, s: CharSequence, stackHead: ObjArrVisitor[_, J]): Unit
- Definition Classes
- CharParser
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- val wrapped: CharBuffer