GraphDebugInfo.FileLineColOrBuilder

antarmuka statis publik GraphDebugInfo.FileLineColOrBuilder
Subkelas Tidak Langsung yang Diketahui

Metode Publik

Tali abstrak
ambil kode ()
 Source code contained in this file line.
abstrak com.google.protobuf.ByteString
dapatkanCodeBytes ()
 Source code contained in this file line.
abstrak ke dalam
dapatkanCol ()
 Col number in the file line.
abstrak ke dalam
dapatkanIndeksFile ()
 File name index, which can be used to retrieve the file name string from
 `files`.
Tali abstrak
dapatkan Fungsi ()
 Name of function contains the file line.
abstrak com.google.protobuf.ByteString
dapatkanFuncBytes ()
 Name of function contains the file line.
abstrak ke dalam
dapatkanGaris ()
 Line number in the file.

Metode Publik

abstrak publik String getCode ()

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

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

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

abstrak publik int getCol ()

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

abstrak publik 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;

abstrak publik String getFunc ()

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

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

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

abstrak publik int getLine ()

 Line number in the file.
 
int32 line = 2;