|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.protobuf.AbstractMessageLite
com.google.protobuf.GeneratedMessageLite
com.google.protobuf.GeneratedMessageLite.ExtendableMessage<ProtoBuf.Callable>
org.jetbrains.jet.descriptors.serialization.ProtoBuf.Callable
public static final class ProtoBuf.Callable
Protobuf type org.jetbrains.jet.descriptors.serialization.Callable
Nested Class Summary | |
---|---|
static class |
ProtoBuf.Callable.Builder
Protobuf type org.jetbrains.jet.descriptors.serialization.Callable |
static class |
ProtoBuf.Callable.CallableKind
Protobuf enum org.jetbrains.jet.descriptors.serialization.Callable.CallableKind |
static class |
ProtoBuf.Callable.MemberKind
Protobuf enum org.jetbrains.jet.descriptors.serialization.Callable.MemberKind |
static class |
ProtoBuf.Callable.ValueParameter
Protobuf type org.jetbrains.jet.descriptors.serialization.Callable.ValueParameter |
static interface |
ProtoBuf.Callable.ValueParameterOrBuilder
|
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageLite.ExtendableMessage |
---|
com.google.protobuf.GeneratedMessageLite.ExtendableMessage.ExtensionWriter |
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageLite |
---|
com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite,Type> |
Field Summary | |
---|---|
static int |
EXTRA_VISIBILITY_FIELD_NUMBER
|
static int |
FLAGS_FIELD_NUMBER
|
static int |
GETTER_FLAGS_FIELD_NUMBER
|
static int |
NAME_FIELD_NUMBER
|
static com.google.protobuf.Parser<ProtoBuf.Callable> |
PARSER
|
static int |
RECEIVER_TYPE_FIELD_NUMBER
|
static int |
RETURN_TYPE_FIELD_NUMBER
|
static int |
SETTER_FLAGS_FIELD_NUMBER
|
static int |
TYPE_PARAMETER_FIELD_NUMBER
|
static int |
VALUE_PARAMETER_FIELD_NUMBER
|
Method Summary | |
---|---|
static ProtoBuf.Callable |
getDefaultInstance()
|
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; |
com.google.protobuf.Parser<ProtoBuf.Callable> |
getParserForType()
|
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 |
getSerializedSize()
|
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.TypeParameterOrBuilder |
getTypeParameterOrBuilder(int index)
repeated .org.jetbrains.jet.descriptors.serialization.TypeParameter type_parameter = 4; |
java.util.List<? extends ProtoBuf.TypeParameterOrBuilder> |
getTypeParameterOrBuilderList()
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; |
ProtoBuf.Callable.ValueParameterOrBuilder |
getValueParameterOrBuilder(int index)
repeated .org.jetbrains.jet.descriptors.serialization.Callable.ValueParameter value_parameter = 7; |
java.util.List<? extends ProtoBuf.Callable.ValueParameterOrBuilder> |
getValueParameterOrBuilderList()
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()
|
static ProtoBuf.Callable.Builder |
newBuilder()
|
static ProtoBuf.Callable.Builder |
newBuilder(ProtoBuf.Callable prototype)
|
ProtoBuf.Callable.Builder |
newBuilderForType()
|
static ProtoBuf.Callable |
parseDelimitedFrom(java.io.InputStream input)
|
static ProtoBuf.Callable |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static ProtoBuf.Callable |
parseFrom(byte[] data)
|
static ProtoBuf.Callable |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static ProtoBuf.Callable |
parseFrom(com.google.protobuf.ByteString data)
|
static ProtoBuf.Callable |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static ProtoBuf.Callable |
parseFrom(com.google.protobuf.CodedInputStream input)
|
static ProtoBuf.Callable |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static ProtoBuf.Callable |
parseFrom(java.io.InputStream input)
|
static ProtoBuf.Callable |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
ProtoBuf.Callable.Builder |
toBuilder()
|
protected java.lang.Object |
writeReplace()
|
void |
writeTo(com.google.protobuf.CodedOutputStream output)
|
Methods inherited from class com.google.protobuf.GeneratedMessageLite.ExtendableMessage |
---|
extensionsAreInitialized, extensionsSerializedSize, extensionsSerializedSizeAsMessageSet, getExtension, getExtension, getExtensionCount, hasExtension, makeExtensionsImmutable, newExtensionWriter, newMessageSetExtensionWriter, parseUnknownField |
Methods inherited from class com.google.protobuf.GeneratedMessageLite |
---|
newRepeatedGeneratedExtension, newSingularGeneratedExtension |
Methods inherited from class com.google.protobuf.AbstractMessageLite |
---|
toByteArray, toByteString, writeDelimitedTo, writeTo |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder |
---|
getExtension, getExtension, getExtensionCount, hasExtension |
Field Detail |
---|
public static com.google.protobuf.Parser<ProtoBuf.Callable> PARSER
public static final int FLAGS_FIELD_NUMBER
public static final int EXTRA_VISIBILITY_FIELD_NUMBER
public static final int GETTER_FLAGS_FIELD_NUMBER
public static final int SETTER_FLAGS_FIELD_NUMBER
public static final int TYPE_PARAMETER_FIELD_NUMBER
public static final int RECEIVER_TYPE_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
public static final int VALUE_PARAMETER_FIELD_NUMBER
public static final int RETURN_TYPE_FIELD_NUMBER
Method Detail |
---|
public static ProtoBuf.Callable getDefaultInstance()
public ProtoBuf.Callable getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
public com.google.protobuf.Parser<ProtoBuf.Callable> getParserForType()
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageLite
public boolean hasFlags()
optional int32 flags = 1;
Visibility Modality has_annotations CallableKind MemberKind inline hasGetter hasSetter
hasFlags
in interface ProtoBuf.CallableOrBuilder
public int getFlags()
optional int32 flags = 1;
Visibility Modality has_annotations CallableKind MemberKind inline hasGetter hasSetter
getFlags
in interface ProtoBuf.CallableOrBuilder
public boolean hasExtraVisibility()
optional string extra_visibility = 2;
for things like java-specific visibilities
hasExtraVisibility
in interface ProtoBuf.CallableOrBuilder
public java.lang.String getExtraVisibility()
optional string extra_visibility = 2;
for things like java-specific visibilities
getExtraVisibility
in interface ProtoBuf.CallableOrBuilder
public com.google.protobuf.ByteString getExtraVisibilityBytes()
optional string extra_visibility = 2;
for things like java-specific visibilities
getExtraVisibilityBytes
in interface ProtoBuf.CallableOrBuilder
public boolean hasGetterFlags()
optional int32 getter_flags = 9;
isNotDefault Visibility Modality has_annotations
hasGetterFlags
in interface ProtoBuf.CallableOrBuilder
public int getGetterFlags()
optional int32 getter_flags = 9;
isNotDefault Visibility Modality has_annotations
getGetterFlags
in interface ProtoBuf.CallableOrBuilder
public boolean hasSetterFlags()
optional int32 setter_flags = 10;
hasSetterFlags
in interface ProtoBuf.CallableOrBuilder
public int getSetterFlags()
optional int32 setter_flags = 10;
getSetterFlags
in interface ProtoBuf.CallableOrBuilder
public java.util.List<ProtoBuf.TypeParameter> getTypeParameterList()
repeated .org.jetbrains.jet.descriptors.serialization.TypeParameter type_parameter = 4;
getTypeParameterList
in interface ProtoBuf.CallableOrBuilder
public java.util.List<? extends ProtoBuf.TypeParameterOrBuilder> getTypeParameterOrBuilderList()
repeated .org.jetbrains.jet.descriptors.serialization.TypeParameter type_parameter = 4;
public int getTypeParameterCount()
repeated .org.jetbrains.jet.descriptors.serialization.TypeParameter type_parameter = 4;
getTypeParameterCount
in interface ProtoBuf.CallableOrBuilder
public ProtoBuf.TypeParameter getTypeParameter(int index)
repeated .org.jetbrains.jet.descriptors.serialization.TypeParameter type_parameter = 4;
getTypeParameter
in interface ProtoBuf.CallableOrBuilder
public ProtoBuf.TypeParameterOrBuilder getTypeParameterOrBuilder(int index)
repeated .org.jetbrains.jet.descriptors.serialization.TypeParameter type_parameter = 4;
public boolean hasReceiverType()
optional .org.jetbrains.jet.descriptors.serialization.Type receiver_type = 5;
hasReceiverType
in interface ProtoBuf.CallableOrBuilder
public ProtoBuf.Type getReceiverType()
optional .org.jetbrains.jet.descriptors.serialization.Type receiver_type = 5;
getReceiverType
in interface ProtoBuf.CallableOrBuilder
public boolean hasName()
required int32 name = 6;
hasName
in interface ProtoBuf.CallableOrBuilder
public int getName()
required int32 name = 6;
getName
in interface ProtoBuf.CallableOrBuilder
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
getValueParameterList
in interface ProtoBuf.CallableOrBuilder
public java.util.List<? extends ProtoBuf.Callable.ValueParameterOrBuilder> getValueParameterOrBuilderList()
repeated .org.jetbrains.jet.descriptors.serialization.Callable.ValueParameter value_parameter = 7;
Value parameters for functions and constructors, or setter value parameter for properties
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
getValueParameterCount
in interface ProtoBuf.CallableOrBuilder
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
getValueParameter
in interface ProtoBuf.CallableOrBuilder
public ProtoBuf.Callable.ValueParameterOrBuilder getValueParameterOrBuilder(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
public boolean hasReturnType()
required .org.jetbrains.jet.descriptors.serialization.Type return_type = 8;
hasReturnType
in interface ProtoBuf.CallableOrBuilder
public ProtoBuf.Type getReturnType()
required .org.jetbrains.jet.descriptors.serialization.Type return_type = 8;
getReturnType
in interface ProtoBuf.CallableOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException
writeTo
in interface com.google.protobuf.MessageLite
java.io.IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
protected java.lang.Object writeReplace() throws java.io.ObjectStreamException
writeReplace
in class com.google.protobuf.GeneratedMessageLite
java.io.ObjectStreamException
public static ProtoBuf.Callable parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ProtoBuf.Callable parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ProtoBuf.Callable parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ProtoBuf.Callable parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ProtoBuf.Callable parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static ProtoBuf.Callable parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static ProtoBuf.Callable parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static ProtoBuf.Callable parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static ProtoBuf.Callable parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static ProtoBuf.Callable parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static ProtoBuf.Callable.Builder newBuilder()
public ProtoBuf.Callable.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.MessageLite
public static ProtoBuf.Callable.Builder newBuilder(ProtoBuf.Callable prototype)
public ProtoBuf.Callable.Builder toBuilder()
toBuilder
in interface com.google.protobuf.MessageLite
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |