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;