Packages

final case class ExperimentalDebugInfo(originalNodeNames: Seq[String] = _root_.scala.Seq.empty, originalFuncNames: Seq[String] = _root_.scala.Seq.empty, unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Updatable[ExperimentalDebugInfo] with Product with Serializable

originalNodeNames

Opaque string inserted into error messages created by the runtime. This is intended to store the list of names of the nodes from the original graph that this node was derived. For example if this node, say C, was result of a fusion of 2 nodes A and B, then 'original_node' would be {A, B}. This information can be used to map errors originating at the current node to some top level source code.

originalFuncNames

This is intended to store the list of names of the functions from the original graph that this node was derived. For example if this node, say C, was result of a fusion of node A in function FA and node B in function FB, then original_funcs would be {FA, FB}. If the node is in the top level graph, the original_func is empty. This information, with the original_node_names can be used to map errors originating at the current ndoe to some top level source code.

Annotations
@SerialVersionUID()
Linear Supertypes
Updatable[ExperimentalDebugInfo], GeneratedMessage, Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExperimentalDebugInfo
  2. Updatable
  3. GeneratedMessage
  4. Serializable
  5. Serializable
  6. Product
  7. Equals
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ExperimentalDebugInfo(originalNodeNames: Seq[String] = _root_.scala.Seq.empty, originalFuncNames: Seq[String] = _root_.scala.Seq.empty, unknownFields: UnknownFieldSet = ...)

    originalNodeNames

    Opaque string inserted into error messages created by the runtime. This is intended to store the list of names of the nodes from the original graph that this node was derived. For example if this node, say C, was result of a fusion of 2 nodes A and B, then 'original_node' would be {A, B}. This information can be used to map errors originating at the current node to some top level source code.

    originalFuncNames

    This is intended to store the list of names of the functions from the original graph that this node was derived. For example if this node, say C, was result of a fusion of node A in function FA and node B in function FB, then original_funcs would be {FA, FB}. If the node is in the top level graph, the original_func is empty. This information, with the original_node_names can be used to map errors originating at the current ndoe to some top level source code.

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addAllOriginalFuncNames(__vs: Iterable[String]): ExperimentalDebugInfo
  5. def addAllOriginalNodeNames(__vs: Iterable[String]): ExperimentalDebugInfo
  6. def addOriginalFuncNames(__vs: String*): ExperimentalDebugInfo
  7. def addOriginalNodeNames(__vs: String*): ExperimentalDebugInfo
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clearOriginalFuncNames: ExperimentalDebugInfo
  10. def clearOriginalNodeNames: ExperimentalDebugInfo
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  12. def companion: ExperimentalDebugInfo.type
    Definition Classes
    ExperimentalDebugInfo → GeneratedMessage
  13. def discardUnknownFields: ExperimentalDebugInfo
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    ExperimentalDebugInfo → GeneratedMessage
  17. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    ExperimentalDebugInfo → GeneratedMessage
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. val originalFuncNames: Seq[String]
  23. val originalNodeNames: Seq[String]
  24. def serializedSize: Int
    Definition Classes
    ExperimentalDebugInfo → GeneratedMessage
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  27. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  28. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  29. def toProtoString: String
    Definition Classes
    ExperimentalDebugInfo → GeneratedMessage
  30. val unknownFields: UnknownFieldSet
  31. def update(ms: (Lens[ExperimentalDebugInfo, ExperimentalDebugInfo]) ⇒ Mutation[ExperimentalDebugInfo]*): ExperimentalDebugInfo
    Definition Classes
    Updatable
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. def withOriginalFuncNames(__v: Seq[String]): ExperimentalDebugInfo
  36. def withOriginalNodeNames(__v: Seq[String]): ExperimentalDebugInfo
  37. def withUnknownFields(__v: UnknownFieldSet): ExperimentalDebugInfo
  38. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  39. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    ExperimentalDebugInfo → GeneratedMessage
  40. final def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Updatable[ExperimentalDebugInfo]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped