GraphDebugInfo.FileLineColOrBuilder

interface statique publique GraphDebugInfo.FileLineColOrBuilder
Sous-classes indirectes connues

Méthodes publiques

chaîne abstraite
obtenir le code ()
 Source code contained in this file line.
résumé com.google.protobuf.ByteString
getCodeBytes ()
 Source code contained in this file line.
abstrait entier
obtenirCol ()
 Col number in the file line.
abstrait entier
getFileIndex ()
 File name index, which can be used to retrieve the file name string from
 `files`.
chaîne abstraite
getFunc ()
 Name of function contains the file line.
résumé com.google.protobuf.ByteString
getFuncBytes ()
 Name of function contains the file line.
abstrait entier
obtenirLigne ()
 Line number in the file.

Méthodes publiques

chaîne abstraite publique getCode ()

code de chaîne

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

résumé public com.google.protobuf.ByteString getCodeBytes ()

code de chaîne

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

public abstrait int getCol ()

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

public abstrait 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;

chaîne abstraite publique getFunc ()

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

résumé public com.google.protobuf.ByteString getFuncBytes ()

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

public abstrait int getLine ()

 Line number in the file.
 
int32 line = 2;