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
 int getDesc()
          optional int32 desc = 2;
 boolean getIsStaticInOuter()
          optional bool is_static_in_outer = 3 [default = false];
 int getName()
          optional int32 name = 1;
 boolean hasDesc()
          optional int32 desc = 2;
 boolean hasIsStaticInOuter()
          optional bool is_static_in_outer = 3 [default = false];
 boolean hasName()
          optional int32 name = 1;
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
 

Method Detail

hasName

boolean hasName()
optional int32 name = 1;


getName

int getName()
optional int32 name = 1;


hasDesc

boolean hasDesc()
optional int32 desc = 2;
 JVM descriptor of the field type, e.g. 'Ljava/lang/String;'
 


getDesc

int getDesc()
optional int32 desc = 2;
 JVM descriptor of the field type, e.g. 'Ljava/lang/String;'
 


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