Packages

trait Literal extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Literal
  2. AnyRef
  3. Any
Implicitly
  1. by XtensionExtractors
  2. by ExtensionReplacers
  3. by XtensionTokenizeInputLike
  4. by XtensionShow
  5. by XtensionParseInputLike
  6. by any2stringadd
  7. by StringFormat
  8. by Ensuring
  9. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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 Literal toany2stringadd[Literal] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Literal, B)
    Implicit
    This member is added by an implicit conversion from Literal toArrowAssoc[Literal] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. def ensuring(cond: (Literal) => Boolean, msg: => Any): Literal
    Implicit
    This member is added by an implicit conversion from Literal toEnsuring[Literal] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  9. def ensuring(cond: (Literal) => Boolean): Literal
    Implicit
    This member is added by an implicit conversion from Literal toEnsuring[Literal] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  10. def ensuring(cond: Boolean, msg: => Any): Literal
    Implicit
    This member is added by an implicit conversion from Literal toEnsuring[Literal] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: Boolean): Literal
    Implicit
    This member is added by an implicit conversion from Literal toEnsuring[Literal] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. def extract[B](implicit ev: Extract[Literal, B]): List[B]
    Implicit
    This member is added by an implicit conversion from Literal tocontrib.XtensionExtractors[Literal] performed by method XtensionExtractors in scala.meta.contrib.implicits.ExtractExtensions.
    Definition Classes
    XtensionExtractors
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hasMod(mod: Mod)(implicit ev: Extract[Literal, Mod]): Boolean
    Implicit
    This member is added by an implicit conversion from Literal tocontrib.XtensionExtractors[Literal] performed by method XtensionExtractors in scala.meta.contrib.implicits.ExtractExtensions.
    Definition Classes
    XtensionExtractors
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. def parse[U](implicit convert: Convert[Literal, inputs.Input], parse: Parse[U], dialect: Dialect): parsers.Parsed[U]
    Implicit
    This member is added by an implicit conversion from Literal tometa.XtensionParseInputLike[Literal] performed by method XtensionParseInputLike in scala.meta.parsers.Api.
    Definition Classes
    XtensionParseInputLike
  24. def show[Style[X] <: Show[X]](implicit style: Style[Literal]): String
    Implicit
    This member is added by an implicit conversion from Literal tometa.XtensionShow[Literal] performed by method XtensionShow in scala.meta.prettyprinters.Api.
    Definition Classes
    XtensionShow
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. def tokenize(implicit convert: Convert[Literal, inputs.Input], tokenize: Tokenize, dialect: Dialect): tokenizers.Tokenized
    Implicit
    This member is added by an implicit conversion from Literal tometa.XtensionTokenizeInputLike[Literal] performed by method XtensionTokenizeInputLike in scala.meta.tokenizers.Api.
    Definition Classes
    XtensionTokenizeInputLike
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  31. def withMods(bs: List[Mod])(implicit ev: Replace[Literal, Mod]): Literal
    Implicit
    This member is added by an implicit conversion from Literal tocontrib.ExtensionReplacers[Literal] performed by method ExtensionReplacers in scala.meta.contrib.implicits.ReplaceExtensions.
    Definition Classes
    ExtensionReplacers
  32. def withStats(bs: List[Stat])(implicit ev: Replace[Literal, Stat]): Literal
    Implicit
    This member is added by an implicit conversion from Literal tocontrib.ExtensionReplacers[Literal] performed by method ExtensionReplacers in scala.meta.contrib.implicits.ReplaceExtensions.
    Definition Classes
    ExtensionReplacers

Deprecated Value Members

  1. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from Literal toStringFormat[Literal] 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.

  2. def [B](y: B): (Literal, B)
    Implicit
    This member is added by an implicit conversion from Literal toArrowAssoc[Literal] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion XtensionExtractors fromLiteral to contrib.XtensionExtractors[Literal]

Inherited by implicit conversion ExtensionReplacers fromLiteral to contrib.ExtensionReplacers[Literal]

Inherited by implicit conversion XtensionTokenizeInputLike fromLiteral to meta.XtensionTokenizeInputLike[Literal]

Inherited by implicit conversion XtensionShow fromLiteral to meta.XtensionShow[Literal]

Inherited by implicit conversion XtensionParseInputLike fromLiteral to meta.XtensionParseInputLike[Literal]

Inherited by implicit conversion any2stringadd fromLiteral to any2stringadd[Literal]

Inherited by implicit conversion StringFormat fromLiteral to StringFormat[Literal]

Inherited by implicit conversion Ensuring fromLiteral to Ensuring[Literal]

Inherited by implicit conversion ArrowAssoc fromLiteral to ArrowAssoc[Literal]

Ungrouped