GraphDebugInfo.FileLineColOrBuilder

общедоступный статический интерфейс GraphDebugInfo.FileLineColOrBuilder
Известные косвенные подклассы

Публичные методы

абстрактная строка
получить код ()
 Source code contained in this file line.
абстрактный com.google.protobuf.ByteString
getCodeBytes ()
 Source code contained in this file line.
абстрактный int
получитьКол ()
 Col number in the file line.
абстрактный int
получитьИндексФайла ()
 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.
абстрактный int
получитьстроку ()
 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;

общедоступный абстрактный 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;

общедоступная абстрактная строка 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;