org.jetbrains.kotlin.serialization.jvm
Class JvmProtoBuf.StringTableTypes.Record

java.lang.Object
  extended by org.jetbrains.kotlin.protobuf.AbstractMessageLite
      extended by org.jetbrains.kotlin.protobuf.GeneratedMessageLite
          extended by org.jetbrains.kotlin.serialization.jvm.JvmProtoBuf.StringTableTypes.Record
All Implemented Interfaces:
java.io.Serializable, org.jetbrains.kotlin.protobuf.MessageLite, org.jetbrains.kotlin.protobuf.MessageLiteOrBuilder, JvmProtoBuf.StringTableTypes.RecordOrBuilder
Enclosing class:
JvmProtoBuf.StringTableTypes

public static final class JvmProtoBuf.StringTableTypes.Record
extends org.jetbrains.kotlin.protobuf.GeneratedMessageLite
implements JvmProtoBuf.StringTableTypes.RecordOrBuilder

Protobuf type org.jetbrains.kotlin.serialization.jvm.StringTableTypes.Record

See Also:
Serialized Form

Nested Class Summary
static class JvmProtoBuf.StringTableTypes.Record.Builder
          Protobuf type org.jetbrains.kotlin.serialization.jvm.StringTableTypes.Record
static class JvmProtoBuf.StringTableTypes.Record.Operation
          Protobuf enum org.jetbrains.kotlin.serialization.jvm.StringTableTypes.Record.Operation
 
Nested classes/interfaces inherited from class org.jetbrains.kotlin.protobuf.GeneratedMessageLite
org.jetbrains.kotlin.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends org.jetbrains.kotlin.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType>,BuilderType extends org.jetbrains.kotlin.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, org.jetbrains.kotlin.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends org.jetbrains.kotlin.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType>>, org.jetbrains.kotlin.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends org.jetbrains.kotlin.protobuf.GeneratedMessageLite.ExtendableMessage>, org.jetbrains.kotlin.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends org.jetbrains.kotlin.protobuf.MessageLite,Type>
 
Field Summary
static int OPERATION_FIELD_NUMBER
           
static org.jetbrains.kotlin.protobuf.Parser<JvmProtoBuf.StringTableTypes.Record> PARSER
           
static int PREDEFINED_INDEX_FIELD_NUMBER
           
static int RANGE_FIELD_NUMBER
           
static int REPLACE_CHAR_FIELD_NUMBER
           
static int STRING_FIELD_NUMBER
           
static int SUBSTRING_INDEX_FIELD_NUMBER
           
 
Fields inherited from class org.jetbrains.kotlin.protobuf.AbstractMessageLite
memoizedHashCode
 
Method Summary
static JvmProtoBuf.StringTableTypes.Record getDefaultInstance()
           
 JvmProtoBuf.StringTableTypes.Record getDefaultInstanceForType()
           
 JvmProtoBuf.StringTableTypes.Record.Operation getOperation()
          optional .org.jetbrains.kotlin.serialization.jvm.StringTableTypes.Record.Operation operation = 3 [default = NONE];
 org.jetbrains.kotlin.protobuf.Parser<JvmProtoBuf.StringTableTypes.Record> getParserForType()
           
 int getPredefinedIndex()
          optional int32 predefined_index = 2;
 int getRange()
          optional int32 range = 1 [default = 1];
 int getReplaceChar(int index)
          repeated int32 replace_char = 5 [packed = true];
 int getReplaceCharCount()
          repeated int32 replace_char = 5 [packed = true];
 java.util.List<java.lang.Integer> getReplaceCharList()
          repeated int32 replace_char = 5 [packed = true];
 int getSerializedSize()
           
 java.lang.String getString()
          optional string string = 6;
 org.jetbrains.kotlin.protobuf.ByteString getStringBytes()
          optional string string = 6;
 int getSubstringIndex(int index)
          repeated int32 substring_index = 4 [packed = true];
 int getSubstringIndexCount()
          repeated int32 substring_index = 4 [packed = true];
 java.util.List<java.lang.Integer> getSubstringIndexList()
          repeated int32 substring_index = 4 [packed = true];
 boolean hasOperation()
          optional .org.jetbrains.kotlin.serialization.jvm.StringTableTypes.Record.Operation operation = 3 [default = NONE];
 boolean hasPredefinedIndex()
          optional int32 predefined_index = 2;
 boolean hasRange()
          optional int32 range = 1 [default = 1];
 boolean hasString()
          optional string string = 6;
 boolean isInitialized()
           
