|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface JvmProtoBuf.JvmFieldSignatureOrBuilder
| 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 |
|---|
boolean hasName()
optional int32 name = 1;
int getName()
optional int32 name = 1;
boolean hasDesc()
optional int32 desc = 2;
JVM descriptor of the field type, e.g. 'Ljava/lang/String;'
int getDesc()
optional int32 desc = 2;
JVM descriptor of the field type, e.g. 'Ljava/lang/String;'
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
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
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||