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

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

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


Method Summary
 int getId()
           
 int getName()
           
 boolean getReified()
           
 ProtoBuf.Type getUpperBound(int index)
           
 int getUpperBoundCount()
           
 java.util.List<ProtoBuf.Type> getUpperBoundList()
           
 ProtoBuf.TypeParameter.Variance getVariance()
           
 boolean hasId()
           
 boolean hasName()
           
 boolean hasReified()
           
 boolean hasVariance()
           
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
 

Method Detail

hasId

boolean hasId()

getId

int getId()

hasName

boolean hasName()

getName

int getName()

hasReified

boolean hasReified()

getReified

boolean getReified()

hasVariance

boolean hasVariance()

getVariance

ProtoBuf.TypeParameter.Variance getVariance()

getUpperBoundList

java.util.List<ProtoBuf.Type> getUpperBoundList()

getUpperBound

ProtoBuf.Type getUpperBound(int index)

getUpperBoundCount

int getUpperBoundCount()