public static final class BatchReport.SyntaxHighlighting.Builder extends com.google.protobuf.GeneratedMessage.Builder<BatchReport.SyntaxHighlighting.Builder> implements BatchReport.SyntaxHighlightingOrBuilder
SyntaxHighlighting
Must be sorted by line and start offset TODO rename it SyntaxHighlightingRule ?
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldsfindInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, newUninitializedMessageExceptionpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<BatchReport.SyntaxHighlighting.Builder>public BatchReport.SyntaxHighlighting.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<BatchReport.SyntaxHighlighting.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<BatchReport.SyntaxHighlighting.Builder>public BatchReport.SyntaxHighlighting getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic BatchReport.SyntaxHighlighting build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic BatchReport.SyntaxHighlighting buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic BatchReport.SyntaxHighlighting.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<BatchReport.SyntaxHighlighting.Builder>public BatchReport.SyntaxHighlighting.Builder mergeFrom(BatchReport.SyntaxHighlighting other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<BatchReport.SyntaxHighlighting.Builder>public BatchReport.SyntaxHighlighting.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<BatchReport.SyntaxHighlighting.Builder>IOExceptionpublic boolean hasRange()
optional .TextRange range = 1;hasRange in interface BatchReport.SyntaxHighlightingOrBuilderpublic BatchReport.TextRange getRange()
optional .TextRange range = 1;getRange in interface BatchReport.SyntaxHighlightingOrBuilderpublic BatchReport.SyntaxHighlighting.Builder setRange(BatchReport.TextRange value)
optional .TextRange range = 1;public BatchReport.SyntaxHighlighting.Builder setRange(BatchReport.TextRange.Builder builderForValue)
optional .TextRange range = 1;public BatchReport.SyntaxHighlighting.Builder mergeRange(BatchReport.TextRange value)
optional .TextRange range = 1;public BatchReport.SyntaxHighlighting.Builder clearRange()
optional .TextRange range = 1;public BatchReport.TextRange.Builder getRangeBuilder()
optional .TextRange range = 1;public BatchReport.TextRangeOrBuilder getRangeOrBuilder()
optional .TextRange range = 1;getRangeOrBuilder in interface BatchReport.SyntaxHighlightingOrBuilderpublic boolean hasType()
optional .HighlightingType type = 2;hasType in interface BatchReport.SyntaxHighlightingOrBuilderpublic Constants.HighlightingType getType()
optional .HighlightingType type = 2;getType in interface BatchReport.SyntaxHighlightingOrBuilderpublic BatchReport.SyntaxHighlighting.Builder setType(Constants.HighlightingType value)
optional .HighlightingType type = 2;public BatchReport.SyntaxHighlighting.Builder clearType()
optional .HighlightingType type = 2;Copyright © 2009–2016 SonarSource. All rights reserved.