org.jetbrains.kotlin.serialization.jvm
Interface JvmProtoBuf.StringTableTypesOrBuilder

All Superinterfaces:
org.jetbrains.kotlin.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
JvmProtoBuf.StringTableTypes, JvmProtoBuf.StringTableTypes.Builder
Enclosing class:
JvmProtoBuf

public static interface JvmProtoBuf.StringTableTypesOrBuilder
extends org.jetbrains.kotlin.protobuf.MessageLiteOrBuilder


Method Summary
 int getLocalName(int index)
          repeated int32 local_name = 5 [packed = true];
 int getLocalNameCount()
          repeated int32 local_name = 5 [packed = true];
 java.util.List<java.lang.Integer> getLocalNameList()
          repeated int32 local_name = 5 [packed = true];
 JvmProtoBuf.StringTableTypes.Record getRecord(int index)
          repeated .org.jetbrains.kotlin.serialization.jvm.StringTableTypes.Record record = 1;
 int getRecordCount()
          repeated .org.jetbrains.kotlin.serialization.jvm.StringTableTypes.Record record = 1;
 java.util.List<JvmProtoBuf.StringTableTypes.Record> getRecordList()
          repeated .org.jetbrains.kotlin.serialization.jvm.StringTableTypes.Record record = 1;
 
Methods inherited from interface org.jetbrains.kotlin.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
 

Method Detail

getRecordList

java.util.List<JvmProtoBuf.StringTableTypes.Record> getRecordList()
repeated .org.jetbrains.kotlin.serialization.jvm.StringTableTypes.Record record = 1;


getRecord

JvmProtoBuf.StringTableTypes.Record getRecord(int index)
repeated .org.jetbrains.kotlin.serialization.jvm.StringTableTypes.Record record = 1;


getRecordCount

int getRecordCount()
repeated .org.jetbrains.kotlin.serialization.jvm.StringTableTypes.Record record = 1;


getLocalNameList

java.util.List<java.lang.Integer> getLocalNameList()
repeated int32 local_name = 5 [packed = true];
 Indices of strings which are names of local classes or anonymous objects
 


getLocalNameCount

int getLocalNameCount()
repeated int32 local_name = 5 [packed = true];
 Indices of strings which are names of local classes or anonymous objects
 


getLocalName

int getLocalName(int index)
repeated int32 local_name = 5 [packed = true];
 Indices of strings which are names of local classes or anonymous objects