Packages

trait String extends Lit with Product

Annotations
@astClass() @leafClass()
Linear Supertypes
Lit, Type, Pat, Term, Stat, Tree, java.io.Serializable, Ast, Adt, InternalTree, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. String
  2. Lit
  3. Type
  4. Pat
  5. Term
  6. Stat
  7. Tree
  8. Serializable
  9. Ast
  10. Adt
  11. InternalTree
  12. Product
  13. Equals
  14. AnyRef
  15. Any
Implicitly
  1. by XtensionTreesStat
  2. by XtensionTreesType
  3. by XtensionTreesTerm
  4. by any2stringadd
  5. by StringFormat
  6. by Ensuring
  7. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def children: List[Tree]
    Definition Classes
    Tree
  2. abstract def copy(value: Predef.String = this.value): String
  3. abstract def productArity: scala.Int
    Definition Classes
    Product
  4. abstract def productElement(n: scala.Int): Any
    Definition Classes
    Product
  5. abstract def productFields: List[Predef.String]
    Definition Classes
    InternalTree
  6. abstract def value: Predef.String
    Definition Classes
    StringLit
    Annotations
    @astField()

Concrete Value Members

  1. final def !=(arg0: Any): scala.Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: scala.Int
    Definition Classes
    AnyRef → Any
  3. def +(other: Predef.String): Predef.String
    Implicit
    This member is added by an implicit conversion from String toany2stringadd[String] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (String, B)
    Implicit
    This member is added by an implicit conversion from String toArrowAssoc[String] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): scala.Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. final def canEqual(that: Any): scala.Boolean
    Definition Classes
    StringTree → Equals
  8. def checkFields(x: Any): scala.Unit
    Attributes
    protected
    Definition Classes
    InternalTree
  9. def checkParent(x: Any): scala.Unit
    Attributes
    protected
    Definition Classes
    InternalTree
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  11. def ensuring(cond: (String) => scala.Boolean, msg: => Any): String
    Implicit
    This member is added by an implicit conversion from String toEnsuring[String] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: (String) => scala.Boolean): String
    Implicit
    This member is added by an implicit conversion from String toEnsuring[String] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: scala.Boolean, msg: => Any): String
    Implicit
    This member is added by an implicit conversion from String toEnsuring[String] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: scala.Boolean): String
    Implicit
    This member is added by an implicit conversion from String toEnsuring[String] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. final def eq(arg0: AnyRef): scala.Boolean
    Definition Classes
    AnyRef
  16. final def equals(that: Any): scala.Boolean
    Definition Classes
    StringTree → Equals → AnyRef → Any
  17. def finalize(): scala.Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. final def hashCode(): scala.Int
    Definition Classes
    StringTree → AnyRef → Any
  20. def isBlockStat: scala.Boolean
    Implicit
    This member is added by an implicit conversion from String toXtensionTreesStat performed by method XtensionTreesStat in scala.meta.internal.trees.
    Definition Classes
    XtensionTreesStat
  21. def isConstructable: scala.Boolean
    Implicit
    This member is added by an implicit conversion from String toXtensionTreesType performed by method XtensionTreesType in scala.meta.internal.trees.
    Definition Classes
    XtensionTreesType
  22. def isEarlyStat: scala.Boolean
    Implicit
    This member is added by an implicit conversion from String toXtensionTreesStat performed by method XtensionTreesStat in scala.meta.internal.trees.
    Definition Classes
    XtensionTreesStat
  23. def isExistentialStat: scala.Boolean
    Implicit
    This member is added by an implicit conversion from String toXtensionTreesStat performed by method XtensionTreesStat in scala.meta.internal.trees.
    Definition Classes
    XtensionTreesStat
  24. def isExtractor: scala.Boolean
    Implicit
    This member is added by an implicit conversion from String toXtensionTreesTerm performed by method XtensionTreesTerm in scala.meta.internal.trees.
    Definition Classes
    XtensionTreesTerm
  25. final def isInstanceOf[T0]: scala.Boolean
    Definition Classes
    Any
  26. def isRefineStat: scala.Boolean
    Implicit
    This member is added by an implicit conversion from String toXtensionTreesStat performed by method XtensionTreesStat in scala.meta.internal.trees.
    Definition Classes
    XtensionTreesStat
  27. def isTemplateStat: scala.Boolean
    Implicit
    This member is added by an implicit conversion from String toXtensionTreesStat performed by method XtensionTreesStat in scala.meta.internal.trees.
    Definition Classes
    XtensionTreesStat
  28. def isTopLevelStat: scala.Boolean
    Implicit
    This member is added by an implicit conversion from String toXtensionTreesStat performed by method XtensionTreesStat in scala.meta.internal.trees.
    Definition Classes
    XtensionTreesStat
  29. final def ne(arg0: AnyRef): scala.Boolean
    Definition Classes
    AnyRef
  30. final def notify(): scala.Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def notifyAll(): scala.Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. def parent: Option[Tree]
    Definition Classes
    InternalTree
  33. def pos: Position
    Definition Classes
    InternalTree
  34. def productElementName(n: scala.Int): Predef.String
    Definition Classes
    Product
  35. def productElementNames: Iterator[Predef.String]
    Definition Classes
    Product
  36. def productIterator: Iterator[Any]
    Definition Classes
    Product
  37. def productPrefix: Predef.String
    Definition Classes
    Product
  38. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  39. final def toString(): Predef.String
    Definition Classes
    StringTree → AnyRef → Any
  40. def tokens(implicit dialect: Dialect): Tokens
    Definition Classes
    InternalTree
  41. final def wait(): scala.Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: scala.Long, arg1: scala.Int): scala.Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. final def wait(arg0: scala.Long): scala.Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Deprecated Value Members

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

Inherited from Type

Inherited from Pat

Inherited from Term

Inherited from Stat

Inherited from Tree

Inherited from java.io.Serializable

Inherited from Ast

Inherited from Adt

Inherited from InternalTree

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion XtensionTreesStat fromString to XtensionTreesStat

Inherited by implicit conversion XtensionTreesType fromString to XtensionTreesType

Inherited by implicit conversion XtensionTreesTerm fromString to XtensionTreesTerm

Inherited by implicit conversion any2stringadd fromString to any2stringadd[String]

Inherited by implicit conversion StringFormat fromString to StringFormat[String]

Inherited by implicit conversion Ensuring fromString to Ensuring[String]

Inherited by implicit conversion ArrowAssoc fromString to ArrowAssoc[String]

Ungrouped