org.jetbrains.kotlin.serialization
Class ProtoBuf.TypeAlias

java.lang.Object
  extended by org.jetbrains.kotlin.protobuf.AbstractMessageLite
      extended by org.jetbrains.kotlin.protobuf.GeneratedMessageLite
          extended by org.jetbrains.kotlin.protobuf.GeneratedMessageLite.ExtendableMessage<ProtoBuf.TypeAlias>
              extended by org.jetbrains.kotlin.serialization.ProtoBuf.TypeAlias
All Implemented Interfaces:
java.io.Serializable, org.jetbrains.kotlin.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<ProtoBuf.TypeAlias>, org.jetbrains.kotlin.protobuf.MessageLite, org.jetbrains.kotlin.protobuf.MessageLiteOrBuilder, ProtoBuf.TypeAliasOrBuilder
Enclosing class:
ProtoBuf

public static final class ProtoBuf.TypeAlias
extends org.jetbrains.kotlin.protobuf.GeneratedMessageLite.ExtendableMessage<ProtoBuf.TypeAlias>
implements ProtoBuf.TypeAliasOrBuilder

Protobuf type org.jetbrains.kotlin.serialization.TypeAlias

See Also:
Serialized Form

Nested Class Summary
static class ProtoBuf.TypeAlias.Builder
          Protobuf type org.jetbrains.kotlin.serialization.TypeAlias
 
Nested classes/interfaces inherited from class org.jetbrains.kotlin.protobuf.GeneratedMessageLite.ExtendableMessage
org.jetbrains.kotlin.protobuf.GeneratedMessageLite.ExtendableMessage.ExtensionWriter
 
Nested classes/interfaces inherited from class org.jetbrains.kotlin.protobuf.GeneratedMessageLite
org.jetbrains.kotlin.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends org.jetbrains.kotlin.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType>,BuilderType extends org.jetbrains.kotlin.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, org.jetbrains.kotlin.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends org.jetbrains.kotlin.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType>>, org.jetbrains.kotlin.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends org.jetbrains.kotlin.protobuf.GeneratedMessageLite.ExtendableMessage>, org.jetbrains.kotlin.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends org.jetbrains.kotlin.protobuf.MessageLite,Type>
 
Field Summary
static int ANNOTATION_FIELD_NUMBER
           
static int EXPANDED_TYPE_FIELD_NUMBER
           
static int EXPANDED_TYPE_ID_FIELD_NUMBER
           
static int FLAGS_FIELD_NUMBER
           
static int NAME_FIELD_NUMBER
           
static org.jetbrains.kotlin.protobuf.Parser<ProtoBuf.TypeAlias> PARSER
           
static int SINCEKOTLININFO_FIELD_NUMBER
           
static int TYPE_PARAMETER_FIELD_NUMBER
           
static int UNDERLYING_TYPE_FIELD_NUMBER
           
static int UNDERLYING_TYPE_ID_FIELD_NUMBER
           
 
Fields inherited from class org.jetbrains.kotlin.protobuf.AbstractMessageLite
memoizedHashCode
 
Method Summary
 ProtoBuf.Annotation getAnnotation(int index)
          repeated .org.jetbrains.kotlin.serialization.Annotation annotation = 8;
 int getAnnotationCount()
          repeated .org.jetbrains.kotlin.serialization.Annotation annotation = 8;
 java.util.List<ProtoBuf.Annotation> getAnnotationList()
          repeated .org.jetbrains.kotlin.serialization.Annotation annotation = 8;
 ProtoBuf.AnnotationOrBuilder getAnnotationOrBuilder(int index)
          repeated .org.jetbrains.kotlin.serialization.Annotation annotation = 8;
 java.util.List<? extends ProtoBuf.AnnotationOrBuilder> getAnnotationOrBuilderList()
          repeated .org.jetbrains.kotlin.serialization.Annotation annotation = 8;
