Class/Object

scala.meta.tokens.Token

Space

Related Docs: object Space | package Token

Permalink

final class Space extends HSpace with Product with Serializable

Annotations
@tokenClass( " " , false ) @leafClass()
Linear Supertypes
HSpace, HTrivia, Whitespace, Trivia, Token, Serializable, java.io.Serializable, Product, scala.Equals, internal.tokens.Metadata.Token, Adt, InputRange, InternalToken, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Space
  2. HSpace
  3. HTrivia
  4. Whitespace
  5. Trivia
  6. Token
  7. Serializable
  8. Serializable
  9. Product
  10. Equals
  11. Token
  12. Adt
  13. InputRange
  14. InternalToken
  15. AnyRef
  16. Any
Implicitly
  1. by TokenExtensions
  2. by any2stringadd
  3. by StringFormat
  4. by Ensuring
  5. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Space(input: Input, dialect: Dialect, start: 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 Space to any2stringadd[Space] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Space, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from Space to ArrowAssoc[Space] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def canEqual(other: Any): Boolean

    Permalink
    Definition Classes
    Space → Equals
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def copy(input: Input = this.input, dialect: Dialect = this.dialect, start: Int = this.start): Space

    Permalink
  10. val dialect: Dialect

    Permalink
    Definition Classes
    SpaceToken
  11. final def end: Int

    Permalink
    Definition Classes
    SpaceInputRange
  12. def ensuring(cond: (Space) ⇒ Boolean, msg: ⇒ Any): Space

    Permalink
    Implicit information
    This member is added by an implicit conversion from Space to Ensuring[Space] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: (Space) ⇒ Boolean): Space

    Permalink
    Implicit information
    This member is added by an implicit conversion from Space to Ensuring[Space] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean, msg: ⇒ Any): Space

    Permalink
    Implicit information
    This member is added by an implicit conversion from Space to Ensuring[Space] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean): Space

    Permalink
    Implicit information
    This member is added by an implicit conversion from Space to Ensuring[Space] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    Space → Equals → AnyRef → Any
  18. def finalize(): Unit

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

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

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

    Permalink
    Definition Classes
    Space → AnyRef → Any
  22. val input: Input

    Permalink
    Definition Classes
    SpaceInputRange
  23. def isBackquoted: Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from Space to TokenExtensions performed by method TokenExtensions in scala.meta.tokens.
    Definition Classes
    TokenExtensions
    Annotations
    @inline()
  24. final def isEmpty: Boolean

    Permalink
    Definition Classes
    SpaceToken
  25. def isIdentSymbolicInfixOperator: Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from Space to TokenExtensions performed by method TokenExtensions in scala.meta.tokens.
    Definition Classes
    TokenExtensions
    Annotations
    @inline()
  26. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  27. def isSymbolicInfixOperator: Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from Space to TokenExtensions performed by method TokenExtensions in scala.meta.tokens.
    Definition Classes
    TokenExtensions
    Annotations
    @inline()
  28. final def len: Int

    Permalink
    Definition Classes
    SpaceToken
  29. def name: String

    Permalink
    Definition Classes
    SpaceInternalToken
  30. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  33. def pos: Position

    Permalink
    Definition Classes
    SpaceToken
  34. def productArity: Int

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

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

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

    Permalink
    Definition Classes
    Space → Product
  38. val start: Int

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

    Permalink
    Definition Classes
    AnyRef
  40. final def text: String

    Permalink
    Definition Classes
    SpaceTokenInputRange
  41. final def toString(): String

    Permalink
    Definition Classes
    SpaceInputRange → AnyRef → Any
  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): (Space, B)

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

Inherited from HSpace

Inherited from HTrivia

Inherited from Whitespace

Inherited from Trivia

Inherited from Token

Inherited from Serializable

Inherited from java.io.Serializable

Inherited from Product

Inherited from scala.Equals

Inherited from internal.tokens.Metadata.Token

Inherited from Adt

Inherited from InputRange

Inherited from InternalToken

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion TokenExtensions from Space to TokenExtensions

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

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

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

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

Ungrouped