GraphDebugInfo.FileLineColOrBuilder

giao diện tĩnh công cộng GraphDebugInfo.FileLineColOrBuilder
Các lớp con gián tiếp đã biết

Phương pháp công khai

chuỗi trừu tượng
nhận được mã ()
 Source code contained in this file line.
tóm tắt com.google.protobuf.ByteString
getCodeBytes ()
 Source code contained in this file line.
int trừu tượng
getCol ()
 Col number in the file line.
int trừu tượng
getFileIndex ()
 File name index, which can be used to retrieve the file name string from
 `files`.
chuỗi trừu tượng
getFunc ()
 Name of function contains the file line.
tóm tắt com.google.protobuf.ByteString
getFuncBytes ()
 Name of function contains the file line.
int trừu tượng
theo hàng ()
 Line number in the file.

Phương pháp công khai

Chuỗi tóm tắt công khai getCode ()

string code = 5;

 Source code contained in this file line.
 
= 5;

tóm tắt công khai com.google.protobuf.ByteString getCodeBytes ()

string code = 5;

 Source code contained in this file line.
 
= 5;

tóm tắt công khai int getCol ()

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

tóm tắt công khai 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;

Chuỗi tóm tắt công khai getFunc ()

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

tóm tắt công khai com.google.protobuf.ByteString getFuncBytes ()

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

tóm tắt công khai int getLine ()

dòng

 Line number in the file.
 
int32 line = 2;