org.jetbrains.kotlin.serialization
Interface ProtoBuf.ConstructorOrBuilder

All Superinterfaces:
org.jetbrains.kotlin.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<ProtoBuf.Constructor>, org.jetbrains.kotlin.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
ProtoBuf.Constructor, ProtoBuf.Constructor.Builder
Enclosing class:
ProtoBuf

public static interface ProtoBuf.ConstructorOrBuilder
extends org.jetbrains.kotlin.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<ProtoBuf.Constructor>


Method Summary
 int getFlags()
          optional int32 flags = 1 [default = 6];
 ProtoBuf.ValueParameter getValueParameter(int index)
          repeated .org.jetbrains.kotlin.serialization.ValueParameter value_parameter = 2;
 int getValueParameterCount()
          repeated .org.jetbrains.kotlin.serialization.ValueParameter value_parameter = 2;
 java.util.List<ProtoBuf.ValueParameter> getValueParameterList()
          repeated .org.jetbrains.kotlin.serialization.ValueParameter value_parameter = 2;
 boolean hasFlags()
          optional int32 flags = 1 [default = 6];
 
Methods inherited from interface org.jetbrains.kotlin.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder
getExtension, getExtension, getExtensionCount, hasExtension
 
Methods inherited from interface org.jetbrains.kotlin.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
 

Method Detail

hasFlags

boolean hasFlags()
optional int32 flags = 1 [default = 6];

hasAnnotations
Visibility
isSecondary
 


getFlags

int getFlags()
optional int32 flags = 1 [default = 6];

hasAnnotations
Visibility
isSecondary
 


getValueParameterList

java.util.List<ProtoBuf.ValueParameter> getValueParameterList()
repeated .org.jetbrains.kotlin.serialization.ValueParameter value_parameter = 2;


getValueParameter

ProtoBuf.ValueParameter getValueParameter(int index)
repeated .org.jetbrains.kotlin.serialization.ValueParameter value_parameter = 2;


getValueParameterCount

int getValueParameterCount()
repeated .org.jetbrains.kotlin.serialization.ValueParameter value_parameter = 2;