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)
           
 int getArgumentCount()
           
 java.util.List<ProtoBuf.Type.Argument> getArgumentList()
           
 ProtoBuf.Type.Constructor getConstructor()
           
 boolean getNullable()
           
 boolean hasConstructor()
           
 boolean hasNullable()
           
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
 

Method Detail

hasConstructor

boolean hasConstructor()

getConstructor

ProtoBuf.Type.Constructor getConstructor()

getArgumentList

java.util.List<ProtoBuf.Type.Argument> getArgumentList()

getArgument

ProtoBuf.Type.Argument getArgument(int index)

getArgumentCount

int getArgumentCount()

hasNullable

boolean hasNullable()

getNullable

boolean getNullable()