c

fastparse

IndexedParserInput

case class IndexedParserInput(data: String) extends ParserInput with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, ParserInput, IsReachable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IndexedParserInput
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. ParserInput
  7. IsReachable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new IndexedParserInput(data: String)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apply(index: Int): Char
    Definition Classes
    IndexedParserInputParserInputIsReachable
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def checkTraceable(): Unit
    Definition Classes
    IndexedParserInputParserInput
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate() @throws( ... )
  8. val data: String
  9. def dropBuffer(index: Int): Unit

    As for IndexedSeq mode dropBuffer does nothing.

    As for IndexedSeq mode dropBuffer does nothing.

    Definition Classes
    IndexedParserInputParserInput
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. def innerLength: Int

    returns

    Length of internal immutable data. It works equally as length.

    Definition Classes
    IndexedParserInputParserInput
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. def isReachable(index: Int): Boolean

    Simple condition of index < length

    Simple condition of index < length

    Definition Classes
    IndexedParserInputParserInputIsReachable
  15. def length: Int

    returns

    Length of internal immutable data. It works equally as innerLength.

    Definition Classes
    IndexedParserInputParserInput
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. def prettyIndex(index: Int): String
    Definition Classes
    IndexedParserInputParserInput
  20. def slice(from: Int, until: Int): String

    returns

    Slice of internal data. For IndexedSeq mode it works as regular slice, if until overshoots the end of input, it just ignores it and behaves like until equals to the length of input. Same for Iterator mode, but it requests batches while the index of last retrieved element is less than until and if until is farther away than any element, it ignores this too.

    Definition Classes
    IndexedParserInputParserInput
  21. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  22. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from ParserInput

Inherited from IsReachable

Inherited from AnyRef

Inherited from Any

Ungrouped