GraphDebugInfo.FileLineColOrBuilder

ממשק סטטי ציבורי GraphDebugInfo.FileLineColOrBuilder
תת-מחלקות עקיפות ידועות

שיטות ציבוריות

מחרוזת מופשטת
קבל קוד ()
 Source code contained in this file line.
תקציר com.google.protobuf.ByteString
getCodeBytes ()
 Source code contained in this file line.
מופשט int
getCol ()
 Col number in the file line.
מופשט int
getFileIndex ()
 File name index, which can be used to retrieve the file name string from
 `files`.
מחרוזת מופשטת
getFunc ()
 Name of function contains the file line.
תקציר com.google.protobuf.ByteString
getFuncBytes ()
 Name of function contains the file line.
מופשט int
getLine ()
 Line number in the file.

שיטות ציבוריות

תקציר ציבורי מחרוזת getCode ()

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

תקציר ציבורי com.google.protobuf.ByteString getCodeBytes ()

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

תקציר ציבורי int getCol ()

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

תקציר ציבורי 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;

מחרוזת תקציר ציבורי getFunc ()

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

תקציר ציבורי com.google.protobuf.ByteString getFuncBytes ()

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

תקציר ציבורי int getLine ()

 Line number in the file.
 
int32 line = 2;