org.jetbrains.jet.descriptors.serialization
Interface ProtoBuf.Class.PrimaryConstructorOrBuilder

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

public static interface ProtoBuf.Class.PrimaryConstructorOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder


Method Summary
 ProtoBuf.Callable getData()
          optional .org.jetbrains.jet.descriptors.serialization.Callable data = 1;
 boolean hasData()
          optional .org.jetbrains.jet.descriptors.serialization.Callable data = 1;
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
 

Method Detail

hasData

boolean hasData()
optional .org.jetbrains.jet.descriptors.serialization.Callable data = 1;
 If this field is present, it contains serialized data for the primary constructor.
 Otherwise it's default and can be created manually upon deserialization
 


getData

ProtoBuf.Callable getData()
optional .org.jetbrains.jet.descriptors.serialization.Callable data = 1;
 If this field is present, it contains serialized data for the primary constructor.
 Otherwise it's default and can be created manually upon deserialization