interfaz estática pública GraphDebugInfo.FileLineColOrBuilder
| Subclases indirectas conocidas |
Métodos públicos
| cadena abstracta | getCode () Source code contained in this file line. |
| resumen com.google.protobuf.ByteString | getCodeBytes () Source code contained in this file line. |
| int abstracto | getCol () Col number in the file line. |
| int abstracto | getFileIndex () File name index, which can be used to retrieve the file name string from `files`. |
| cadena abstracta | getFunc () Name of function contains the file line. |
| resumen com.google.protobuf.ByteString | getFuncBytes () Name of function contains the file line. |
| int abstracto | getLine () Line number in the file. |
Métodos públicos
getCode () de cadena abstracta pública
Source code contained in this file line.
string code = 5;resumen público com.google.protobuf.ByteString getCodeBytes ()
Source code contained in this file line.
string code = 5;public abstract int getCol ()
Col number in the file line.
int32 col = 3;public abstract 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;public abstract int getLine ()
Line number in the file.
int32 line = 2;