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

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

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


Method Summary
 ProtoBuf.Type.Argument.Projection getProjection()
           
 ProtoBuf.Type getType()
           
 boolean hasProjection()
           
 boolean hasType()
           
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
 

Method Detail

hasProjection

boolean hasProjection()

getProjection

ProtoBuf.Type.Argument.Projection getProjection()

hasType

boolean hasType()

getType

ProtoBuf.Type getType()