Class/Object

scalafix.internal.util

PrettyType

Related Docs: object PrettyType | package util

Permalink

class PrettyType extends AnyRef

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PrettyType
  2. AnyRef
  3. 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

Type Members

  1. case class TypeToTreeError(msg: String, cause: Option[Throwable] = None) extends Exception with Product with Serializable

    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 PrettyType to any2stringadd[PrettyType] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (PrettyType, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from PrettyType to ArrowAssoc[PrettyType] 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 clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def ensuring(cond: (PrettyType) ⇒ Boolean, msg: ⇒ Any): PrettyType

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  14. def fail(any: GeneratedMessage, cause: Throwable): Nothing

    Permalink
  15. def fail(any: GeneratedMessage): Nothing

    Permalink
  16. def fail(tree: Tree): Nothing

    Permalink
  17. def fail(tpe: Type): Nothing

    Permalink
  18. def fail(sig: Signature): Nothing

    Permalink
  19. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  22. def getImports(): List[String]

    Permalink
  23. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  24. final def isInstanceOf[T0]: Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  28. def ref(sym: String): Type

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

    Permalink
    Definition Classes
    AnyRef
  30. def toInit(tpe: Type): Init

    Permalink
  31. def toModAnnot(tpe: Type): Annot

    Permalink
  32. def toMods(info: SymbolInformation): List[Mod]

    Permalink
  33. def toStat(info: SymbolInformation): Option[Stat]

    Permalink
  34. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  35. def toTermParam(info: SymbolInformation): Param

    Permalink
  36. def toTermRef(tpe: Type): Ref

    Permalink
  37. def toTermRef(info: SymbolInformation): Ref

    Permalink
  38. def toTree(info: SymbolInformation): Tree

    Permalink
  39. def toType(tpe: Type): Type

    Permalink
  40. def toTypeBounds(lo: Type, hi: Type): Bounds

    Permalink
  41. def toTypeParam(info: SymbolInformation): Param

    Permalink
  42. def toTypeRef(info: SymbolInformation): Ref

    Permalink
  43. def unwrapRepeatedType(tpe: Type): Type

    Permalink
  44. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. def withHardlinks[T](holders: Iterable[SymbolInformation])(f: () ⇒ T): T

    Permalink
  48. def [B](y: B): (PrettyType, B)

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

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped