GraphDebugInfo.FileLineColOrBuilder

publiczny interfejs statyczny GraphDebugInfo.FileLineColOrBuilder
Znane podklasy pośrednie

Metody publiczne

abstrakcyjny ciąg
Zdobądź szyfr ()
 Source code contained in this file line.
streszczenie com.google.protobuf.ByteString
getCodeBytes ()
 Source code contained in this file line.
streszczenie wew
pobierzCol ()
 Col number in the file line.
streszczenie wew
getFileIndex ()
 File name index, which can be used to retrieve the file name string from
 `files`.
abstrakcyjny ciąg
getFunc ()
 Name of function contains the file line.
streszczenie com.google.protobuf.ByteString
getFuncBytes ()
 Name of function contains the file line.
streszczenie wew
pobierzLinię ()
 Line number in the file.

Metody publiczne

publiczna abstrakcja String getCode ()

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

publiczne streszczenie com.google.protobuf.ByteString getCodeBytes ()

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

publiczne streszczenie int getCol ()

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

publiczne streszczenie 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;

publiczna abstrakcja String getFunc ()

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

publiczne streszczenie com.google.protobuf.ByteString getFuncBytes ()

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

publiczne streszczenie int getLine ()

 Line number in the file.
 
int32 line = 2;