الواجهة العامة الثابتة GraphDebugInfo.FileLineColOrBuilder
| الفئات الفرعية غير المباشرة المعروفة |
الأساليب العامة
| سلسلة مجردة | الحصول على كود () Source code contained in this file line. |
| مجردة com.google.protobuf.ByteString | الحصول على كود بايت () Source code contained in this file line. |
| كثافة العمليات مجردة | جيتكول () Col number in the file line. |
| كثافة العمليات مجردة | getFileIndex () File name index, which can be used to retrieve the file name string from `files`. |
| سلسلة مجردة | الحصول على فونك () Name of function contains the file line. |
| مجردة com.google.protobuf.ByteString | الحصول على FuncBytes () Name of function contains the file line. |
| كثافة العمليات مجردة | الحصول على الخط () 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;