org.jetbrains.jet.descriptors.serialization
Class ProtoBuf.Callable.Builder

java.lang.Object
  extended by com.google.protobuf.AbstractMessageLite.Builder<BuilderType>
      extended by com.google.protobuf.GeneratedMessageLite.Builder<MessageType,BuilderType>
          extended by com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<ProtoBuf.Callable,ProtoBuf.Callable.Builder>
              extended by org.jetbrains.jet.descriptors.serialization.ProtoBuf.Callable.Builder
All Implemented Interfaces:
com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<ProtoBuf.Callable>, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, java.lang.Cloneable, ProtoBuf.CallableOrBuilder
Enclosing class:
ProtoBuf.Callable

public static final class ProtoBuf.Callable.Builder
extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<ProtoBuf.Callable,ProtoBuf.Callable.Builder>
implements ProtoBuf.CallableOrBuilder

Protobuf type org.jetbrains.jet.descriptors.serialization.Callable


Method Summary
 ProtoBuf.Callable.Builder addAllTypeParameter(java.lang.Iterable<? extends ProtoBuf.TypeParameter> values)
          repeated .org.jetbrains.jet.descriptors.serialization.TypeParameter type_parameter = 4;
 ProtoBuf.Callable.Builder addAllValueParameter(java.lang.Iterable<? extends ProtoBuf.Callable.ValueParameter> values)
          repeated .org.jetbrains.jet.descriptors.serialization.Callable.ValueParameter value_parameter = 7;
 ProtoBuf.Callable.Builder addTypeParameter(int index, ProtoBuf.TypeParameter.Builder builderForValue)
          repeated .org.jetbrains.jet.descriptors.serialization.TypeParameter type_parameter = 4;
 ProtoBuf.Callable.Builder addTypeParameter(int index, ProtoBuf.TypeParameter value)
          repeated .org.jetbrains.jet.descriptors.serialization.TypeParameter type_parameter = 4;
 ProtoBuf.Callable.Builder addTypeParameter(ProtoBuf.TypeParameter.Builder builderForValue)
          repeated .org.jetbrains.jet.descriptors.serialization.TypeParameter type_parameter = 4;
 ProtoBuf.Callable.Builder addTypeParameter(ProtoBuf.TypeParameter value)
          repeated .org.jetbrains.jet.descriptors.serialization.TypeParameter type_parameter = 4;
 ProtoBuf.Callable.Builder addValueParameter(int index, ProtoBuf.Callable.ValueParameter.Builder builderForValue)
          repeated .org.jetbrains.jet.descriptors.serialization.Callable.ValueParameter value_parameter = 7;
 ProtoBuf.Callable.Builder addValueParameter(int index, ProtoBuf.Callable.ValueParameter value)
          repeated .org.jetbrains.jet.descriptors.serialization.Callable.ValueParameter value_parameter = 7;
 ProtoBuf.Callable.Builder addValueParameter(ProtoBuf.Callable.ValueParameter.Builder builderForValue)
          repeated .org.jetbrains.jet.descriptors.serialization.Callable.ValueParameter value_parameter = 7;
 ProtoBuf.Callable.Builder addValueParameter(ProtoBuf.Callable.ValueParameter value)
          repeated .org.jetbrains.jet.descriptors.serialization.Callable.ValueParameter value_parameter = 7;
 ProtoBuf.Callable build()
           
 ProtoBuf.Callable buildPartial()
           
 ProtoBuf.Callable.Builder clear()
           
 ProtoBuf.Callable.Builder clearExtraVisibility()
          optional string extra_visibility = 2;
 ProtoBuf.Callable.Builder clearFlags()
          optional int32 flags = 1;
 ProtoBuf.Callable.Builder clearGetterFlags()
          optional int32 getter_flags = 9;
 ProtoBuf.Callable.Builder clearName()
          required int32 name = 6;
 ProtoBuf.Callable.Builder clearReceiverType()
          optional .org.jetbrains.jet.descriptors.serialization.Type receiver_type = 5;
 ProtoBuf.Callable.Builder clearReturnType()
          required .org.jetbrains.jet.descriptors.serialization.Type return_type = 8;
 ProtoBuf.Callable.Builder clearSetterFlags()
          optional int32 setter_flags = 10;
 ProtoBuf.Callable.Builder clearTypeParameter()
          repeated .org.jetbrains.jet.descriptors.serialization.TypeParameter type_parameter = 4;
 ProtoBuf.Callable.Builder clearValueParameter()
          repeated .org.jetbrains.jet.descriptors.serialization.Callable.ValueParameter value_parameter = 7;
 ProtoBuf.Callable.Builder clone()
           
 ProtoBuf.Callable getDefaultInstanceForType()
           
 java.lang.String getExtraVisibility()
          optional string extra_visibility = 2;
 com.google.protobuf.ByteString getExtraVisibilityBytes()
          optional string extra_visibility = 2;
 int getFlags()
          optional int32 flags = 1;
 int getGetterFlags()
          optional int32 getter_flags = 9;
 int getName()
          required int32 name = 6;
 ProtoBuf.Type getReceiverType()
          optional .org.jetbrains.jet.descriptors.serialization.Type receiver_type = 5;
 ProtoBuf.Type getReturnType()
          required .org.jetbrains.jet.descriptors.serialization.Type return_type = 8;
 int getSetterFlags()
          optional int32 setter_flags = 10;
 ProtoBuf.TypeParameter getTypeParameter(int index)
          repeated .org.jetbrains.jet.descriptors.serialization.TypeParameter type_parameter = 4;
 int getTypeParameterCount()
          repeated .org.jetbrains.jet.descriptors.serialization.TypeParameter type_parameter = 4;
 java.util.List<ProtoBuf.TypeParameter> getTypeParameterList()
          repeated .org.jetbrains.jet.descriptors.serialization.TypeParameter type_parameter = 4;
 ProtoBuf.Callable.ValueParameter getValueParameter(int index)
          repeated .org.jetbrains.jet.descriptors.serialization.Callable.ValueParameter value_parameter = 7;
 int getValueParameterCount()
          repeated .org.jetbrains.jet.descriptors.serialization.Callable.ValueParameter value_parameter = 7;
 java.util.List<ProtoBuf.Callable.ValueParameter> getValueParameterList()
          repeated .org.jetbrains.jet.descriptors.serialization.Callable.ValueParameter value_parameter = 7;
 boolean hasExtraVisibility()
          optional string extra_visibility = 2;
 boolean hasFlags()
          optional int32 flags = 1;
 boolean hasGetterFlags()
          optional int32 getter_flags = 9;
 boolean hasName()
          required int32 name = 6;
 boolean hasReceiverType()
          optional .org.jetbrains.jet.descriptors.serialization.Type receiver_type = 5;
 boolean hasReturnType()
          required .org.jetbrains.jet.descriptors.serialization.Type return_type = 8;
 boolean hasSetterFlags()
          optional int32 setter_flags = 10;
 boolean isInitialized()
           
 ProtoBuf.Callable.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 ProtoBuf.Callable.Builder mergeFrom(ProtoBuf.Callable other)
           
 ProtoBuf.Callable.Builder mergeReceiverType(ProtoBuf.Type value)
          optional .org.jetbrains.jet.descriptors.serialization.Type receiver_type = 5;
 ProtoBuf.Callable.Builder mergeReturnType(ProtoBuf.Type value)
          required .org.jetbrains.jet.descriptors.serialization.Type return_type = 8;
 ProtoBuf.Callable.Builder removeTypeParameter(int index)
          repeated .org.jetbrains.jet.descriptors.serialization.TypeParameter type_parameter = 4;
 ProtoBuf.Callable.Builder removeValueParameter(int index)
          repeated .org.jetbrains.jet.descriptors.serialization.Callable.ValueParameter value_parameter = 7;
 ProtoBuf.Callable.Builder setExtraVisibility(java.lang.String value)
          optional string extra_visibility = 2;
 ProtoBuf.Callable.Builder setExtraVisibilityBytes(com.google.protobuf.ByteString value)
          optional string extra_visibility = 2;
 ProtoBuf.Callable.Builder setFlags(int value)
          optional int32 flags = 1;
 ProtoBuf.Callable.Builder setGetterFlags(int value)
          optional int32 getter_flags = 9;
 ProtoBuf.Callable.Builder setName(int value)
          required int32 name = 6;
 ProtoBuf.Callable.Builder setReceiverType(ProtoBuf.Type.Builder builderForValue)
          optional .org.jetbrains.jet.descriptors.serialization.Type receiver_type = 5;
 ProtoBuf.Callable.Builder setReceiverType(ProtoBuf.Type value)
          optional .org.jetbrains.jet.descriptors.serialization.Type receiver_type = 5;
 ProtoBuf.Callable.Builder setReturnType(ProtoBuf.Type.Builder builderForValue)
          required .org.jetbrains.jet.descriptors.serialization.Type return_type = 8;
 ProtoBuf.Callable.Builder setReturnType(ProtoBuf.Type value)
          required .org.jetbrains.jet.descriptors.serialization.Type return_type = 8;
 ProtoBuf.Callable.Builder setSetterFlags(int value)
          optional int32 setter_flags = 10;
 ProtoBuf.Callable.Builder setTypeParameter(int index, ProtoBuf.TypeParameter.Builder builderForValue)
          repeated .org.jetbrains.jet.descriptors.serialization.TypeParameter type_parameter = 4;
 ProtoBuf.Callable.Builder setTypeParameter(int index, ProtoBuf.TypeParameter value)
          repeated .org.jetbrains.jet.descriptors.serialization.TypeParameter type_parameter = 4;
 ProtoBuf.Callable.Builder setValueParameter(int index, ProtoBuf.Callable.ValueParameter.Builder builderForValue)
          repeated .org.jetbrains.jet.descriptors.serialization.Callable.ValueParameter value_parameter = 7;
 ProtoBuf.Callable.Builder setValueParameter(int index, ProtoBuf.Callable.ValueParameter value)
          repeated .org.jetbrains.jet.descriptors.serialization.Callable.ValueParameter value_parameter = 7;
 
Methods inherited from class com.google.protobuf.GeneratedMessageLite.ExtendableBuilder
addExtension, clearExtension, extensionsAreInitialized, getExtension, getExtension, getExtensionCount, hasExtension, mergeExtensionFields, parseUnknownField, setExtension, setExtension
 
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder
getExtension, getExtension, getExtensionCount, hasExtension
 

Method Detail

clear

public ProtoBuf.Callable.Builder clear()
Specified by:
clear in interface com.google.protobuf.MessageLite.Builder
Overrides:
clear in class com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<ProtoBuf.Callable,ProtoBuf.Callable.Builder>

clone

public ProtoBuf.Callable.Builder clone()
Specified by:
clone in interface com.google.protobuf.MessageLite.Builder
Overrides:
clone in class com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<ProtoBuf.Callable,ProtoBuf.Callable.Builder>

getDefaultInstanceForType

public ProtoBuf.Callable getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
Overrides:
getDefaultInstanceForType in class com.google.protobuf.GeneratedMessageLite.Builder<ProtoBuf.Callable,ProtoBuf.Callable.Builder>

build

public ProtoBuf.Callable build()
Specified by:
build in interface com.google.protobuf.MessageLite.Builder

buildPartial

public ProtoBuf.Callable buildPartial()
Specified by:
buildPartial in interface com.google.protobuf.MessageLite.Builder

