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

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
ProtoBuf.Type, ProtoBuf.Type.Builder
Enclosing class:
ProtoBuf

public static interface ProtoBuf.TypeOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder


Method Summary
 ProtoBuf.Type.Argument getArgument(int index)
          repeated .org.jetbrains.jet.descriptors.serialization.Type.Argument argument = 2;
 int getArgumentCount()
          repeated .org.jetbrains.jet.descriptors.serialization.Type.Argument argument = 2;
 java.util.List<ProtoBuf.Type.Argument> getArgumentList()
          repeated .org.jetbrains.jet.descriptors.serialization.Type.Argument argument = 2;
 ProtoBuf.Type.Constructor getConstructor()
          required .org.jetbrains.jet.descriptors.serialization.Type.Constructor constructor = 1;
 boolean getNullable()
          optional bool nullable = 3 [default = false];
 boolean hasConstructor()
          required .org.jetbrains.jet.descriptors.serialization.Type.Constructor constructor = 1;
 boolean hasNullable()
          optional bool nullable = 3 [default = false];
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
 

Method Detail

hasConstructor

boolean hasConstructor()
required .org.jetbrains.jet.descriptors.serialization.Type.Constructor constructor = 1;


getConstructor

ProtoBuf.Type.Constructor getConstructor()
required .org.jetbrains.jet.descriptors.serialization.Type.Constructor constructor = 1;


getArgumentList

java.util.List<ProtoBuf.Type.Argument> getArgumentList()
repeated .org.jetbrains.jet.descriptors.serialization.Type.Argument argument = 2;


getArgument

ProtoBuf.Type.Argument getArgument(int index)
repeated .org.jetbrains.jet.descriptors.serialization.Type.Argument argument = 2;


getArgumentCount

int getArgumentCount()
repeated .org.jetbrains.jet.descriptors.serialization.Type.Argument argument = 2;


hasNullable

boolean hasNullable()
optional bool nullable = 3 [default = false];


getNullable

boolean getNullable()
optional bool nullable = 3 [default = false];