final case class SymbolInformation(symbol: String = "", language: Language = ..., kind: Kind = ..., properties: Int = 0, displayName: String = "", signature: Signature = ..., annotations: Seq[Annotation] = _root_.scala.Seq.empty, access: Access = ...) extends GeneratedMessage with Updatable[SymbolInformation] with Product with Serializable
- Annotations
- @SerialVersionUID()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SymbolInformation
- Product
- Equals
- Updatable
- GeneratedMessage
- Serializable
- Serializable
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new SymbolInformation(symbol: String = "", language: Language = ..., kind: Kind = ..., properties: Int = 0, displayName: String = "", signature: Signature = ..., annotations: Seq[Annotation] = _root_.scala.Seq.empty, access: Access = ...)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from SymbolInformation to any2stringadd[SymbolInformation] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (SymbolInformation, B)
- Implicit
- This member is added by an implicit conversion from SymbolInformation to ArrowAssoc[SymbolInformation] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val access: Access
- def addAllAnnotations(__vs: Iterable[Annotation]): SymbolInformation
- def addAnnotations(__vs: Annotation*): SymbolInformation
- val annotations: Seq[Annotation]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearAnnotations: SymbolInformation
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
companion: SymbolInformation.type
- Definition Classes
- SymbolInformation → GeneratedMessage
- val displayName: String
-
def
ensuring(cond: (SymbolInformation) ⇒ Boolean, msg: ⇒ Any): SymbolInformation
- Implicit
- This member is added by an implicit conversion from SymbolInformation to Ensuring[SymbolInformation] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (SymbolInformation) ⇒ Boolean): SymbolInformation
- Implicit
- This member is added by an implicit conversion from SymbolInformation to Ensuring[SymbolInformation] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): SymbolInformation
- Implicit
- This member is added by an implicit conversion from SymbolInformation to Ensuring[SymbolInformation] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): SymbolInformation
- Implicit
- This member is added by an implicit conversion from SymbolInformation to Ensuring[SymbolInformation] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from SymbolInformation to StringFormat[SymbolInformation] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getField(__field: FieldDescriptor): PValue
- Definition Classes
- SymbolInformation → GeneratedMessage
-
def
getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- SymbolInformation → GeneratedMessage
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val kind: Kind
- val language: Language
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val properties: Int
-
def
serializedSize: Int
- Definition Classes
- SymbolInformation → GeneratedMessage
- val signature: Signature
- val symbol: String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
toByteArray: Array[Byte]
- Definition Classes
- GeneratedMessage
-
final
def
toByteString: ByteString
- Definition Classes
- GeneratedMessage
-
final
def
toPMessage: PMessage
- Definition Classes
- GeneratedMessage
-
def
toProtoString: String
- Definition Classes
- SymbolInformation → GeneratedMessage
-
def
update(ms: (Lens[SymbolInformation, SymbolInformation]) ⇒ Mutation[SymbolInformation]*): SymbolInformation
- Definition Classes
- Updatable
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def withAccess(__v: Access): SymbolInformation
- def withAnnotations(__v: Seq[Annotation]): SymbolInformation
- def withDisplayName(__v: String): SymbolInformation
- def withKind(__v: Kind): SymbolInformation
- def withLanguage(__v: Language): SymbolInformation
- def withProperties(__v: Int): SymbolInformation
- def withSignature(__v: Signature): SymbolInformation
- def withSymbol(__v: String): SymbolInformation
-
final
def
writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
-
def
writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- SymbolInformation → GeneratedMessage
-
final
def
writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
-
def
→[B](y: B): (SymbolInformation, B)
- Implicit
- This member is added by an implicit conversion from SymbolInformation to ArrowAssoc[SymbolInformation] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc