org.jetbrains.jet.descriptors.serialization
Interface ProtoBuf.CallableOrBuilder

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

public static interface ProtoBuf.CallableOrBuilder
extends com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<ProtoBuf.Callable>


Method Summary
 java.lang.String getExtraVisibility()
           
 int getFlags()
           
 int getGetterFlags()
           
 int getName()
           
 ProtoBuf.Type getReceiverType()
           
 ProtoBuf.Type getReturnType()
           
 int getSetterFlags()
           
 int getSetterParameterName()
           
 ProtoBuf.TypeParameter getTypeParameter(int index)
           
 int getTypeParameterCount()
           
 java.util.List<ProtoBuf.TypeParameter> getTypeParameterList()
           
 ProtoBuf.Callable.ValueParameter getValueParameter(int index)
           
 int getValueParameterCount()
           
 java.util.List<ProtoBuf.Callable.ValueParameter> getValueParameterList()
           
 boolean hasExtraVisibility()
           
 boolean hasFlags()
           
 boolean hasGetterFlags()
           
 boolean hasName()
           
 boolean hasReceiverType()
           
 boolean hasReturnType()
           
 boolean hasSetterFlags()
           
 boolean hasSetterParameterName()
           
 
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

hasFlags

boolean hasFlags()

getFlags

int getFlags()

hasExtraVisibility

boolean hasExtraVisibility()

getExtraVisibility

java.lang.String getExtraVisibility()

hasGetterFlags

boolean hasGetterFlags()

getGetterFlags

int getGetterFlags()

hasSetterFlags

boolean hasSetterFlags()

getSetterFlags

int getSetterFlags()

hasSetterParameterName

boolean hasSetterParameterName()

getSetterParameterName

int getSetterParameterName()

getTypeParameterList

java.util.List<ProtoBuf.TypeParameter> getTypeParameterList()

getTypeParameter

ProtoBuf.TypeParameter getTypeParameter(int index)

getTypeParameterCount

int getTypeParameterCount()

hasReceiverType

boolean hasReceiverType()

getReceiverType

ProtoBuf.Type getReceiverType()

hasName

boolean hasName()

getName

int getName()

getValueParameterList

java.util.List<ProtoBuf.Callable.ValueParameter> getValueParameterList()

getValueParameter

ProtoBuf.Callable.ValueParameter getValueParameter(int index)

getValueParameterCount

int getValueParameterCount()

hasReturnType

boolean hasReturnType()

getReturnType

ProtoBuf.Type getReturnType()