Class

scala.meta.internal.semanticdb.Scala.Descriptor

Type

Related Doc: package Descriptor

Permalink

final case class Type(value: String) extends Descriptor with Product with Serializable

Linear Supertypes
Serializable, java.io.Serializable, Product, Equals, Descriptor, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Type
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Descriptor
  7. AnyRef
  8. Any
Implicitly
  1. by XtensionSyntax
  2. by XtensionStructure
  3. by XtensionTokenizeInputLike
  4. by XtensionShow
  5. by XtensionParseInputLike
  6. by XtensionClassifiable
  7. by any2stringadd
  8. by StringFormat
  9. by Ensuring
  10. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Type(value: String)

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from Type to ArrowAssoc[Type] 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: (Type) ⇒ Boolean, msg: ⇒ Any): Type

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  13. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  16. def is[U](implicit classifier: Classifier[Type, U]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from Type to meta.XtensionClassifiable[Type] performed by method XtensionClassifiable in scala.meta.classifiers.Api. This conversion will take place only if an implicit value of type Classifiable[Type] is in scope.
    Definition Classes
    XtensionClassifiable
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. def isMethod: Boolean

    Permalink
    Definition Classes
    Descriptor
  19. def isNone: Boolean

    Permalink
    Definition Classes
    Descriptor
  20. def isNot[U](implicit classifier: Classifier[Type, U]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from Type to meta.XtensionClassifiable[Type] performed by method XtensionClassifiable in scala.meta.classifiers.Api. This conversion will take place only if an implicit value of type Classifiable[Type] is in scope.
    Definition Classes
    XtensionClassifiable
  21. def isPackage: Boolean

    Permalink
    Definition Classes
    Descriptor
  22. def isParameter: Boolean

    Permalink
    Definition Classes
    Descriptor
  23. def isTerm: Boolean

    Permalink
    Definition Classes
    Descriptor
  24. def isType: Boolean

    Permalink
    Definition Classes
    Descriptor
  25. def isTypeParameter: Boolean

    Permalink
    Definition Classes
    Descriptor
  26. def name: Names.Name

    Permalink
    Definition Classes
    Descriptor
  27. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  30. def parse[U](implicit convert: Convert[Type, inputs.Input], parse: Parse[U], dialect: Dialect): parsers.Parsed[U]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Type to meta.XtensionParseInputLike[Type] performed by method XtensionParseInputLike in scala.meta.parsers.Api.
    Definition Classes
    XtensionParseInputLike
  31. def show[Style[X] <: Show[X]](implicit style: Style[Type]): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from Type to meta.XtensionShow[Type] performed by method XtensionShow in scala.meta.prettyprinters.Api.
    Definition Classes
    XtensionShow
  32. def structure: String

    Permalink
    Implicit information
    This member is added by an implicit conversion from Type to meta.XtensionStructure[Type] performed by method XtensionStructure in scala.meta.prettyprinters.Api. This conversion will take place only if an implicit value of type prettyprinters.Structure[Type] is in scope.
    Definition Classes
    XtensionStructure
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  34. def syntax: String

    Permalink
    Implicit information
    This member is added by an implicit conversion from Type to meta.XtensionSyntax[Type] performed by method XtensionSyntax in scala.meta.prettyprinters.Api. This conversion will take place only if an implicit value of type prettyprinters.Syntax[Type] is in scope.
    Definition Classes
    XtensionSyntax
  35. def toString(): String

    Permalink
    Definition Classes
    Descriptor → AnyRef → Any
  36. def tokenize(implicit convert: Convert[Type, inputs.Input], tokenize: Tokenize, dialect: Dialect): tokenizers.Tokenized

    Permalink
    Implicit information
    This member is added by an implicit conversion from Type to meta.XtensionTokenizeInputLike[Type] performed by method XtensionTokenizeInputLike in scala.meta.tokenizers.Api.
    Definition Classes
    XtensionTokenizeInputLike
  37. val value: String

    Permalink
    Definition Classes
    TypeDescriptor
  38. final def wait(): Unit

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

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

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

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

Inherited from Serializable

Inherited from java.io.Serializable

Inherited from Product

Inherited from Equals

Inherited from Descriptor

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion XtensionSyntax from Type to meta.XtensionSyntax[Type]

Inherited by implicit conversion XtensionStructure from Type to meta.XtensionStructure[Type]

Inherited by implicit conversion XtensionTokenizeInputLike from Type to meta.XtensionTokenizeInputLike[Type]

Inherited by implicit conversion XtensionShow from Type to meta.XtensionShow[Type]

Inherited by implicit conversion XtensionParseInputLike from Type to meta.XtensionParseInputLike[Type]

Inherited by implicit conversion XtensionClassifiable from Type to meta.XtensionClassifiable[Type]

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

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

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

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

Ungrouped