org.jetbrains.kotlin.serialization
Interface ProtoBuf.PackageOrBuilder

All Superinterfaces:
com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<ProtoBuf.Package>, com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
ProtoBuf.Package, ProtoBuf.Package.Builder
Enclosing class:
ProtoBuf

public static interface ProtoBuf.PackageOrBuilder
extends com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<ProtoBuf.Package>


Method Summary
 ProtoBuf.Function getFunction(int index)
          repeated .org.jetbrains.kotlin.serialization.Function function = 3;
 int getFunctionCount()
          repeated .org.jetbrains.kotlin.serialization.Function function = 3;
 java.util.List<ProtoBuf.Function> getFunctionList()
          repeated .org.jetbrains.kotlin.serialization.Function function = 3;
 ProtoBuf.Property getProperty(int index)
          repeated .org.jetbrains.kotlin.serialization.Property property = 4;
 int getPropertyCount()
          repeated .org.jetbrains.kotlin.serialization.Property property = 4;
 java.util.List<ProtoBuf.Property> getPropertyList()
          repeated .org.jetbrains.kotlin.serialization.Property property = 4;
 ProtoBuf.TypeTable getTypeTable()
          optional .org.jetbrains.kotlin.serialization.TypeTable type_table = 30;
 boolean hasTypeTable()
          optional .org.jetbrains.kotlin.serialization.TypeTable type_table = 30;
 
Methods inherited from interface com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder
getExtension, getExtension, getExtensionCount, hasExtension
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
 

Method Detail

getFunctionList

java.util.List<ProtoBuf.Function> getFunctionList()
repeated .org.jetbrains.kotlin.serialization.Function function = 3;


getFunction

ProtoBuf.Function getFunction(int index)
repeated .org.jetbrains.kotlin.serialization.Function function = 3;


getFunctionCount

int getFunctionCount()
repeated .org.jetbrains.kotlin.serialization.Function function = 3;


getPropertyList

java.util.List<ProtoBuf.Property> getPropertyList()
repeated .org.jetbrains.kotlin.serialization.Property property = 4;


getProperty

ProtoBuf.Property getProperty(int index)
repeated .org.jetbrains.kotlin.serialization.Property property = 4;


getPropertyCount

int getPropertyCount()
repeated .org.jetbrains.kotlin.serialization.Property property = 4;


hasTypeTable

boolean hasTypeTable()
optional .org.jetbrains.kotlin.serialization.TypeTable type_table = 30;


getTypeTable

ProtoBuf.TypeTable getTypeTable()
optional .org.jetbrains.kotlin.serialization.TypeTable type_table = 30;