TrackableObjectGraph.TrackableObject.SlotVariableReferenceOrBuilder

antarmuka statis publik TrackableObjectGraph.TrackableObject.SlotVariableReferenceOrBuilder
Subkelas Tidak Langsung yang Diketahui

Metode Publik

abstrak ke dalam
dapatkanOriginalVariableNodeId ()
 An index into `TrackableObjectGraph.nodes`, indicating the
 variable object this slot was created for.
Tali abstrak
dapatkanSlotNama ()
 The name of the slot (e.g.
abstrak com.google.protobuf.ByteString
dapatkanSlotNameBytes ()
 The name of the slot (e.g.
abstrak ke dalam
dapatkanSlotVariableNodeId ()
 An index into `TrackableObjectGraph.nodes`, indicating the
 `Object` with the value of the slot variable.

Metode Publik

abstrak publik int getOriginalVariableNodeId ()

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

String abstrak publik getSlotName ()

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

abstrak publik com.google.protobuf.ByteString getSlotNameBytes ()

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

abstrak publik int getSlotVariableNodeId ()

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