TrackableObjectGraph.TrackableObject.SlotVariableReferenceOrBuilder

الواجهة الثابتة العامة TrackableObjectGraph.TrackableObject.SlotVariableReferenceOrBuilder
الفئات الفرعية غير المباشرة المعروفة

الأساليب العامة

كثافة العمليات مجردة
getOriginalVariableNodeId ()
 An index into `TrackableObjectGraph.nodes`, indicating the
 variable object this slot was created for.
سلسلة مجردة
الحصول على اسم فتحة ()
 The name of the slot (e.g.
مجردة com.google.protobuf.ByteString
الحصول علىSlotNameBytes ()
 The name of the slot (e.g.
كثافة العمليات مجردة
getSlotVariableNodeId ()
 An index into `TrackableObjectGraph.nodes`, indicating the
 `Object` with the value of the slot variable.

الأساليب العامة

الملخص العام int getOriginalVariableNodeId ()

 An index into `TrackableObjectGraph.nodes`, indicating the
 variable object this slot was created for.
 
int32 original_variable_node_id = 1;

سلسلة مجردة عامة getSlotName ()

 The name of the slot (e.g. "m"/"v").
 
string slot_name = 2;

الملخص العام com.google.protobuf.ByteString getSlotNameBytes ()

 The name of the slot (e.g. "m"/"v").
 
string slot_name = 2;

الملخص العام int getSlotVariableNodeId ()

 An index into `TrackableObjectGraph.nodes`, indicating the
 `Object` with the value of the slot variable.
 
int32 slot_variable_node_id = 3;