GraphDebugInfo.FileLineColOrBuilder

genel statik arayüz GraphDebugInfo.FileLineColOrBuilder
Bilinen Dolaylı Alt Sınıflar

Genel Yöntemler

soyut Dize
getCode ()
 Source code contained in this file line.
abstract com.google.protobuf.ByteString
getCodeBytes ()
 Source code contained in this file line.
soyut int
getCol ()
 Col number in the file line.
soyut int
getFileIndex ()
 File name index, which can be used to retrieve the file name string from
 `files`.
soyut Dize
getFunc ()
 Name of function contains the file line.
abstract com.google.protobuf.ByteString
getFuncBytes ()
 Name of function contains the file line.
soyut int
hat almak ()
 Line number in the file.

Genel Yöntemler

genel özet Dize getCode ()

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

genel özet com.google.protobuf.ByteString getCodeBytes ()

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

genel soyut int getCol ()

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

genel soyut 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;

genel özet String getFunc ()

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

genel özet com.google.protobuf.ByteString getFuncBytes ()

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

genel soyut int getLine ()

 Line number in the file.
 
int32 line = 2;