public static final class BatchReport.Symbol extends com.google.protobuf.GeneratedMessage implements BatchReport.SymbolOrBuilder
Symbol| Modifier and Type | Class and Description |
|---|---|
static class |
BatchReport.Symbol.Builder
Protobuf type
Symbol |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>| Modifier and Type | Field and Description |
|---|---|
static int |
DECLARATION_FIELD_NUMBER |
static com.google.protobuf.Parser<BatchReport.Symbol> |
PARSER |
static int |
REFERENCE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
BatchReport.TextRange |
getDeclaration()
optional .TextRange declaration = 1; |
BatchReport.TextRangeOrBuilder |
getDeclarationOrBuilder()
optional .TextRange declaration = 1; |
static BatchReport.Symbol |
getDefaultInstance() |
BatchReport.Symbol |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Parser<BatchReport.Symbol> |
getParserForType() |
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; |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasDeclaration()
optional .TextRange declaration = 1; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static BatchReport.Symbol.Builder |
newBuilder() |
static BatchReport.Symbol.Builder |
newBuilder(BatchReport.Symbol prototype) |
BatchReport.Symbol.Builder |
newBuilderForType() |
protected BatchReport.Symbol.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static BatchReport.Symbol |
parseDelimitedFrom(InputStream input) |
static BatchReport.Symbol |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BatchReport.Symbol |
parseFrom(byte[] data) |
static BatchReport.Symbol |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BatchReport.Symbol |
parseFrom(com.google.protobuf.ByteString data) |
static BatchReport.Symbol |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BatchReport.Symbol |
parseFrom(com.google.protobuf.CodedInputStream input) |
static BatchReport.Symbol |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BatchReport.Symbol |
parseFrom(InputStream input) |
static BatchReport.Symbol |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
BatchReport.Symbol.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField, writeReplace, writeString, writeStringNoTagequals, findInitializationErrors, getInitializationErrorString, hashCode, hashFields, toStringaddAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int DECLARATION_FIELD_NUMBER
public static final int REFERENCE_FIELD_NUMBER
public static final com.google.protobuf.Parser<BatchReport.Symbol> PARSER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessagepublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessagepublic boolean hasDeclaration()
optional .TextRange declaration = 1;hasDeclaration in interface BatchReport.SymbolOrBuilderpublic BatchReport.TextRange getDeclaration()
optional .TextRange declaration = 1;getDeclaration in interface BatchReport.SymbolOrBuilderpublic BatchReport.TextRangeOrBuilder getDeclarationOrBuilder()
optional .TextRange declaration = 1;getDeclarationOrBuilder in interface BatchReport.SymbolOrBuilderpublic List<BatchReport.TextRange> getReferenceList()
repeated .TextRange reference = 2;getReferenceList in interface BatchReport.SymbolOrBuilderpublic List<? extends BatchReport.TextRangeOrBuilder> getReferenceOrBuilderList()
repeated .TextRange reference = 2;getReferenceOrBuilderList in interface BatchReport.SymbolOrBuilderpublic int getReferenceCount()
repeated .TextRange reference = 2;getReferenceCount in interface BatchReport.SymbolOrBuilderpublic BatchReport.TextRange getReference(int index)
repeated .TextRange reference = 2;getReference in interface BatchReport.SymbolOrBuilderpublic BatchReport.TextRangeOrBuilder getReferenceOrBuilder(int index)
repeated .TextRange reference = 2;getReferenceOrBuilder in interface BatchReport.SymbolOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessagepublic static BatchReport.Symbol parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BatchReport.Symbol parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BatchReport.Symbol parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BatchReport.Symbol parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BatchReport.Symbol parseFrom(InputStream input) throws IOException
IOExceptionpublic static BatchReport.Symbol parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static BatchReport.Symbol parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static BatchReport.Symbol parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static BatchReport.Symbol parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static BatchReport.Symbol parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic BatchReport.Symbol.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static BatchReport.Symbol.Builder newBuilder()
public static BatchReport.Symbol.Builder newBuilder(BatchReport.Symbol prototype)
public BatchReport.Symbol.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected BatchReport.Symbol.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessagepublic static BatchReport.Symbol getDefaultInstance()
public com.google.protobuf.Parser<BatchReport.Symbol> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic BatchReport.Symbol getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2009–2015 SonarSource. All rights reserved.