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, intersectionType: Option[IntersectionType] = None, unionType: Option[UnionType] = None, withType: Option[WithType] = 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

tag

reserved 3, 4, 5, 6;

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, intersectionType: Option[IntersectionType] = None, unionType: Option[UnionType] = None, withType: Option[WithType] = 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

    tag

    reserved 3, 4, 5, 6;

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 clearIntersectionType: Type

    Permalink
  15. def clearMethodType: Type

    Permalink
  16. def clearRepeatedType: Type

    Permalink
  17. def clearSingletonType: Type

    Permalink
  18. def clearStructuralType: Type

    Permalink
  19. def clearTypeRef: Type

    Permalink
  20. def clearTypeType: Type

    Permalink
  21. def clearUnionType: Type

    Permalink
  22. def clearUniversalType: Type

    Permalink
  23. def clearWithType: Type

    Permalink
  24. def clone(): AnyRef

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

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

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

    Permalink
  32. def finalize(): Unit

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

    Permalink
  35. def getByNameType: ByNameType

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

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

    Permalink
  38. def getExistentialType: ExistentialType

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

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

    Permalink
    Definition Classes
    Type → GeneratedMessage
  41. def getIntersectionType: IntersectionType

    Permalink
  42. def getMethodType: MethodType

    Permalink
  43. def getRepeatedType: RepeatedType

    Permalink
  44. def getSingletonType: SingletonType

    Permalink
  45. def getStructuralType: StructuralType

    Permalink
  46. def getTypeRef: TypeRef

    Permalink
  47. def getTypeType: TypeType

    Permalink
  48. def getUnionType: UnionType

    Permalink
  49. def getUniversalType: UniversalType

    Permalink
  50. def getWithType: WithType

    Permalink
  51. val intersectionType: Option[IntersectionType]

    Permalink
  52. final def isInstanceOf[T0]: Boolean

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

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

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

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

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

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

    Permalink
  59. final def serializedSize: Int

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

    Permalink
  61. val structuralType: Option[StructuralType]

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

    Permalink
    Definition Classes
    AnyRef
  63. val tag: Tag

    Permalink

    reserved 3, 4, 5, 6;

  64. def toByteArray: Array[Byte]

    Permalink
    Definition Classes
    GeneratedMessage
  65. def toByteString: ByteString

    Permalink
    Definition Classes
    GeneratedMessage
  66. def toPMessage: PMessage

    Permalink
    Definition Classes
    GeneratedMessage
  67. def toProtoString: String

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

    Permalink
  69. val typeType: Option[TypeType]

    Permalink
  70. val unionType: Option[UnionType]

    Permalink
  71. val universalType: Option[UniversalType]

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

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

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

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

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

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

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

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

    Permalink
  80. def withIntersectionType(__v: IntersectionType): Type

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

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

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

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

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

    Permalink
  86. val withType: Option[WithType]

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

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

    Permalink
  89. def withUnionType(__v: UnionType): Type

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

    Permalink
  91. def withWithType(__v: WithType): Type

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

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

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

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