static JvmProtoBuf.StringTableTypes.Record.Builder newBuilder()
           
static JvmProtoBuf.StringTableTypes.Record.Builder newBuilder(JvmProtoBuf.StringTableTypes.Record prototype)
           
 JvmProtoBuf.StringTableTypes.Record.Builder newBuilderForType()
           
static JvmProtoBuf.StringTableTypes.Record parseDelimitedFrom(java.io.InputStream input)
           
static JvmProtoBuf.StringTableTypes.Record parseDelimitedFrom(java.io.InputStream input, org.jetbrains.kotlin.protobuf.ExtensionRegistryLite extensionRegistry)
           
static JvmProtoBuf.StringTableTypes.Record parseFrom(byte[] data)
           
static JvmProtoBuf.StringTableTypes.Record parseFrom(byte[] data, org.jetbrains.kotlin.protobuf.ExtensionRegistryLite extensionRegistry)
           
static JvmProtoBuf.StringTableTypes.Record parseFrom(org.jetbrains.kotlin.protobuf.ByteString data)
           
static JvmProtoBuf.StringTableTypes.Record parseFrom(org.jetbrains.kotlin.protobuf.ByteString data, org.jetbrains.kotlin.protobuf.ExtensionRegistryLite extensionRegistry)
           
static JvmProtoBuf.StringTableTypes.Record parseFrom(org.jetbrains.kotlin.protobuf.CodedInputStream input)
           
static JvmProtoBuf.StringTableTypes.Record parseFrom(org.jetbrains.kotlin.protobuf.CodedInputStream input, org.jetbrains.kotlin.protobuf.ExtensionRegistryLite extensionRegistry)
           
static JvmProtoBuf.StringTableTypes.Record parseFrom(java.io.InputStream input)
           
static JvmProtoBuf.StringTableTypes.Record parseFrom(java.io.InputStream input, org.jetbrains.kotlin.protobuf.ExtensionRegistryLite extensionRegistry)
           
 JvmProtoBuf.StringTableTypes.Record.Builder toBuilder()
           
protected  java.lang.Object writeReplace()
           
 void writeTo(org.jetbrains.kotlin.protobuf.CodedOutputStream output)
           
 
Methods inherited from class org.jetbrains.kotlin.protobuf.GeneratedMessageLite
makeExtensionsImmutable, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseUnknownField
 
Methods inherited from class org.jetbrains.kotlin.protobuf.AbstractMessageLite
checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PARSER

public static org.jetbrains.kotlin.protobuf.Parser<JvmProtoBuf.StringTableTypes.Record> PARSER

RANGE_FIELD_NUMBER

public static final int RANGE_FIELD_NUMBER
See Also:
Constant Field Values

PREDEFINED_INDEX_FIELD_NUMBER

public static final int PREDEFINED_INDEX_FIELD_NUMBER
See Also:
Constant Field Values

STRING_FIELD_NUMBER

public static final int STRING_FIELD_NUMBER
See Also:
Constant Field Values

OPERATION_FIELD_NUMBER

public static final int OPERATION_FIELD_NUMBER
See Also:
Constant Field Values

SUBSTRING_INDEX_FIELD_NUMBER

public static final int SUBSTRING_INDEX_FIELD_NUMBER
See Also:
Constant Field Values

REPLACE_CHAR_FIELD_NUMBER

public static final int REPLACE_CHAR_FIELD_NUMBER
See Also:
Constant Field Values
Method Detail

getDefaultInstance

public static JvmProtoBuf.StringTableTypes.Record getDefaultInstance()

getDefaultInstanceForType

public JvmProtoBuf.StringTableTypes.Record getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface org.jetbrains.kotlin.protobuf.MessageLiteOrBuilder

getParserForType

public org.jetbrains.kotlin.protobuf.Parser<JvmProtoBuf.StringTableTypes.Record> getParserForType()
Specified by:
getParserForType in interface org.jetbrains.kotlin.protobuf.MessageLite
Overrides:
getParserForType in class org.jetbrains.kotlin.protobuf.GeneratedMessageLite

hasRange

public boolean hasRange()
optional int32 range = 1 [default = 1];
 The number of times this record should be repeated; this is used to collapse identical subsequent records in the list
 

Specified by:
hasRange in interface JvmProtoBuf.StringTableTypes.RecordOrBuilder

getRange

public int getRange()
optional int32 range = 1 [default = 1];
 The number of times this record should be repeated; this is used to collapse identical subsequent records in the list
 

