|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.protobuf.AbstractMessageLite.Builder<BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<ProtoBuf.Type,ProtoBuf.Type.Builder>
org.jetbrains.jet.descriptors.serialization.ProtoBuf.Type.Builder
public static final class ProtoBuf.Type.Builder
Protobuf type org.jetbrains.jet.descriptors.serialization.Type
| Method Summary | |
|---|---|
ProtoBuf.Type.Builder |
addAllArgument(java.lang.Iterable<? extends ProtoBuf.Type.Argument> values)
repeated .org.jetbrains.jet.descriptors.serialization.Type.Argument argument = 2; |
ProtoBuf.Type.Builder |
addArgument(int index,
ProtoBuf.Type.Argument.Builder builderForValue)
repeated .org.jetbrains.jet.descriptors.serialization.Type.Argument argument = 2; |
ProtoBuf.Type.Builder |
addArgument(int index,
ProtoBuf.Type.Argument value)
repeated .org.jetbrains.jet.descriptors.serialization.Type.Argument argument = 2; |
ProtoBuf.Type.Builder |
addArgument(ProtoBuf.Type.Argument.Builder builderForValue)
repeated .org.jetbrains.jet.descriptors.serialization.Type.Argument argument = 2; |
ProtoBuf.Type.Builder |
addArgument(ProtoBuf.Type.Argument value)
repeated .org.jetbrains.jet.descriptors.serialization.Type.Argument argument = 2; |
ProtoBuf.Type |
build()
|
ProtoBuf.Type |
buildPartial()
|
ProtoBuf.Type.Builder |
clear()
|
ProtoBuf.Type.Builder |
clearArgument()
repeated .org.jetbrains.jet.descriptors.serialization.Type.Argument argument = 2; |
ProtoBuf.Type.Builder |
clearConstructor()
required .org.jetbrains.jet.descriptors.serialization.Type.Constructor constructor = 1; |
ProtoBuf.Type.Builder |
clearNullable()
optional bool nullable = 3 [default = false]; |
ProtoBuf.Type.Builder |
clone()
|
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; |
ProtoBuf.Type |
getDefaultInstanceForType()
|
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]; |
boolean |
isInitialized()
|
ProtoBuf.Type.Builder |
mergeConstructor(ProtoBuf.Type.Constructor value)
required .org.jetbrains.jet.descriptors.serialization.Type.Constructor constructor = 1; |
ProtoBuf.Type.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
ProtoBuf.Type.Builder |
mergeFrom(ProtoBuf.Type other)
|
ProtoBuf.Type.Builder |
removeArgument(int index)
repeated .org.jetbrains.jet.descriptors.serialization.Type.Argument argument = 2; |
ProtoBuf.Type.Builder |
setArgument(int index,
ProtoBuf.Type.Argument.Builder builderForValue)
repeated .org.jetbrains.jet.descriptors.serialization.Type.Argument argument = 2; |
ProtoBuf.Type.Builder |
setArgument(int index,
ProtoBuf.Type.Argument value)
repeated .org.jetbrains.jet.descriptors.serialization.Type.Argument argument = 2; |
ProtoBuf.Type.Builder |
setConstructor(ProtoBuf.Type.Constructor.Builder builderForValue)
required .org.jetbrains.jet.descriptors.serialization.Type.Constructor constructor = 1; |
ProtoBuf.Type.Builder |
setConstructor(ProtoBuf.Type.Constructor value)
required .org.jetbrains.jet.descriptors.serialization.Type.Constructor constructor = 1; |
ProtoBuf.Type.Builder |
setNullable(boolean value)
optional bool nullable = 3 [default = false]; |
| Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder |
|---|
parseUnknownField |
| Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder |
|---|
addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public ProtoBuf.Type.Builder clear()
clear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageLite.Builder<ProtoBuf.Type,ProtoBuf.Type.Builder>public ProtoBuf.Type.Builder clone()
clone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageLite.Builder<ProtoBuf.Type,ProtoBuf.Type.Builder>public ProtoBuf.Type getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in class com.google.protobuf.GeneratedMessageLite.Builder<ProtoBuf.Type,ProtoBuf.Type.Builder>public ProtoBuf.Type build()
build in interface com.google.protobuf.MessageLite.Builderpublic ProtoBuf.Type buildPartial()
buildPartial in interface com.google.protobuf.MessageLite.Builderpublic ProtoBuf.Type.Builder mergeFrom(ProtoBuf.Type other)
mergeFrom in class com.google.protobuf.GeneratedMessageLite.Builder<ProtoBuf.Type,ProtoBuf.Type.Builder>public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
public ProtoBuf.Type.Builder mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException
mergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessageLite.Builder<ProtoBuf.Type.Builder>java.io.IOExceptionpublic boolean hasConstructor()
required .org.jetbrains.jet.descriptors.serialization.Type.Constructor constructor = 1;
hasConstructor in interface ProtoBuf.TypeOrBuilderpublic ProtoBuf.Type.Constructor getConstructor()
required .org.jetbrains.jet.descriptors.serialization.Type.Constructor constructor = 1;
getConstructor in interface ProtoBuf.TypeOrBuilderpublic ProtoBuf.Type.Builder setConstructor(ProtoBuf.Type.Constructor value)
required .org.jetbrains.jet.descriptors.serialization.Type.Constructor constructor = 1;
public ProtoBuf.Type.Builder setConstructor(ProtoBuf.Type.Constructor.Builder builderForValue)
required .org.jetbrains.jet.descriptors.serialization.Type.Constructor constructor = 1;
public ProtoBuf.Type.Builder mergeConstructor(ProtoBuf.Type.Constructor value)
required .org.jetbrains.jet.descriptors.serialization.Type.Constructor constructor = 1;
public ProtoBuf.Type.Builder clearConstructor()
required .org.jetbrains.jet.descriptors.serialization.Type.Constructor constructor = 1;
public java.util.List<ProtoBuf.Type.Argument> getArgumentList()
repeated .org.jetbrains.jet.descriptors.serialization.Type.Argument argument = 2;
getArgumentList in interface ProtoBuf.TypeOrBuilderpublic int getArgumentCount()
repeated .org.jetbrains.jet.descriptors.serialization.Type.Argument argument = 2;
getArgumentCount in interface ProtoBuf.TypeOrBuilderpublic ProtoBuf.Type.Argument getArgument(int index)
repeated .org.jetbrains.jet.descriptors.serialization.Type.Argument argument = 2;
getArgument in interface ProtoBuf.TypeOrBuilder
public ProtoBuf.Type.Builder setArgument(int index,
ProtoBuf.Type.Argument value)
repeated .org.jetbrains.jet.descriptors.serialization.Type.Argument argument = 2;
public ProtoBuf.Type.Builder setArgument(int index,
ProtoBuf.Type.Argument.Builder builderForValue)
repeated .org.jetbrains.jet.descriptors.serialization.Type.Argument argument = 2;
public ProtoBuf.Type.Builder addArgument(ProtoBuf.Type.Argument value)
repeated .org.jetbrains.jet.descriptors.serialization.Type.Argument argument = 2;
public ProtoBuf.Type.Builder addArgument(int index,
ProtoBuf.Type.Argument value)
repeated .org.jetbrains.jet.descriptors.serialization.Type.Argument argument = 2;
public ProtoBuf.Type.Builder addArgument(ProtoBuf.Type.Argument.Builder builderForValue)
repeated .org.jetbrains.jet.descriptors.serialization.Type.Argument argument = 2;
public ProtoBuf.Type.Builder addArgument(int index,
ProtoBuf.Type.Argument.Builder builderForValue)
repeated .org.jetbrains.jet.descriptors.serialization.Type.Argument argument = 2;
public ProtoBuf.Type.Builder addAllArgument(java.lang.Iterable<? extends ProtoBuf.Type.Argument> values)
repeated .org.jetbrains.jet.descriptors.serialization.Type.Argument argument = 2;
public ProtoBuf.Type.Builder clearArgument()
repeated .org.jetbrains.jet.descriptors.serialization.Type.Argument argument = 2;
public ProtoBuf.Type.Builder removeArgument(int index)
repeated .org.jetbrains.jet.descriptors.serialization.Type.Argument argument = 2;
public boolean hasNullable()
optional bool nullable = 3 [default = false];
hasNullable in interface ProtoBuf.TypeOrBuilderpublic boolean getNullable()
optional bool nullable = 3 [default = false];
getNullable in interface ProtoBuf.TypeOrBuilderpublic ProtoBuf.Type.Builder setNullable(boolean value)
optional bool nullable = 3 [default = false];
public ProtoBuf.Type.Builder clearNullable()
optional bool nullable = 3 [default = false];
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||