object Lexer
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Lexer
- 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
- val NumberMaxBits: Int
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def bigDecimal(trace: List[JsonDecoder.JsonError], in: RetractReader): BigDecimal
- def bigInteger(trace: List[JsonDecoder.JsonError], in: RetractReader): BigInteger
- def boolean(trace: List[JsonDecoder.JsonError], in: OneCharReader): Boolean
- def byte(trace: List[JsonDecoder.JsonError], in: RetractReader): Byte
- def char(trace: List[JsonDecoder.JsonError], in: OneCharReader, c: Char): Unit
- Annotations
- @inline()
- def charOnly(trace: List[JsonDecoder.JsonError], in: OneCharReader, c: Char): Unit
- Annotations
- @inline()
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def double(trace: List[JsonDecoder.JsonError], in: RetractReader): Double
- def enumeration(trace: List[JsonDecoder.JsonError], in: OneCharReader, matrix: StringMatrix): Int
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def field(trace: List[JsonDecoder.JsonError], in: OneCharReader, matrix: StringMatrix): Int
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def firstArrayElement(in: RetractReader): Boolean
- def firstField(trace: List[JsonDecoder.JsonError], in: RetractReader): Boolean
- def float(trace: List[JsonDecoder.JsonError], in: RetractReader): Float
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def int(trace: List[JsonDecoder.JsonError], in: RetractReader): Int
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def long(trace: List[JsonDecoder.JsonError], in: RetractReader): Long
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def nextArrayElement(trace: List[JsonDecoder.JsonError], in: OneCharReader): Boolean
- def nextField(trace: List[JsonDecoder.JsonError], in: OneCharReader): Boolean
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def readChars(trace: List[JsonDecoder.JsonError], in: OneCharReader, expect: Array[Char], errMsg: String): Unit
- def short(trace: List[JsonDecoder.JsonError], in: RetractReader): Short
- def skipNumber(in: RetractReader): Unit
- def skipString(trace: List[JsonDecoder.JsonError], in: OneCharReader): Unit
- def skipValue(trace: List[JsonDecoder.JsonError], in: RetractReader): Unit
- def streamingString(trace: List[JsonDecoder.JsonError], in: OneCharReader): Reader
- def string(trace: List[JsonDecoder.JsonError], in: OneCharReader): CharSequence
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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()