| Package | Description |
|---|---|
| org.sonar.batch.protocol.output |
| Modifier and Type | Field and Description |
|---|---|
static com.google.protobuf.Parser<BatchReport.TextRange> |
BatchReport.TextRange.PARSER
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
BatchReport.TextRange |
BatchReport.TextRange.Builder.build() |
BatchReport.TextRange |
BatchReport.TextRange.Builder.buildPartial() |
BatchReport.TextRange |
BatchReport.SymbolOrBuilder.getDeclaration()
optional .TextRange declaration = 1; |
BatchReport.TextRange |
BatchReport.Symbol.getDeclaration()
optional .TextRange declaration = 1; |
BatchReport.TextRange |
BatchReport.Symbol.Builder.getDeclaration()
optional .TextRange declaration = 1; |
static BatchReport.TextRange |
BatchReport.TextRange.getDefaultInstance() |
BatchReport.TextRange |
BatchReport.TextRange.getDefaultInstanceForType() |
BatchReport.TextRange |
BatchReport.TextRange.Builder.getDefaultInstanceForType() |
BatchReport.TextRange |
BatchReport.DuplicationOrBuilder.getOriginPosition()
optional .TextRange origin_position = 1; |
BatchReport.TextRange |
BatchReport.Duplication.getOriginPosition()
optional .TextRange origin_position = 1; |
BatchReport.TextRange |
BatchReport.Duplication.Builder.getOriginPosition()
optional .TextRange origin_position = 1; |
BatchReport.TextRange |
BatchReport.DuplicateOrBuilder.getRange()
optional .TextRange range = 2; |
BatchReport.TextRange |
BatchReport.Duplicate.getRange()
optional .TextRange range = 2; |
BatchReport.TextRange |
BatchReport.Duplicate.Builder.getRange()
optional .TextRange range = 2; |
BatchReport.TextRange |
BatchReport.SyntaxHighlightingOrBuilder.getRange()
optional .TextRange range = 1; |
BatchReport.TextRange |
BatchReport.SyntaxHighlighting.getRange()
optional .TextRange range = 1; |
BatchReport.TextRange |
BatchReport.SyntaxHighlighting.Builder.getRange()
optional .TextRange range = 1; |
BatchReport.TextRange |
BatchReport.SymbolOrBuilder.getReference(int index)
repeated .TextRange reference = 2; |
BatchReport.TextRange |
BatchReport.Symbol.getReference(int index)
repeated .TextRange reference = 2; |
BatchReport.TextRange |
BatchReport.Symbol.Builder.getReference(int index)
repeated .TextRange reference = 2; |
BatchReport.TextRange |
BatchReport.IssueOrBuilder.getTextRange()
optional .TextRange text_range = 7; |
BatchReport.TextRange |
BatchReport.Issue.getTextRange()
optional .TextRange text_range = 7; |
BatchReport.TextRange |
BatchReport.Issue.Builder.getTextRange()
optional .TextRange text_range = 7; |
BatchReport.TextRange |
BatchReport.IssueLocationOrBuilder.getTextRange()
optional .TextRange text_range = 2; |
BatchReport.TextRange |
BatchReport.IssueLocation.getTextRange()
optional .TextRange text_range = 2; |
BatchReport.TextRange |
BatchReport.IssueLocation.Builder.getTextRange()
optional .TextRange text_range = 2; |
static BatchReport.TextRange |
BatchReport.TextRange.parseDelimitedFrom(InputStream input) |
static BatchReport.TextRange |
BatchReport.TextRange.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BatchReport.TextRange |
BatchReport.TextRange.parseFrom(byte[] data) |
static BatchReport.TextRange |
BatchReport.TextRange.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BatchReport.TextRange |
BatchReport.TextRange.parseFrom(com.google.protobuf.ByteString data) |
static BatchReport.TextRange |
BatchReport.TextRange.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BatchReport.TextRange |
BatchReport.TextRange.parseFrom(com.google.protobuf.CodedInputStream input) |
static BatchReport.TextRange |
BatchReport.TextRange.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BatchReport.TextRange |
BatchReport.TextRange.parseFrom(InputStream input) |
static BatchReport.TextRange |
BatchReport.TextRange.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<BatchReport.TextRange> |
BatchReport.TextRange.getParserForType() |
List<BatchReport.TextRange> |
BatchReport.SymbolOrBuilder.getReferenceList()
repeated .TextRange reference = 2; |
List<BatchReport.TextRange> |
BatchReport.Symbol.getReferenceList()
repeated .TextRange reference = 2; |
List<BatchReport.TextRange> |
BatchReport.Symbol.Builder.getReferenceList()
repeated .TextRange reference = 2; |
static com.google.protobuf.Parser<BatchReport.TextRange> |
BatchReport.TextRange.parser() |
| Modifier and Type | Method and Description |
|---|---|
BatchReport.Symbol.Builder |
BatchReport.Symbol.Builder.addReference(BatchReport.TextRange value)
repeated .TextRange reference = 2; |
BatchReport.Symbol.Builder |
BatchReport.Symbol.Builder.addReference(int index,
BatchReport.TextRange value)
repeated .TextRange reference = 2; |
BatchReport.Symbol.Builder |
BatchReport.Symbol.Builder.mergeDeclaration(BatchReport.TextRange value)
optional .TextRange declaration = 1; |
BatchReport.TextRange.Builder |
BatchReport.TextRange.Builder.mergeFrom(BatchReport.TextRange other) |
BatchReport.Duplication.Builder |
BatchReport.Duplication.Builder.mergeOriginPosition(BatchReport.TextRange value)
optional .TextRange origin_position = 1; |
BatchReport.Duplicate.Builder |
BatchReport.Duplicate.Builder.mergeRange(BatchReport.TextRange value)
optional .TextRange range = 2; |
BatchReport.SyntaxHighlighting.Builder |
BatchReport.SyntaxHighlighting.Builder.mergeRange(BatchReport.TextRange value)
optional .TextRange range = 1; |
BatchReport.Issue.Builder |
BatchReport.Issue.Builder.mergeTextRange(BatchReport.TextRange value)
optional .TextRange text_range = 7; |
BatchReport.IssueLocation.Builder |
BatchReport.IssueLocation.Builder.mergeTextRange(BatchReport.TextRange value)
optional .TextRange text_range = 2; |
static BatchReport.TextRange.Builder |
BatchReport.TextRange.newBuilder(BatchReport.TextRange prototype) |
BatchReport.Symbol.Builder |
BatchReport.Symbol.Builder.setDeclaration(BatchReport.TextRange value)
optional .TextRange declaration = 1; |
BatchReport.Duplication.Builder |
BatchReport.Duplication.Builder.setOriginPosition(BatchReport.TextRange value)
optional .TextRange origin_position = 1; |
BatchReport.Duplicate.Builder |
BatchReport.Duplicate.Builder.setRange(BatchReport.TextRange value)
optional .TextRange range = 2; |
BatchReport.SyntaxHighlighting.Builder |
BatchReport.SyntaxHighlighting.Builder.setRange(BatchReport.TextRange value)
optional .TextRange range = 1; |
BatchReport.Symbol.Builder |
BatchReport.Symbol.Builder.setReference(int index,
BatchReport.TextRange value)
repeated .TextRange reference = 2; |
BatchReport.Issue.Builder |
BatchReport.Issue.Builder.setTextRange(BatchReport.TextRange value)
optional .TextRange text_range = 7; |
BatchReport.IssueLocation.Builder |
BatchReport.IssueLocation.Builder.setTextRange(BatchReport.TextRange value)
optional .TextRange text_range = 2; |
| Modifier and Type | Method and Description |
|---|---|
BatchReport.Symbol.Builder |
BatchReport.Symbol.Builder.addAllReference(Iterable<? extends BatchReport.TextRange> values)
repeated .TextRange reference = 2; |
Copyright © 2009–2016 SonarSource. All rights reserved.