static ProtoBuf.TypeAlias getDefaultInstance()
           
 ProtoBuf.TypeAlias getDefaultInstanceForType()
           
 ProtoBuf.Type getExpandedType()
          optional .org.jetbrains.kotlin.serialization.Type expanded_type = 6;
 int getExpandedTypeId()
          optional int32 expanded_type_id = 7;
 int getFlags()
          optional int32 flags = 1 [default = 6];
 int getName()
          required int32 name = 2;
 org.jetbrains.kotlin.protobuf.Parser<ProtoBuf.TypeAlias> getParserForType()
           
 int getSerializedSize()
           
 int getSinceKotlinInfo()
          optional int32 sinceKotlinInfo = 31;
 ProtoBuf.TypeParameter getTypeParameter(int index)
          repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 3;
 int getTypeParameterCount()
          repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 3;
 java.util.List<ProtoBuf.TypeParameter> getTypeParameterList()
          repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 3;
 ProtoBuf.TypeParameterOrBuilder getTypeParameterOrBuilder(int index)
          repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 3;
 java.util.List<? extends ProtoBuf.TypeParameterOrBuilder> getTypeParameterOrBuilderList()
          repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 3;
 ProtoBuf.Type getUnderlyingType()
          optional .org.jetbrains.kotlin.serialization.Type underlying_type = 4;
 int getUnderlyingTypeId()
          optional int32 underlying_type_id = 5;
 boolean hasExpandedType()
          optional .org.jetbrains.kotlin.serialization.Type expanded_type = 6;
 boolean hasExpandedTypeId()
          optional int32 expanded_type_id = 7;
 boolean hasFlags()
          optional int32 flags = 1 [default = 6];
 boolean hasName()
          required int32 name = 2;
 boolean hasSinceKotlinInfo()
          optional int32 sinceKotlinInfo = 31;
 boolean hasUnderlyingType()
          optional .org.jetbrains.kotlin.serialization.Type underlying_type = 4;
 boolean hasUnderlyingTypeId()
          optional int32 underlying_type_id = 5;
 boolean isInitialized()
           
static ProtoBuf.TypeAlias.Builder newBuilder()
           
static ProtoBuf.TypeAlias.Builder newBuilder(ProtoBuf.TypeAlias prototype)
           
 ProtoBuf.TypeAlias.Builder newBuilderForType()
           
static ProtoBuf.TypeAlias parseDelimitedFrom(java.io.InputStream input)
           
