Package org.sonar.python.types.protobuf
Interface DescriptorsProtos.LocationInFileOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DescriptorsProtos.LocationInFile,DescriptorsProtos.LocationInFile.Builder
- Enclosing class:
- DescriptorsProtos
public static interface DescriptorsProtos.LocationInFileOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetEndLine()int32 endLine = 4;intgetEndLineOffset()int32 endLineOffset = 5;StringgetFileId()string fileId = 1;com.google.protobuf.ByteStringgetFileIdBytes()string fileId = 1;intgetStartLine()int32 startLine = 2;intgetStartLineOffset()int32 startLineOffset = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getFileId
String getFileId()
string fileId = 1;- Returns:
- The fileId.
-
getFileIdBytes
com.google.protobuf.ByteString getFileIdBytes()
string fileId = 1;- Returns:
- The bytes for fileId.
-
getStartLine
int getStartLine()
int32 startLine = 2;- Returns:
- The startLine.
-
getStartLineOffset
int getStartLineOffset()
int32 startLineOffset = 3;- Returns:
- The startLineOffset.
-
getEndLine
int getEndLine()
int32 endLine = 4;- Returns:
- The endLine.
-
getEndLineOffset
int getEndLineOffset()
int32 endLineOffset = 5;- Returns:
- The endLineOffset.
-
-