GraphDebugInfo.FileLineColOrBuilder

interfaz estática pública GraphDebugInfo.FileLineColOrBuilder
Subclases indirectas conocidas

Métodos públicos

cadena abstracta
obtener código ()
 Source code contained in this file line.
resumen com.google.protobuf.ByteString
obtenerCodeBytes ()
 Source code contained in this file line.
resumen entero
obtenerCol ()
 Col number in the file line.
resumen entero
getFileIndex ()
 File name index, which can be used to retrieve the file name string from
 `files`.
cadena abstracta
obtenerFunc ()
 Name of function contains the file line.
resumen com.google.protobuf.ByteString
obtenerFuncBytes ()
 Name of function contains the file line.
resumen entero
obtener línea ()
 Line number in the file.

Métodos públicos

Cadena abstracta pública getCode ()

código de cadena

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

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

código de cadena

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

resumen público int getCol ()

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

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

Cadena abstracta pública getFunc ()

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

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

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

resumen público int getLine ()

 Line number in the file.
 
int32 line = 2;