|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface JavaProtoBuf.JavaFieldSignatureOrBuilder
Method Summary | |
---|---|
boolean |
getIsStaticInOuter()
optional bool is_static_in_outer = 3 [default = false]; |
int |
getName()
required int32 name = 1; |
JavaProtoBuf.JavaType |
getType()
required .org.jetbrains.jet.descriptors.serialization.JavaType type = 2; |
boolean |
hasIsStaticInOuter()
optional bool is_static_in_outer = 3 [default = false]; |
boolean |
hasName()
required int32 name = 1; |
boolean |
hasType()
required .org.jetbrains.jet.descriptors.serialization.JavaType type = 2; |
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder |
---|
getDefaultInstanceForType, isInitialized |
Method Detail |
---|
boolean hasName()
required int32 name = 1;
int getName()
required int32 name = 1;
boolean hasType()
required .org.jetbrains.jet.descriptors.serialization.JavaType type = 2;
JavaProtoBuf.JavaType getType()
required .org.jetbrains.jet.descriptors.serialization.JavaType type = 2;
boolean hasIsStaticInOuter()
optional bool is_static_in_outer = 3 [default = false];
True iff this field is a backing field for a class 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 class 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 |