Specified by:
getRange in interface JvmProtoBuf.StringTableTypes.RecordOrBuilder

hasPredefinedIndex

public boolean hasPredefinedIndex()
optional int32 predefined_index = 2;
 Index of the predefined constant. If this field is present, the associated string is ignored
 

Specified by:
hasPredefinedIndex in interface JvmProtoBuf.StringTableTypes.RecordOrBuilder

getPredefinedIndex

public int getPredefinedIndex()
optional int32 predefined_index = 2;
 Index of the predefined constant. If this field is present, the associated string is ignored
 

Specified by:
getPredefinedIndex in interface JvmProtoBuf.StringTableTypes.RecordOrBuilder

hasString

public boolean hasString()
optional string string = 6;
 A string which should be used. If this field is present, both the associated string and the predefined string index are ignored
 

Specified by:
hasString in interface JvmProtoBuf.StringTableTypes.RecordOrBuilder

getString

public java.lang.String getString()
optional string string = 6;
 A string which should be used. If this field is present, both the associated string and the predefined string index are ignored
 

Specified by:
getString in interface JvmProtoBuf.StringTableTypes.RecordOrBuilder

getStringBytes

public org.jetbrains.kotlin.protobuf.ByteString getStringBytes()
optional string string = 6;
 A string which should be used. If this field is present, both the associated string and the predefined string index are ignored
 

Specified by:
getStringBytes in interface JvmProtoBuf.StringTableTypes.RecordOrBuilder

hasOperation

public boolean hasOperation()
optional .org.jetbrains.kotlin.serialization.jvm.StringTableTypes.Record.Operation operation = 3 [default = NONE];
 Perform a described operation on the string
 

Specified by:
hasOperation in interface JvmProtoBuf.StringTableTypes.RecordOrBuilder

getOperation

public JvmProtoBuf.StringTableTypes.Record.Operation getOperation()
optional .org.jetbrains.kotlin.serialization.jvm.StringTableTypes.Record.Operation operation = 3 [default = NONE];
 Perform a described operation on the string
 

Specified by:
getOperation in interface JvmProtoBuf.StringTableTypes.RecordOrBuilder

getSubstringIndexList

public java.util.List<java.lang.Integer> getSubstringIndexList()
repeated int32 substring_index = 4 [packed = true];
 If this field is present, the "substring" operation must be performed with the first element of this list as the start index,
 and the second element as the end index.
 If an operation is not NONE, it's applied _after_ this substring operation
 

Specified by:
getSubstringIndexList in interface JvmProtoBuf.StringTableTypes.RecordOrBuilder

getSubstringIndexCount

public int getSubstringIndexCount()
repeated int32 substring_index = 4 [packed = true];
 If this field is present, the "substring" operation must be performed with the first element of this list as the start index,
 and the second element as the end index.
 If an operation is not NONE, it's applied _after_ this substring operation
 

Specified by:
getSubstringIndexCount in interface JvmProtoBuf.StringTableTypes.RecordOrBuilder

getSubstringIndex

public int getSubstringIndex(int index)
repeated int32 substring_index = 4 [packed = true];
 If this field is present, the "substring" operation must be performed with the first element of this list as the start index,
 and the second element as the end index.
 If an operation is not NONE, it's applied _after_ this substring operation
 

Specified by:
getSubstringIndex in interface JvmProtoBuf.StringTableTypes.RecordOrBuilder

getReplaceCharList

public java.util.List<java.lang.Integer> getReplaceCharList()
repeated int32 replace_char = 5 [packed = true];
 If this field is present, the "replaceAll" operation must be performed with the first element of this list as the code point
 of the character to replace, and the second element as the code point of the replacement character
 

Specified by:
getReplaceCharList in interface JvmProtoBuf.StringTableTypes.RecordOrBuilder

getReplaceCharCount

public int getReplaceCharCount()
repeated int32 replace_char = 5 [packed = true];
 If this field is present, the "replaceAll" operation must be performed with the first element of this list as the code point
 of the character to replace, and the second element as the code point of the replacement character
 

Specified by:
getReplaceCharCount in interface JvmProtoBuf.StringTableTypes.RecordOrBuilder

getReplaceChar

public int getReplaceChar(int index)
repeated int32 replace_char = 5 [packed = true];
 If this field is present, the "replaceAll" operation must be performed with the first element of this list as the code point
 of the character to replace, and the second element as the code point of the replacement character
 

Specified by:
getReplaceChar in interface JvmProtoBuf.StringTableTypes.RecordOrBuilder

