GraphDebugInfo.FileLineColOrBuilder

공개 정적 인터페이스 GraphDebugInfo.FileLineColOrBuilder
알려진 간접 하위 클래스

공개 방법

추상 문자열
getCode ()
 Source code contained in this file line.
추상 com.google.protobuf.ByteString
getCodeBytes ()
 Source code contained in this file line.
추상 정수
getCol ()
 Col number in the file line.
추상 정수
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.
추상 정수
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;