public static interface BatchReport.TextRangeOrBuilder extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getEndLine()
optional int32 end_line = 2; |
int |
getEndOffset()
optional int32 end_offset = 4; |
int |
getStartLine()
optional int32 start_line = 1; |
int |
getStartOffset()
optional int32 start_offset = 3; |
boolean |
hasEndLine()
optional int32 end_line = 2; |
boolean |
hasEndOffset()
optional int32 end_offset = 4; |
boolean |
hasStartLine()
optional int32 start_line = 1; |
boolean |
hasStartOffset()
optional int32 start_offset = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasStartLine()
optional int32 start_line = 1;
Should never be null
int getStartLine()
optional int32 start_line = 1;
Should never be null
boolean hasEndLine()
optional int32 end_line = 2;
End line (inclusive)
int getEndLine()
optional int32 end_line = 2;
End line (inclusive)
boolean hasStartOffset()
optional int32 start_offset = 3;
If null it means range starts at the first offset of start line
int getStartOffset()
optional int32 start_offset = 3;
If null it means range starts at the first offset of start line
boolean hasEndOffset()
optional int32 end_offset = 4;
If null it means range ends at the last offset of end line
int getEndOffset()
optional int32 end_offset = 4;
If null it means range ends at the last offset of end line
Copyright © 2009–2016 SonarSource. All rights reserved.