Class/Object

scala.meta.trees.Origin

Parsed

Related Docs: object Parsed | package Origin

Permalink

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)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    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)

    Permalink
    Implicit information
    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

    Permalink
    Definition Classes
    AnyRef → Any
  6. def allInputTokens(): Tokens

    Permalink
    Annotations
    @inline()
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. val begTokenIdx: Int

    Permalink
  9. def canEqual(other: Any): Boolean

    Permalink
    Definition Classes
    Parsed → Equals
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def copy(source: ParsedSource = this.source, begTokenIdx: Int = this.begTokenIdx, endTokenIdx: Int = this.endTokenIdx): Parsed

    Permalink
  12. def dialect: Dialect

    Permalink
    Annotations
    @inline()
  13. def dialectOpt: Option[Dialect]

    Permalink
    Definition Classes
    ParsedOrigin
  14. val endTokenIdx: Int

    Permalink
  15. def ensuring(cond: (Parsed) ⇒ Boolean, msg: ⇒ Any): Parsed

    Permalink
    Implicit information
    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

    Permalink
    Implicit information
    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

    Permalink
    Implicit information
    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

    Permalink
    Implicit information
    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

    Permalink
    Definition Classes
    AnyRef
  20. def equals(other: Any): Boolean

    Permalink
    Definition Classes
    Parsed → Equals → AnyRef → Any
  21. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from Parsed to StringFormat[Parsed] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  23. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  24. def hashCode(): Int

    Permalink
    Definition Classes
    Parsed → AnyRef → Any
  25. def input: Input

    Permalink
    Annotations
    @inline()
  26. def isDefined: Boolean

    Permalink
    Definition Classes
    Optional
  27. def isEmpty: Boolean

    Permalink
    Definition Classes
    Optional
  28. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  29. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  30. def nonEmpty: Boolean

    Permalink
    Definition Classes
    Optional
  31. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  32. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  33. lazy val position: Position

    Permalink
    Definition Classes
    ParsedOrigin
  34. def productArity: Int

    Permalink
    Definition Classes
    Parsed → Product
  35. def productElement(n: Int): Any

    Permalink
    Definition Classes
    Parsed → Product
  36. def productIterator: Iterator[Any]

    Permalink
    Definition Classes
    Parsed → Product
  37. def productPrefix: String

    Permalink
    Definition Classes
    Parsed → Product
  38. val source: ParsedSource

    Permalink
  39. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  40. def toString(): String

    Permalink
    Definition Classes
    Parsed → AnyRef → Any
  41. def tokens: Tokens

    Permalink
  42. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. def [B](y: B): (Parsed, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from Parsed to ArrowAssoc[Parsed] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

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