Class/Object

scala.meta.internal.semanticdb3

Type

Related Docs: object Type | package semanticdb3

Permalink

final case class Type(tag: Tag = ..., typeRef: Option[TypeRef] = None, singletonType: Option[SingletonType] = None, structuralType: Option[StructuralType] = None, annotatedType: Option[AnnotatedType] = None, existentialType: Option[ExistentialType] = None, universalType: Option[UniversalType] = None, classInfoType: Option[ClassInfoType] = None, methodType: Option[MethodType] = None, byNameType: Option[ByNameType] = None, repeatedType: Option[RepeatedType] = None, typeType: Option[TypeType] = None) extends GeneratedMessage with Message[Type] with Updatable[Type] with Product with Serializable

Annotations
@SerialVersionUID()
Linear Supertypes
Product, Equals, Updatable[Type], Message[Type], GeneratedMessage, Serializable, java.io.Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Type
  2. Product
  3. Equals
  4. Updatable
  5. Message
  6. GeneratedMessage
  7. Serializable
  8. Serializable
  9. AnyRef
  10. 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

Instance Constructors

  1. new Type(tag: Tag = ..., typeRef: Option[TypeRef] = None, singletonType: Option[SingletonType] = None, structuralType: Option[StructuralType] = None, annotatedType: Option[AnnotatedType] = None, existentialType: Option[ExistentialType] = None, universalType: Option[UniversalType] = None, classInfoType: Option[ClassInfoType] = None, methodType: Option[MethodType] = None, byNameType: Option[ByNameType] = None, repeatedType: Option[RepeatedType] = None, typeType: Option[TypeType] = None)

    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. val annotatedType: Option[AnnotatedType]

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. val byNameType: Option[ByNameType]

    Permalink
  9. val classInfoType: Option[ClassInfoType]

    Permalink
  10. def clearAnnotatedType: Type

    Permalink
  11. def clearByNameType: Type

    Permalink
  12. def clearClassInfoType: Type

    Permalink
  13. def clearExistentialType: Type

    Permalink
  14. def clearMethodType: Type

    Permalink
  15. def clearRepeatedType: Type

    Permalink
  16. def clearSingletonType: Type

    Permalink
  17. def clearStructuralType: Type

    Permalink
  18. def clearTypeRef: Type

    Permalink
  19. def clearTypeType: Type

    Permalink
  20. def clearUniversalType: Type

    Permalink
  21. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. def companion: Type.type

    Permalink
    Definition Classes
    Type → GeneratedMessage
  23. 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
  24. 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
  25. 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
  26. 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
  27. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  28. val existentialType: Option[ExistentialType]

    Permalink
  29. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  30. 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()
  31. def getAnnotatedType: AnnotatedType

    Permalink
  32. def getByNameType: ByNameType

    Permalink
  33. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  34. def getClassInfoType: ClassInfoType

    Permalink
  35. def getExistentialType: ExistentialType

    Permalink
  36. def getField(__field: FieldDescriptor): PValue

    Permalink
    Definition Classes
    Type → GeneratedMessage
  37. def getFieldByNumber(__fieldNumber: Int): Any

    Permalink
    Definition Classes
    Type → GeneratedMessage
  38. def getMethodType: MethodType

    Permalink
  39. def getRepeatedType: RepeatedType

    Permalink
  40. def getSingletonType: SingletonType

    Permalink
  41. def getStructuralType: StructuralType

    Permalink
  42. def getTypeRef: TypeRef

    Permalink
  43. def getTypeType: TypeType

    Permalink
  44. def getUniversalType: UniversalType

    Permalink
  45. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  46. def mergeFrom(_input__: CodedInputStream): Type

    Permalink
    Definition Classes
    Type → Message
  47. val methodType: Option[MethodType]

    Permalink
  48. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  51. val repeatedType: Option[RepeatedType]

    Permalink
  52. final def serializedSize: Int

    Permalink
    Definition Classes
    Type → GeneratedMessage
  53. val singletonType: Option[SingletonType]

    Permalink
  54. val structuralType: Option[StructuralType]

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

    Permalink
    Definition Classes
    AnyRef
  56. val tag: Tag

    Permalink
  57. def toByteArray: Array[Byte]

    Permalink
    Definition Classes
    GeneratedMessage
  58. def toByteString: ByteString

    Permalink
    Definition Classes
    GeneratedMessage
  59. def toPMessage: PMessage

    Permalink
    Definition Classes
    GeneratedMessage
  60. def toProtoString: String

    Permalink
    Definition Classes
    Type → GeneratedMessage
  61. val typeRef: Option[TypeRef]

    Permalink
  62. val typeType: Option[TypeType]

    Permalink
  63. val universalType: Option[UniversalType]

    Permalink
  64. def update(ms: (Lens[Type, Type]) ⇒ Mutation[Type]*): Type

    Permalink
    Definition Classes
    Updatable
  65. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  68. def withAnnotatedType(__v: AnnotatedType): Type

    Permalink
  69. def withByNameType(__v: ByNameType): Type

    Permalink
  70. def withClassInfoType(__v: ClassInfoType): Type

    Permalink
  71. def withExistentialType(__v: ExistentialType): Type

    Permalink
  72. def withMethodType(__v: MethodType): Type

    Permalink
  73. def withRepeatedType(__v: RepeatedType): Type

    Permalink
  74. def withSingletonType(__v: SingletonType): Type

    Permalink
  75. def withStructuralType(__v: StructuralType): Type

    Permalink
  76. def withTag(__v: Tag): Type

    Permalink
  77. def withTypeRef(__v: TypeRef): Type

    Permalink
  78. def withTypeType(__v: TypeType): Type

    Permalink
  79. def withUniversalType(__v: UniversalType): Type

    Permalink
  80. def writeDelimitedTo(output: OutputStream): Unit

    Permalink
    Definition Classes
    GeneratedMessage
  81. def writeTo(_output__: CodedOutputStream): Unit

    Permalink
    Definition Classes
    Type → GeneratedMessage
  82. def writeTo(output: OutputStream): Unit

    Permalink
    Definition Classes
    GeneratedMessage
  83. 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

Deprecated Value Members

  1. def getAllFields: Map[FieldDescriptor, Any]

    Permalink
    Definition Classes
    GeneratedMessage
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) Use toPMessage

  2. def getField(field: FieldDescriptor): Any

    Permalink
    Definition Classes
    GeneratedMessage
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) Use getField that accepts a ScalaPB descriptor and returns PValue

Inherited from Product

Inherited from Equals

Inherited from Updatable[Type]

Inherited from Message[Type]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from java.io.Serializable

Inherited from AnyRef

Inherited from Any

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