GraphDebugInfo.FileLineColOrBuilder

interface estática pública GraphDebugInfo.FileLineColOrBuilder
Subclasses indiretas conhecidas

Métodos Públicos

cadeia abstrata
Obter código ()
 Source code contained in this file line.
abstrato com.google.protobuf.ByteString
getCodeBytes ()
 Source code contained in this file line.
abstrato int
getCol ()
 Col number in the file line.
abstrato int
getFileIndex ()
 File name index, which can be used to retrieve the file name string from
 `files`.
cadeia abstrata
getFunc ()
 Name of function contains the file line.
abstrato com.google.protobuf.ByteString
getFuncBytes ()
 Name of function contains the file line.
abstrato int
Obter linha ()
 Line number in the file.

Métodos Públicos

String abstrata pública getCode ()

código de string

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

resumo público com.google.protobuf.ByteString getCodeBytes ()

código de string

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

resumo público int getCol ()

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

público abstrato 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;

String abstrata pública getFunc ()

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

resumo público com.google.protobuf.ByteString getFuncBytes ()

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

público abstrato int getLine ()

 Line number in the file.
 
int32 line = 2;