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
| Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder |
getDefaultInstanceForType, isInitialized |
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()