isInitialized

public final boolean isInitialized()
Specified by:
isInitialized in interface org.jetbrains.kotlin.protobuf.MessageLiteOrBuilder

writeTo

public void writeTo(org.jetbrains.kotlin.protobuf.CodedOutputStream output)
             throws java.io.IOException
Specified by:
writeTo in interface org.jetbrains.kotlin.protobuf.MessageLite
Throws:
java.io.IOException

getSerializedSize

public int getSerializedSize()
Specified by:
getSerializedSize in interface org.jetbrains.kotlin.protobuf.MessageLite

writeReplace

protected java.lang.Object writeReplace()
                                 throws java.io.ObjectStreamException
Overrides:
writeReplace in class org.jetbrains.kotlin.protobuf.GeneratedMessageLite
Throws:
java.io.ObjectStreamException

parseFrom

public static JvmProtoBuf.StringTableTypes.Record parseFrom(org.jetbrains.kotlin.protobuf.ByteString data)
                                                     throws org.jetbrains.kotlin.protobuf.InvalidProtocolBufferException
Throws:
org.jetbrains.kotlin.protobuf.InvalidProtocolBufferException

parseFrom

public static JvmProtoBuf.StringTableTypes.Record parseFrom(org.jetbrains.kotlin.protobuf.ByteString data,
                                                            org.jetbrains.kotlin.protobuf.ExtensionRegistryLite extensionRegistry)
                                                     throws org.jetbrains.kotlin.protobuf.InvalidProtocolBufferException
Throws:
org.jetbrains.kotlin.protobuf.InvalidProtocolBufferException

parseFrom

public static JvmProtoBuf.StringTableTypes.Record parseFrom(byte[] data)
                                                     throws org.jetbrains.kotlin.protobuf.InvalidProtocolBufferException
Throws:
org.jetbrains.kotlin.protobuf.InvalidProtocolBufferException

parseFrom

public static JvmProtoBuf.StringTableTypes.Record parseFrom(byte[] data,
                                                            org.jetbrains.kotlin.protobuf.ExtensionRegistryLite extensionRegistry)
                                                     throws org.jetbrains.kotlin.protobuf.InvalidProtocolBufferException
Throws:
org.jetbrains.kotlin.protobuf.InvalidProtocolBufferException

parseFrom

public static JvmProtoBuf.StringTableTypes.Record parseFrom(java.io.InputStream input)
                                                     throws java.io.IOException
Throws:
java.io.IOException

parseFrom

public static JvmProtoBuf.StringTableTypes.Record parseFrom(java.io.InputStream input,
                                                            org.jetbrains.kotlin.protobuf.ExtensionRegistryLite extensionRegistry)
                                                     throws java.io.IOException
Throws:
java.io.IOException

parseDelimitedFrom

public static JvmProtoBuf.StringTableTypes.Record parseDelimitedFrom(java.io.InputStream input)
                                                              throws java.io.IOException
Throws:
java.io.IOException

parseDelimitedFrom

public static JvmProtoBuf.StringTableTypes.Record parseDelimitedFrom(java.io.InputStream input,
                                                                     org.jetbrains.kotlin.protobuf.ExtensionRegistryLite extensionRegistry)
                                                              throws java.io.IOException
Throws:
java.io.IOException

parseFrom

public static JvmProtoBuf.StringTableTypes.Record parseFrom(org.jetbrains.kotlin.protobuf.CodedInputStream input)
                                                     throws java.io.IOException
Throws:
java.io.IOException

parseFrom

public static JvmProtoBuf.StringTableTypes.Record parseFrom(org.jetbrains.kotlin.protobuf.CodedInputStream input,
                                                            org.jetbrains.kotlin.protobuf.ExtensionRegistryLite extensionRegistry)
                                                     throws java.io.IOException
Throws:
java.io.IOException

newBuilder

public static JvmProtoBuf.StringTableTypes.Record.Builder newBuilder()

newBuilderForType

public JvmProtoBuf.StringTableTypes.Record.Builder newBuilderForType()
Specified by:
newBuilderForType in interface org.jetbrains.kotlin.protobuf.MessageLite

newBuilder

public static JvmProtoBuf.StringTableTypes.Record.Builder newBuilder(JvmProtoBuf.StringTableTypes.Record prototype)

toBuilder

public JvmProtoBuf.StringTableTypes.Record.Builder toBuilder()
Specified by:
toBuilder in interface org.jetbrains.kotlin.protobuf.MessageLite