Packages

final class Parsed extends Origin with Product with Serializable

Annotations
@leafClass()
Linear Supertypes
Origin, Serializable, java.io.Serializable, Product, Equals, Adt, Optional, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Parsed
  2. Origin
  3. Serializable
  4. Serializable
  5. Product
  6. Equals
  7. Adt
  8. Optional
  9. AnyRef
  10. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Parsed(source: ParsedSource, begTokenIdx: Int, endTokenIdx: Int)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from Parsed to any2stringadd[Parsed] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Parsed, B)
    Implicit
    This member is added by an implicit conversion from Parsed to ArrowAssoc[Parsed] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def allInputTokens(): Tokens
    Annotations
    @inline()
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. val begTokenIdx: Int
  9. def canEqual(other: Any): Boolean
    Definition Classes
    Parsed → Equals
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  11. def copy(source: ParsedSource = this.source, begTokenIdx: Int = this.begTokenIdx, endTokenIdx: Int = this.endTokenIdx): Parsed
  12. def dialect: Dialect
    Annotations
    @inline()
  13. def dialectOpt: Option[Dialect]
    Definition Classes
    ParsedOrigin
  14. val endTokenIdx: Int
  15. def ensuring(cond: (Parsed) ⇒ Boolean, msg: ⇒ Any): Parsed
    Implicit
    This member is added by an implicit conversion from Parsed to Ensuring[Parsed] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: (Parsed) ⇒ Boolean): Parsed
    Implicit
    This member is added by an implicit conversion from Parsed to Ensuring[Parsed] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: Boolean, msg: ⇒ Any): Parsed
    Implicit
    This member is added by an implicit conversion from Parsed to Ensuring[Parsed] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: Boolean): Parsed
    Implicit
    This member is added by an implicit conversion from Parsed to Ensuring[Parsed] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(other: Any): Boolean
    Definition Classes
    Parsed → Equals → AnyRef → Any
  21. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. def hashCode(): Int
    Definition Classes
    Parsed → AnyRef → Any
  24. def input: Input
    Annotations
    @inline()
  25. def isDefined: Boolean
    Definition Classes
    Optional
  26. def isEmpty: Boolean
    Definition Classes
    Optional
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. def nonEmpty: Boolean
    Definition Classes
    Optional
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. lazy val position: Position
    Definition Classes
    ParsedOrigin
  33. def productArity: Int
    Definition Classes
    Parsed → Product
  34. def productElement(n: Int): Any
    Definition Classes
    Parsed → Product
  35. def productIterator: Iterator[Any]
    Definition Classes
    Parsed → Product
  36. def productPrefix: String
    Definition Classes
    Parsed → Product
  37. val source: ParsedSource
  38. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  39. def text: String
    Annotations
    @inline()
  40. def toString(): String
    Definition Classes
    Parsed → AnyRef → Any
  41. def tokens: Tokens
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  45. def [B](y: B): (Parsed, B)
    Implicit
    This member is added by an implicit conversion from Parsed to ArrowAssoc[Parsed] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from Parsed to StringFormat[Parsed] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

Inherited from Origin

Inherited from Serializable

Inherited from java.io.Serializable

Inherited from Product

Inherited from Equals

Inherited from Adt

Inherited from Optional

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from Parsed to any2stringadd[Parsed]

Inherited by implicit conversion StringFormat from Parsed to StringFormat[Parsed]

Inherited by implicit conversion Ensuring from Parsed to Ensuring[Parsed]

Inherited by implicit conversion ArrowAssoc from Parsed to ArrowAssoc[Parsed]

Ungrouped