Interface TrackableObjectGraphOuterClass.TrackableObjectGraph.TrackableObject.SlotVariableReferenceOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getOriginalVariableNodeId()
      An index into `TrackableObjectGraph.nodes`, indicating the variable object this slot was created for.
      java.lang.String getSlotName()
      The name of the slot (e.g.
      com.google.protobuf.ByteString getSlotNameBytes()
      The name of the slot (e.g.
      int getSlotVariableNodeId()
      An index into `TrackableObjectGraph.nodes`, indicating the `Object` with the value of the slot variable.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getOriginalVariableNodeId

        int getOriginalVariableNodeId()
         An index into `TrackableObjectGraph.nodes`, indicating the
         variable object this slot was created for.
         
        int32 original_variable_node_id = 1;
        Returns:
        The originalVariableNodeId.
      • getSlotName

        java.lang.String getSlotName()
         The name of the slot (e.g. "m"/"v").
         
        string slot_name = 2;
        Returns:
        The slotName.
      • getSlotNameBytes

        com.google.protobuf.ByteString getSlotNameBytes()
         The name of the slot (e.g. "m"/"v").
         
        string slot_name = 2;
        Returns:
        The bytes for slotName.
      • getSlotVariableNodeId

        int getSlotVariableNodeId()
         An index into `TrackableObjectGraph.nodes`, indicating the
         `Object` with the value of the slot variable.
         
        int32 slot_variable_node_id = 3;
        Returns:
        The slotVariableNodeId.