|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface ProtoBuf.TypeOrBuilder
| Method Summary | |
|---|---|
ProtoBuf.Type.Argument |
getArgument(int index)
repeated .org.jetbrains.jet.descriptors.serialization.Type.Argument argument = 2; |
int |
getArgumentCount()
repeated .org.jetbrains.jet.descriptors.serialization.Type.Argument argument = 2; |
java.util.List<ProtoBuf.Type.Argument> |
getArgumentList()
repeated .org.jetbrains.jet.descriptors.serialization.Type.Argument argument = 2; |
ProtoBuf.Type.Constructor |
getConstructor()
required .org.jetbrains.jet.descriptors.serialization.Type.Constructor constructor = 1; |
boolean |
getNullable()
optional bool nullable = 3 [default = false]; |
boolean |
hasConstructor()
required .org.jetbrains.jet.descriptors.serialization.Type.Constructor constructor = 1; |
boolean |
hasNullable()
optional bool nullable = 3 [default = false]; |
| Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder |
|---|
getDefaultInstanceForType, isInitialized |
| Method Detail |
|---|
boolean hasConstructor()
required .org.jetbrains.jet.descriptors.serialization.Type.Constructor constructor = 1;
ProtoBuf.Type.Constructor getConstructor()
required .org.jetbrains.jet.descriptors.serialization.Type.Constructor constructor = 1;
java.util.List<ProtoBuf.Type.Argument> getArgumentList()
repeated .org.jetbrains.jet.descriptors.serialization.Type.Argument argument = 2;
ProtoBuf.Type.Argument getArgument(int index)
repeated .org.jetbrains.jet.descriptors.serialization.Type.Argument argument = 2;
int getArgumentCount()
repeated .org.jetbrains.jet.descriptors.serialization.Type.Argument argument = 2;
boolean hasNullable()
optional bool nullable = 3 [default = false];
boolean getNullable()
optional bool nullable = 3 [default = false];
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||