public static final class EmbeddedSass.SourceSpan.SourceLocation.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<EmbeddedSass.SourceSpan.SourceLocation.Builder> implements EmbeddedSass.SourceSpan.SourceLocationOrBuilder
A single point in a source file.Protobuf type
sass.embedded_protocol.SourceSpan.SourceLocation| Modifier and Type | Method and Description |
|---|---|
EmbeddedSass.SourceSpan.SourceLocation |
build() |
EmbeddedSass.SourceSpan.SourceLocation |
buildPartial() |
EmbeddedSass.SourceSpan.SourceLocation.Builder |
clear() |
EmbeddedSass.SourceSpan.SourceLocation.Builder |
clearColumn()
The 0-based column number of this location within its line.
|
EmbeddedSass.SourceSpan.SourceLocation.Builder |
clearLine()
The 0-based line number of this location within the source file.
|
EmbeddedSass.SourceSpan.SourceLocation.Builder |
clearOffset()
The 0-based offset of this location within the source file.
|
int |
getColumn()
The 0-based column number of this location within its line.
|
EmbeddedSass.SourceSpan.SourceLocation |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
int |
getLine()
The 0-based line number of this location within the source file.
|
int |
getOffset()
The 0-based offset of this location within the source file.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
EmbeddedSass.SourceSpan.SourceLocation.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
EmbeddedSass.SourceSpan.SourceLocation.Builder |
mergeFrom(EmbeddedSass.SourceSpan.SourceLocation other) |
EmbeddedSass.SourceSpan.SourceLocation.Builder |
mergeFrom(com.google.protobuf.Message other) |
EmbeddedSass.SourceSpan.SourceLocation.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
EmbeddedSass.SourceSpan.SourceLocation.Builder |
setColumn(int value)
The 0-based column number of this location within its line.
|
EmbeddedSass.SourceSpan.SourceLocation.Builder |
setLine(int value)
The 0-based line number of this location within the source file.
|
EmbeddedSass.SourceSpan.SourceLocation.Builder |
setOffset(int value)
The 0-based offset of this location within the source file.
|
EmbeddedSass.SourceSpan.SourceLocation.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<EmbeddedSass.SourceSpan.SourceLocation.Builder>public EmbeddedSass.SourceSpan.SourceLocation.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<EmbeddedSass.SourceSpan.SourceLocation.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.GeneratedMessageV3.Builder<EmbeddedSass.SourceSpan.SourceLocation.Builder>public EmbeddedSass.SourceSpan.SourceLocation getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic EmbeddedSass.SourceSpan.SourceLocation build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic EmbeddedSass.SourceSpan.SourceLocation buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic EmbeddedSass.SourceSpan.SourceLocation.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<EmbeddedSass.SourceSpan.SourceLocation.Builder>public EmbeddedSass.SourceSpan.SourceLocation.Builder mergeFrom(EmbeddedSass.SourceSpan.SourceLocation other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<EmbeddedSass.SourceSpan.SourceLocation.Builder>public EmbeddedSass.SourceSpan.SourceLocation.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<EmbeddedSass.SourceSpan.SourceLocation.Builder>IOExceptionpublic int getOffset()
The 0-based offset of this location within the source file. Mandatory.
uint32 offset = 1;getOffset in interface EmbeddedSass.SourceSpan.SourceLocationOrBuilderpublic EmbeddedSass.SourceSpan.SourceLocation.Builder setOffset(int value)
The 0-based offset of this location within the source file. Mandatory.
uint32 offset = 1;value - The offset to set.public EmbeddedSass.SourceSpan.SourceLocation.Builder clearOffset()
The 0-based offset of this location within the source file. Mandatory.
uint32 offset = 1;public int getLine()
The 0-based line number of this location within the source file. Mandatory.
uint32 line = 2;getLine in interface EmbeddedSass.SourceSpan.SourceLocationOrBuilderpublic EmbeddedSass.SourceSpan.SourceLocation.Builder setLine(int value)
The 0-based line number of this location within the source file. Mandatory.
uint32 line = 2;value - The line to set.public EmbeddedSass.SourceSpan.SourceLocation.Builder clearLine()
The 0-based line number of this location within the source file. Mandatory.
uint32 line = 2;public int getColumn()
The 0-based column number of this location within its line. Mandatory.
uint32 column = 3;getColumn in interface EmbeddedSass.SourceSpan.SourceLocationOrBuilderpublic EmbeddedSass.SourceSpan.SourceLocation.Builder setColumn(int value)
The 0-based column number of this location within its line. Mandatory.
uint32 column = 3;value - The column to set.public EmbeddedSass.SourceSpan.SourceLocation.Builder clearColumn()
The 0-based column number of this location within its line. Mandatory.
uint32 column = 3;public final EmbeddedSass.SourceSpan.SourceLocation.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<EmbeddedSass.SourceSpan.SourceLocation.Builder>public final EmbeddedSass.SourceSpan.SourceLocation.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<EmbeddedSass.SourceSpan.SourceLocation.Builder>