org.jetbrains.kotlin.serialization.jvm
Interface JvmProtoBuf.JvmFieldSignatureOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
JvmProtoBuf.JvmFieldSignature, JvmProtoBuf.JvmFieldSignature.Builder
Enclosing class:
JvmProtoBuf

public static interface JvmProtoBuf.JvmFieldSignatureOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder


Method Summary
 boolean getIsStaticInOuter()
          optional bool is_static_in_outer = 3 [default = false];
 int getName()
          required int32 name = 1;
 JvmProtoBuf.JvmType getType()
          required .org.jetbrains.kotlin.serialization.jvm.JvmType type = 2;
 boolean hasIsStaticInOuter()
          optional bool is_static_in_outer = 3 [default = false];
 boolean hasName()
          required int32 name = 1;
 boolean hasType()
          required .org.jetbrains.kotlin.serialization.jvm.JvmType type = 2;
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
 

Method Detail

hasName

boolean hasName()
required int32 name = 1;


getName

int getName()
required int32 name = 1;


hasType

boolean hasType()
required .org.jetbrains.kotlin.serialization.jvm.JvmType type = 2;


getType

JvmProtoBuf.JvmType getType()
required .org.jetbrains.kotlin.serialization.jvm.JvmType type = 2;


hasIsStaticInOuter

boolean hasIsStaticInOuter()
optional bool is_static_in_outer = 3 [default = false];
 True iff this field is a backing field for a companion object and is really present as a static
 field in the outer class, not as an instance field here
 


getIsStaticInOuter

boolean getIsStaticInOuter()
optional bool is_static_in_outer = 3 [default = false];
 True iff this field is a backing field for a companion object and is really present as a static
 field in the outer class, not as an instance field here