static ProtoBuf.TypeAlias parseDelimitedFrom(java.io.InputStream input, org.jetbrains.kotlin.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ProtoBuf.TypeAlias parseFrom(byte[] data)
           
static ProtoBuf.TypeAlias parseFrom(byte[] data, org.jetbrains.kotlin.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ProtoBuf.TypeAlias parseFrom(org.jetbrains.kotlin.protobuf.ByteString data)
           
static ProtoBuf.TypeAlias parseFrom(org.jetbrains.kotlin.protobuf.ByteString data, org.jetbrains.kotlin.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ProtoBuf.TypeAlias parseFrom(org.jetbrains.kotlin.protobuf.CodedInputStream input)
           
static ProtoBuf.TypeAlias parseFrom(org.jetbrains.kotlin.protobuf.CodedInputStream input, org.jetbrains.kotlin.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ProtoBuf.TypeAlias parseFrom(java.io.InputStream input)
           
static ProtoBuf.TypeAlias parseFrom(java.io.InputStream input, org.jetbrains.kotlin.protobuf.ExtensionRegistryLite extensionRegistry)
           
 ProtoBuf.TypeAlias.Builder toBuilder()
           
protected  java.lang.Object writeReplace()
           
 void writeTo(org.jetbrains.kotlin.protobuf.CodedOutputStream output)
           
 
Methods inherited from class org.jetbrains.kotlin.protobuf.GeneratedMessageLite.ExtendableMessage
extensionsAreInitialized, extensionsSerializedSize, extensionsSerializedSizeAsMessageSet, getExtension, getExtension, getExtensionCount, hasExtension, makeExtensionsImmutable, newExtensionWriter, newMessageSetExtensionWriter, parseUnknownField
 
Methods inherited from class org.jetbrains.kotlin.protobuf.GeneratedMessageLite
newRepeatedGeneratedExtension, newSingularGeneratedExtension
 
Methods inherited from class org.jetbrains.kotlin.protobuf.AbstractMessageLite
checkByteStringIsUtf8, 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 org.jetbrains.kotlin.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder
getExtension, getExtension, getExtensionCount, hasExtension
 

Field Detail

PARSER

public static org.jetbrains.kotlin.protobuf.Parser<ProtoBuf.TypeAlias> PARSER

FLAGS_FIELD_NUMBER

public static final int FLAGS_FIELD_NUMBER
See Also:
Constant Field Values

NAME_FIELD_NUMBER

public static final int NAME_FIELD_NUMBER
See Also:
Constant Field Values

TYPE_PARAMETER_FIELD_NUMBER

public static final int TYPE_PARAMETER_FIELD_NUMBER
See Also:
Constant Field Values

UNDERLYING_TYPE_FIELD_NUMBER

public static final int UNDERLYING_TYPE_FIELD_NUMBER
See Also:
Constant Field Values

UNDERLYING_TYPE_ID_FIELD_NUMBER

public static final int UNDERLYING_TYPE_ID_FIELD_NUMBER
See Also:
Constant Field Values

EXPANDED_TYPE_FIELD_NUMBER

public static final int EXPANDED_TYPE_FIELD_NUMBER
See Also:
Constant Field Values

EXPANDED_TYPE_ID_FIELD_NUMBER

public static final int EXPANDED_TYPE_ID_FIELD_NUMBER
See Also:
Constant Field Values

ANNOTATION_FIELD_NUMBER

public static final int ANNOTATION_FIELD_NUMBER
See Also:
Constant Field Values

SINCEKOTLININFO_FIELD_NUMBER

public static final int SINCEKOTLININFO_FIELD_NUMBER
See Also:
Constant Field Values
Method Detail

getDefaultInstance

public static ProtoBuf.TypeAlias getDefaultInstance()

getDefaultInstanceForType

public ProtoBuf.TypeAlias getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface org.jetbrains.kotlin.protobuf.MessageLiteOrBuilder

getParserForType

public org.jetbrains.kotlin.protobuf.Parser<ProtoBuf.TypeAlias> getParserForType()
Specified by:
getParserForType in interface org.jetbrains.kotlin.protobuf.MessageLite
Overrides:
getParserForType in class org.jetbrains.kotlin.protobuf.GeneratedMessageLite

hasFlags

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

Specified by:
hasFlags in interface ProtoBuf.TypeAliasOrBuilder

getFlags

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

Specified by:
getFlags in interface ProtoBuf.TypeAliasOrBuilder

hasName

public boolean hasName()
required int32 name = 2;

Specified by:
hasName in interface ProtoBuf.TypeAliasOrBuilder

getName

public int getName()
required int32 name = 2;

Specified by:
getName in interface ProtoBuf.TypeAliasOrBuilder

getTypeParameterList

public java.util.List<ProtoBuf.TypeParameter> getTypeParameterList()
repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 3;

Specified by:
getTypeParameterList in interface ProtoBuf.TypeAliasOrBuilder

getTypeParameterOrBuilderList

public java.util.List<? extends ProtoBuf.TypeParameterOrBuilder> getTypeParameterOrBuilderList()
repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 3;


getTypeParameterCount

public int getTypeParameterCount()
repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 3;

Specified by:
getTypeParameterCount in interface ProtoBuf.TypeAliasOrBuilder

getTypeParameter

public ProtoBuf.TypeParameter getTypeParameter(int index)
repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 3;

Specified by:
getTypeParameter in interface ProtoBuf.TypeAliasOrBuilder

getTypeParameterOrBuilder

public ProtoBuf.TypeParameterOrBuilder getTypeParameterOrBuilder(int index)
repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 3;


hasUnderlyingType

public boolean hasUnderlyingType()
optional .org.jetbrains.kotlin.serialization.Type underlying_type = 4;

Specified by:
hasUnderlyingType in interface ProtoBuf.TypeAliasOrBuilder

getUnderlyingType

public ProtoBuf.Type getUnderlyingType()
optional .org.jetbrains.kotlin.serialization.Type underlying_type = 4;

Specified by:
getUnderlyingType in interface ProtoBuf.TypeAliasOrBuilder

hasUnderlyingTypeId

public boolean hasUnderlyingTypeId()
optional int32 underlying_type_id = 5;

Specified by:
hasUnderlyingTypeId in interface ProtoBuf.TypeAliasOrBuilder

getUnderlyingTypeId

public int getUnderlyingTypeId()
optional int32 underlying_type_id = 5;

Specified by:
getUnderlyingTypeId in interface ProtoBuf.TypeAliasOrBuilder

hasExpandedType

public boolean hasExpandedType()
optional .org.jetbrains.kotlin.serialization.Type expanded_type = 6;

Specified by:
hasExpandedType in interface ProtoBuf.TypeAliasOrBuilder

getExpandedType

public ProtoBuf.Type getExpandedType()
optional .org.jetbrains.kotlin.serialization.Type expanded_type = 6;

Specified by:
getExpandedType in interface ProtoBuf.TypeAliasOrBuilder

hasExpandedTypeId

public boolean hasExpandedTypeId()
optional int32 expanded_type_id = 7;

Specified by:
hasExpandedTypeId in interface ProtoBuf.TypeAliasOrBuilder

getExpandedTypeId

public int getExpandedTypeId()
optional int32 expanded_type_id = 7;

Specified by:
getExpandedTypeId in interface ProtoBuf.TypeAliasOrBuilder

getAnnotationList

public java.util.List<ProtoBuf.Annotation> getAnnotationList()
repeated .org.jetbrains.kotlin.serialization.Annotation annotation = 8;

Specified by:
getAnnotationList in interface ProtoBuf.TypeAliasOrBuilder

getAnnotationOrBuilderList

public java.util.List<? extends ProtoBuf.AnnotationOrBuilder> getAnnotationOrBuilderList()
repeated .org.jetbrains.kotlin.serialization.Annotation annotation = 8;


getAnnotationCount

public int getAnnotationCount()
repeated .org.jetbrains.kotlin.serialization.Annotation annotation = 8;

Specified by:
getAnnotationCount in interface ProtoBuf.TypeAliasOrBuilder

getAnnotation

public ProtoBuf.Annotation getAnnotation(int index)
repeated .org.jetbrains.kotlin.serialization.Annotation annotation = 8;

Specified by:
getAnnotation in interface ProtoBuf.TypeAliasOrBuilder

getAnnotationOrBuilder

public ProtoBuf.AnnotationOrBuilder getAnnotationOrBuilder(int index)
repeated .org.jetbrains.kotlin.serialization.Annotation annotation = 8;


hasSinceKotlinInfo

public boolean hasSinceKotlinInfo()
optional int32 sinceKotlinInfo = 31;
 Index into the SinceKotlinInfoTable
 

Specified by:
hasSinceKotlinInfo in interface ProtoBuf.TypeAliasOrBuilder

getSinceKotlinInfo

public int getSinceKotlinInfo()
optional int32 sinceKotlinInfo = 31;
 Index into the SinceKotlinInfoTable
 

Specified by:
getSinceKotlinInfo in interface ProtoBuf.TypeAliasOrBuilder

isInitialized

public final boolean isInitialized()
Specified by:
isInitialized in interface org.jetbrains.kotlin.protobuf.MessageLiteOrBuilder

writeTo

public void writeTo(org.jetbrains.kotlin.protobuf.CodedOutputStream output)
             throws java.io.IOException
Specified by:
writeTo in interface org.jetbrains.kotlin.protobuf.MessageLite
Throws:
java.io.IOException

getSerializedSize

public int getSerializedSize()
Specified by:
getSerializedSize in interface org.jetbrains.kotlin.protobuf.MessageLite

writeReplace

protected java.lang.Object writeReplace()
                                 throws java.io.ObjectStreamException
Overrides:
writeReplace in class org.jetbrains.kotlin.protobuf.GeneratedMessageLite
Throws:
java.io.ObjectStreamException

parseFrom

public static ProtoBuf.TypeAlias parseFrom(org.jetbrains.kotlin.protobuf.ByteString data)
                                    throws org.jetbrains.kotlin.protobuf.InvalidProtocolBufferException
Throws:
org.jetbrains.kotlin.protobuf.InvalidProtocolBufferException

parseFrom

public static ProtoBuf.TypeAlias parseFrom(org.jetbrains.kotlin.protobuf.ByteString data,
                                           org.jetbrains.kotlin.protobuf.ExtensionRegistryLite extensionRegistry)
                                    throws org.jetbrains.kotlin.protobuf.InvalidProtocolBufferException
Throws:
org.jetbrains.kotlin.protobuf.InvalidProtocolBufferException

parseFrom

public static ProtoBuf.TypeAlias parseFrom(byte[] data)
                                    throws org.jetbrains.kotlin.protobuf.InvalidProtocolBufferException
Throws:
org.jetbrains.kotlin.protobuf.InvalidProtocolBufferException

parseFrom

public static ProtoBuf.TypeAlias parseFrom(byte[] data,
                                           org.jetbrains.kotlin.protobuf.ExtensionRegistryLite extensionRegistry)
                                    throws org.jetbrains.kotlin.protobuf.InvalidProtocolBufferException
Throws:
org.jetbrains.kotlin.protobuf.InvalidProtocolBufferException

parseFrom

public static ProtoBuf.TypeAlias parseFrom(java.io.InputStream input)
                                    throws java.io.IOException
Throws:
java.io.IOException

parseFrom

public static ProtoBuf.TypeAlias parseFrom(java.io.InputStream input,
                                           org.jetbrains.kotlin.protobuf.ExtensionRegistryLite extensionRegistry)
                                    throws java.io.IOException
Throws:
java.io.IOException

parseDelimitedFrom

public static ProtoBuf.TypeAlias parseDelimitedFrom(java.io.InputStream input)
                                             throws java.io.IOException
Throws:
java.io.IOException

parseDelimitedFrom

public static ProtoBuf.TypeAlias parseDelimitedFrom(java.io.InputStream input,
                                                    org.jetbrains.kotlin.protobuf.ExtensionRegistryLite extensionRegistry)
                                             throws java.io.IOException
Throws:
java.io.IOException

parseFrom

public static ProtoBuf.TypeAlias parseFrom(org.jetbrains.kotlin.protobuf.CodedInputStream input)
                                    throws java.io.IOException
Throws:
java.io.IOException

parseFrom

public static ProtoBuf.TypeAlias parseFrom(org.jetbrains.kotlin.protobuf.CodedInputStream input,
                                           org.jetbrains.kotlin.protobuf.ExtensionRegistryLite extensionRegistry)
                                    throws java.io.IOException
Throws:
java.io.IOException

newBuilder

public static ProtoBuf.TypeAlias.Builder newBuilder()

newBuilderForType

public ProtoBuf.TypeAlias.Builder newBuilderForType()
Specified by:
newBuilderForType in interface org.jetbrains.kotlin.protobuf.MessageLite

newBuilder

public static ProtoBuf.TypeAlias.Builder newBuilder(ProtoBuf.TypeAlias prototype)

toBuilder

public ProtoBuf.TypeAlias.Builder toBuilder()
Specified by:
toBuilder in interface org.jetbrains.kotlin.protobuf.MessageLite