public static interface BatchReport.SymbolOrBuilder extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
BatchReport.TextRange |
getDeclaration()
optional .TextRange declaration = 1; |
BatchReport.TextRangeOrBuilder |
getDeclarationOrBuilder()
optional .TextRange declaration = 1; |
BatchReport.TextRange |
getReference(int index)
repeated .TextRange reference = 2; |
int |
getReferenceCount()
repeated .TextRange reference = 2; |
List<BatchReport.TextRange> |
getReferenceList()
repeated .TextRange reference = 2; |
BatchReport.TextRangeOrBuilder |
getReferenceOrBuilder(int index)
repeated .TextRange reference = 2; |
List<? extends BatchReport.TextRangeOrBuilder> |
getReferenceOrBuilderList()
repeated .TextRange reference = 2; |
boolean |
hasDeclaration()
optional .TextRange declaration = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasDeclaration()
optional .TextRange declaration = 1;BatchReport.TextRange getDeclaration()
optional .TextRange declaration = 1;BatchReport.TextRangeOrBuilder getDeclarationOrBuilder()
optional .TextRange declaration = 1;List<BatchReport.TextRange> getReferenceList()
repeated .TextRange reference = 2;BatchReport.TextRange getReference(int index)
repeated .TextRange reference = 2;int getReferenceCount()
repeated .TextRange reference = 2;List<? extends BatchReport.TextRangeOrBuilder> getReferenceOrBuilderList()
repeated .TextRange reference = 2;BatchReport.TextRangeOrBuilder getReferenceOrBuilder(int index)
repeated .TextRange reference = 2;Copyright © 2009–2016 SonarSource. All rights reserved.