org.jetbrains.jet.descriptors.serialization
Interface ProtoBuf.Type.ConstructorOrBuilder

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

public static interface ProtoBuf.Type.ConstructorOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder


Method Summary
 int getId()
           
 ProtoBuf.Type.Constructor.Kind getKind()
           
 boolean hasId()
           
 boolean hasKind()
           
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
 

Method Detail

hasKind

boolean hasKind()

getKind

ProtoBuf.Type.Constructor.Kind getKind()

hasId

boolean hasId()

getId

int getId()