GraphDebugInfo.FileLineColOrBuilder

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

パブリックメソッド

抽象文字列
コードを取得()
 Source code contained in this file line.
抽象的な com.google.protobuf.ByteString
getCodeBytes ()
 Source code contained in this file line.
抽象整数
getCol ()
 Col number in the file line.
抽象整数
getFileIndex ()
 File name index, which can be used to retrieve the file name string from
 `files`.
抽象文字列
getFunc ()
 Name of function contains the file line.
抽象的な com.google.protobuf.ByteString
getFuncBytes ()
 Name of function contains the file line.
抽象整数
getLine ()
 Line number in the file.

パブリックメソッド

パブリック抽象文字列getCode ()

 Source code contained in this file line.
 
string code = 5;

パブリック抽象 com.google.protobuf.ByteString getCodeBytes ()

 Source code contained in this file line.
 
string code = 5;

パブリック抽象 int getCol ()

 Col number in the file line.
 
int32 col = 3;

public abstract int getFileIndex ()

 File name index, which can be used to retrieve the file name string from
 `files`. The value should be between 0 and (len(files)-1)
 
int32 file_index = 1;

パブリック抽象 String getFunc ()

 Name of function contains the file line.
 
string func = 4;

パブリック抽象 com.google.protobuf.ByteString getFuncBytes ()

 Name of function contains the file line.
 
string func = 4;

パブリック抽象 int getLine ()

 Line number in the file.
 
int32 line = 2;