TrackableObjectGraph.TrackableObject.SlotVariableReferenceOrBuilder

パブリック静的インターフェイスTrackableObjectGraph.TrackableObject.SlotVariableReferenceOrBuilder
既知の間接サブクラス

パブリックメソッド

抽象整数
getOriginalVariableNodeId ()
 An index into `TrackableObjectGraph.nodes`, indicating the
 variable object this slot was created for.
抽象文字列
getスロット名()
 The name of the slot (e.g.
抽象的な com.google.protobuf.ByteString
getスロット名バイト()
 The name of the slot (e.g.
抽象整数
getSlotVariableNodeId ()
 An index into `TrackableObjectGraph.nodes`, indicating the
 `Object` with the value of the slot variable.

パブリックメソッド

public abstract int getOriginalVariableNodeId ()

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

public abstract String 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;

public abstract int getSlotVariableNodeId ()

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