mergeFrom

public ProtoBuf.Callable.Builder mergeFrom(ProtoBuf.Callable other)
Specified by:
mergeFrom in class com.google.protobuf.GeneratedMessageLite.Builder<ProtoBuf.Callable,ProtoBuf.Callable.Builder>

isInitialized

public final boolean isInitialized()
Specified by:
isInitialized in interface com.google.protobuf.MessageLiteOrBuilder

mergeFrom

public ProtoBuf.Callable.Builder mergeFrom(com.google.protobuf.CodedInputStream input,
                                           com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                    throws java.io.IOException
Specified by:
mergeFrom in interface com.google.protobuf.MessageLite.Builder
Overrides:
mergeFrom in class com.google.protobuf.AbstractMessageLite.Builder<ProtoBuf.Callable.Builder>
Throws:
java.io.IOException

hasFlags

public boolean hasFlags()
optional int32 flags = 1;

Visibility
Modality
has_annotations
CallableKind
MemberKind
inline
hasGetter
hasSetter
 

Specified by:
hasFlags in interface ProtoBuf.CallableOrBuilder

getFlags

public int getFlags()
optional int32 flags = 1;

Visibility
Modality
has_annotations
CallableKind
MemberKind
inline
hasGetter
hasSetter
 

Specified by:
getFlags in interface ProtoBuf.CallableOrBuilder

setFlags

public ProtoBuf.Callable.Builder setFlags(int value)
optional int32 flags = 1;

Visibility
Modality
has_annotations
CallableKind
MemberKind
inline
hasGetter
hasSetter
 


clearFlags

public ProtoBuf.Callable.Builder clearFlags()
optional int32 flags = 1;

Visibility
Modality
has_annotations
CallableKind
MemberKind
inline
hasGetter
hasSetter
 


hasExtraVisibility

public boolean hasExtraVisibility()
optional string extra_visibility = 2;
 for things like java-specific visibilities
 

Specified by:
hasExtraVisibility in interface ProtoBuf.CallableOrBuilder

getExtraVisibility

public java.lang.String getExtraVisibility()
optional string extra_visibility = 2;
 for things like java-specific visibilities
 

Specified by:
getExtraVisibility in interface ProtoBuf.CallableOrBuilder

getExtraVisibilityBytes

public com.google.protobuf.ByteString getExtraVisibilityBytes()
optional string extra_visibility = 2;
 for things like java-specific visibilities
 

Specified by:
getExtraVisibilityBytes in interface ProtoBuf.CallableOrBuilder

setExtraVisibility

public ProtoBuf.Callable.Builder setExtraVisibility(java.lang.String value)
optional string extra_visibility = 2;
 for things like java-specific visibilities
 


clearExtraVisibility

public ProtoBuf.Callable.Builder clearExtraVisibility()
optional string extra_visibility = 2;
 for things like java-specific visibilities
 


setExtraVisibilityBytes

public ProtoBuf.Callable.Builder setExtraVisibilityBytes(com.google.protobuf.ByteString value)
optional string extra_visibility = 2;
 for things like java-specific visibilities
 


hasGetterFlags

public boolean hasGetterFlags()
optional int32 getter_flags = 9;

isNotDefault
Visibility
Modality
has_annotations
 

Specified by:
hasGetterFlags in interface ProtoBuf.CallableOrBuilder

getGetterFlags

public int getGetterFlags()
optional int32 getter_flags = 9;

isNotDefault
Visibility
Modality
has_annotations
 

Specified by:
getGetterFlags in interface ProtoBuf.CallableOrBuilder

setGetterFlags

public ProtoBuf.Callable.Builder setGetterFlags(int value)
optional int32 getter_flags = 9;

isNotDefault
Visibility
Modality
has_annotations
 


clearGetterFlags

public ProtoBuf.Callable.Builder clearGetterFlags()
optional int32 getter_flags = 9;

isNotDefault
Visibility
Modality
has_annotations
 


hasSetterFlags

public boolean hasSetterFlags()
optional int32 setter_flags = 10;

Specified by:
hasSetterFlags in interface ProtoBuf.CallableOrBuilder

getSetterFlags

public int getSetterFlags()
optional int32 setter_flags = 10;

Specified by:
getSetterFlags in interface ProtoBuf.CallableOrBuilder

setSetterFlags

public ProtoBuf.Callable.Builder setSetterFlags(int value)
optional int32 setter_flags = 10;


clearSetterFlags

public ProtoBuf.Callable.Builder clearSetterFlags()
optional int32 setter_flags = 10;


getTypeParameterList

public java.util.List<ProtoBuf.TypeParameter> getTypeParameterList()
repeated .org.jetbrains.jet.descriptors.serialization.TypeParameter type_parameter = 4;

Specified by:
getTypeParameterList in interface ProtoBuf.CallableOrBuilder

getTypeParameterCount

public int getTypeParameterCount()
repeated .org.jetbrains.jet.descriptors.serialization.TypeParameter type_parameter = 4;

Specified by:
getTypeParameterCount in interface ProtoBuf.CallableOrBuilder

getTypeParameter

public ProtoBuf.TypeParameter getTypeParameter(int index)
repeated .org.jetbrains.jet.descriptors.serialization.TypeParameter type_parameter = 4;

Specified by:
getTypeParameter in interface ProtoBuf.CallableOrBuilder

setTypeParameter

public ProtoBuf.Callable.Builder setTypeParameter(int index,
                                                  ProtoBuf.TypeParameter value)
repeated .org.jetbrains.jet.descriptors.serialization.TypeParameter type_parameter = 4;


setTypeParameter

public ProtoBuf.Callable.Builder setTypeParameter(int index,
                                                  ProtoBuf.TypeParameter.Builder builderForValue)
repeated .org.jetbrains.jet.descriptors.serialization.TypeParameter type_parameter = 4;


addTypeParameter

public ProtoBuf.Callable.Builder addTypeParameter(ProtoBuf.TypeParameter value)
repeated .org.jetbrains.jet.descriptors.serialization.TypeParameter type_parameter = 4;


addTypeParameter

public ProtoBuf.Callable.Builder addTypeParameter(int index,
                                                  ProtoBuf.TypeParameter value)
repeated .org.jetbrains.jet.descriptors.serialization.TypeParameter type_parameter = 4;


addTypeParameter

public ProtoBuf.Callable.Builder addTypeParameter(ProtoBuf.TypeParameter.Builder builderForValue)
repeated .org.jetbrains.jet.descriptors.serialization.TypeParameter type_parameter = 4;


addTypeParameter

public ProtoBuf.Callable.Builder addTypeParameter(int index,
                                                  ProtoBuf.TypeParameter.Builder builderForValue)
repeated .org.jetbrains.jet.descriptors.serialization.TypeParameter type_parameter = 4;


addAllTypeParameter

public ProtoBuf.Callable.Builder addAllTypeParameter(java.lang.Iterable<? extends ProtoBuf.TypeParameter> values)
repeated .org.jetbrains.jet.descriptors.serialization.TypeParameter type_parameter = 4;


clearTypeParameter

public ProtoBuf.Callable.Builder clearTypeParameter()
repeated .org.jetbrains.jet.descriptors.serialization.TypeParameter type_parameter = 4;


removeTypeParameter

public ProtoBuf.Callable.Builder removeTypeParameter(int index)
repeated .org.jetbrains.jet.descriptors.serialization.TypeParameter type_parameter = 4;


hasReceiverType

public boolean hasReceiverType()
optional .org.jetbrains.jet.descriptors.serialization.Type receiver_type = 5;

Specified by:
hasReceiverType in interface ProtoBuf.CallableOrBuilder

getReceiverType

public ProtoBuf.Type getReceiverType()
optional .org.jetbrains.jet.descriptors.serialization.Type receiver_type = 5;

Specified by:
getReceiverType in interface ProtoBuf.CallableOrBuilder

setReceiverType

public ProtoBuf.Callable.Builder setReceiverType(ProtoBuf.Type value)
optional .org.jetbrains.jet.descriptors.serialization.Type receiver_type = 5;


setReceiverType

public ProtoBuf.Callable.Builder setReceiverType(ProtoBuf.Type.Builder builderForValue)
optional .org.jetbrains.jet.descriptors.serialization.Type receiver_type = 5;


mergeReceiverType

public ProtoBuf.Callable.Builder mergeReceiverType(ProtoBuf.Type value)
optional .org.jetbrains.jet.descriptors.serialization.Type receiver_type = 5;


clearReceiverType

public ProtoBuf.Callable.Builder clearReceiverType()
optional .org.jetbrains.jet.descriptors.serialization.Type receiver_type = 5;


hasName

public boolean hasName()
required int32 name = 6;

Specified by:
hasName in interface ProtoBuf.CallableOrBuilder

getName

public int getName()
required int32 name = 6;

Specified by:
getName in interface ProtoBuf.CallableOrBuilder

setName

public ProtoBuf.Callable.Builder setName(int value)
required int32 name = 6;


clearName

public ProtoBuf.Callable.Builder clearName()
required int32 name = 6;


getValueParameterList

public java.util.List<ProtoBuf.Callable.ValueParameter> getValueParameterList()
repeated .org.jetbrains.jet.descriptors.serialization.Callable.ValueParameter value_parameter = 7;
 Value parameters for functions and constructors, or setter value parameter for properties
 

Specified by:
getValueParameterList in interface ProtoBuf.CallableOrBuilder

getValueParameterCount

public int getValueParameterCount()
repeated .org.jetbrains.jet.descriptors.serialization.Callable.ValueParameter value_parameter = 7;
 Value parameters for functions and constructors, or setter value parameter for properties
 

Specified by:
getValueParameterCount in interface ProtoBuf.CallableOrBuilder

getValueParameter

public ProtoBuf.Callable.ValueParameter getValueParameter(int index)
repeated .org.jetbrains.jet.descriptors.serialization.Callable.ValueParameter value_parameter = 7;
 Value parameters for functions and constructors, or setter value parameter for properties
 

Specified by:
getValueParameter in interface ProtoBuf.CallableOrBuilder

setValueParameter

public ProtoBuf.Callable.Builder setValueParameter(int index,
                                                   ProtoBuf.Callable.ValueParameter value)
repeated .org.jetbrains.jet.descriptors.serialization.Callable.ValueParameter value_parameter = 7;
 Value parameters for functions and constructors, or setter value parameter for properties
 


setValueParameter

public ProtoBuf.Callable.Builder setValueParameter(int index,
                                                   ProtoBuf.Callable.ValueParameter.Builder builderForValue)
repeated .org.jetbrains.jet.descriptors.serialization.Callable.ValueParameter value_parameter = 7;
 Value parameters for functions and constructors, or setter value parameter for properties
 


addValueParameter

public ProtoBuf.Callable.Builder addValueParameter(ProtoBuf.Callable.ValueParameter value)
repeated .org.jetbrains.jet.descriptors.serialization.Callable.ValueParameter value_parameter = 7;
 Value parameters for functions and constructors, or setter value parameter for properties
 


addValueParameter

public ProtoBuf.Callable.Builder addValueParameter(int index,
                                                   ProtoBuf.Callable.ValueParameter value)
repeated .org.jetbrains.jet.descriptors.serialization.Callable.ValueParameter value_parameter = 7;
 Value parameters for functions and constructors, or setter value parameter for properties
 


addValueParameter

public ProtoBuf.Callable.Builder addValueParameter(ProtoBuf.Callable.ValueParameter.Builder builderForValue)
repeated .org.jetbrains.jet.descriptors.serialization.Callable.ValueParameter value_parameter = 7;
 Value parameters for functions and constructors, or setter value parameter for properties
 


addValueParameter

public ProtoBuf.Callable.Builder addValueParameter(int index,
                                                   ProtoBuf.Callable.ValueParameter.Builder builderForValue)
repeated .org.jetbrains.jet.descriptors.serialization.Callable.ValueParameter value_parameter = 7;
 Value parameters for functions and constructors, or setter value parameter for properties
 


addAllValueParameter

public ProtoBuf.Callable.Builder addAllValueParameter(java.lang.Iterable<? extends ProtoBuf.Callable.ValueParameter> values)
repeated .org.jetbrains.jet.descriptors.serialization.Callable.ValueParameter value_parameter = 7;
 Value parameters for functions and constructors, or setter value parameter for properties
 


clearValueParameter

public ProtoBuf.Callable.Builder clearValueParameter()
repeated .org.jetbrains.jet.descriptors.serialization.Callable.ValueParameter value_parameter = 7;
 Value parameters for functions and constructors, or setter value parameter for properties
 


removeValueParameter

public ProtoBuf.Callable.Builder removeValueParameter(int index)
repeated .org.jetbrains.jet.descriptors.serialization.Callable.ValueParameter value_parameter = 7;
 Value parameters for functions and constructors, or setter value parameter for properties
 


hasReturnType

public boolean hasReturnType()
required .org.jetbrains.jet.descriptors.serialization.Type return_type = 8;

Specified by:
hasReturnType in interface ProtoBuf.CallableOrBuilder

getReturnType

public ProtoBuf.Type getReturnType()
required .org.jetbrains.jet.descriptors.serialization.Type return_type = 8;

Specified by:
getReturnType in interface ProtoBuf.CallableOrBuilder

setReturnType

public ProtoBuf.Callable.Builder setReturnType(ProtoBuf.Type value)
required .org.jetbrains.jet.descriptors.serialization.Type return_type = 8;


setReturnType

public ProtoBuf.Callable.Builder setReturnType(ProtoBuf.Type.Builder builderForValue)
required .org.jetbrains.jet.descriptors.serialization.Type return_type = 8;


mergeReturnType

public ProtoBuf.Callable.Builder mergeReturnType(ProtoBuf.Type value)
required .org.jetbrains.jet.descriptors.serialization.Type return_type = 8;


clearReturnType

public ProtoBuf.Callable.Builder clearReturnType()
required .org.jetbrains.jet.descriptors.serialization.Type return_type = 8;