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 ()

string code = 5;

 Source code contained in this file line.
 
= 5;

چکیده عمومی com.google.protobuf.ByteString getCodeBytes ()

string code = 5;

 Source code contained in this file line.
 
= 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 ()

string func = 4;

 Name of function contains the file line.
 
= 4;

انتزاعی عمومی int getLine ()

 Line number in the file.
 
int32 line = 2;