ProtoIlInstructions.IlFunctionMsg.Builder |
ProtoIlInstructions.IlFunctionMsg.Builder.addAllVariables(Iterable<? extends ProtoIlInstructions.IlVariableMsg> values)
repeated .IlVariableMsg variables = 2;
|
ProtoIlInstructions.IlFunctionMsg.Builder |
ProtoIlInstructions.IlFunctionMsg.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ProtoIlInstructions.IlFunctionMsg.Builder |
ProtoIlInstructions.IlFunctionMsg.Builder.addVariables(int index,
ProtoIlInstructions.IlVariableMsg.Builder builderForValue)
repeated .IlVariableMsg variables = 2;
|
ProtoIlInstructions.IlFunctionMsg.Builder |
ProtoIlInstructions.IlFunctionMsg.Builder.addVariables(int index,
ProtoIlInstructions.IlVariableMsg value)
repeated .IlVariableMsg variables = 2;
|
ProtoIlInstructions.IlFunctionMsg.Builder |
ProtoIlInstructions.IlFunctionMsg.Builder.addVariables(ProtoIlInstructions.IlVariableMsg.Builder builderForValue)
repeated .IlVariableMsg variables = 2;
|
ProtoIlInstructions.IlFunctionMsg.Builder |
ProtoIlInstructions.IlFunctionMsg.Builder.addVariables(ProtoIlInstructions.IlVariableMsg value)
repeated .IlVariableMsg variables = 2;
|
ProtoIlInstructions.IlFunctionMsg.Builder |
ProtoIlInstructions.IlFunctionMsg.Builder.clear() |
ProtoIlInstructions.IlFunctionMsg.Builder |
ProtoIlInstructions.IlFunctionMsg.Builder.clearBody()
.IlBlockContainerMsg body = 1;
|
ProtoIlInstructions.IlFunctionMsg.Builder |
ProtoIlInstructions.IlFunctionMsg.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ProtoIlInstructions.IlFunctionMsg.Builder |
ProtoIlInstructions.IlFunctionMsg.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ProtoIlInstructions.IlFunctionMsg.Builder |
ProtoIlInstructions.IlFunctionMsg.Builder.clearVariables()
repeated .IlVariableMsg variables = 2;
|
ProtoIlInstructions.IlFunctionMsg.Builder |
ProtoIlInstructions.IlFunctionMsg.Builder.clone() |
ProtoIlInstructions.IlFunctionMsg.Builder |
ProtoIlInstructions.IlFunctionMsg.Builder.mergeBody(ProtoIlInstructions.IlBlockContainerMsg value)
.IlBlockContainerMsg body = 1;
|
ProtoIlInstructions.IlFunctionMsg.Builder |
ProtoIlInstructions.IlFunctionMsg.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ProtoIlInstructions.IlFunctionMsg.Builder |
ProtoIlInstructions.IlFunctionMsg.Builder.mergeFrom(com.google.protobuf.Message other) |
ProtoIlInstructions.IlFunctionMsg.Builder |
ProtoIlInstructions.IlFunctionMsg.Builder.mergeFrom(ProtoIlInstructions.IlFunctionMsg other) |
ProtoIlInstructions.IlFunctionMsg.Builder |
ProtoIlInstructions.IlFunctionMsg.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static ProtoIlInstructions.IlFunctionMsg.Builder |
ProtoIlInstructions.IlFunctionMsg.newBuilder() |
static ProtoIlInstructions.IlFunctionMsg.Builder |
ProtoIlInstructions.IlFunctionMsg.newBuilder(ProtoIlInstructions.IlFunctionMsg prototype) |
ProtoIlInstructions.IlFunctionMsg.Builder |
ProtoIlInstructions.IlFunctionMsg.newBuilderForType() |
protected ProtoIlInstructions.IlFunctionMsg.Builder |
ProtoIlInstructions.IlFunctionMsg.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
ProtoIlInstructions.IlFunctionMsg.Builder |
ProtoIlInstructions.IlFunctionMsg.Builder.removeVariables(int index)
repeated .IlVariableMsg variables = 2;
|
ProtoIlInstructions.IlFunctionMsg.Builder |
ProtoIlInstructions.IlFunctionMsg.Builder.setBody(ProtoIlInstructions.IlBlockContainerMsg.Builder builderForValue)
.IlBlockContainerMsg body = 1;
|
ProtoIlInstructions.IlFunctionMsg.Builder |
ProtoIlInstructions.IlFunctionMsg.Builder.setBody(ProtoIlInstructions.IlBlockContainerMsg value)
.IlBlockContainerMsg body = 1;
|
ProtoIlInstructions.IlFunctionMsg.Builder |
ProtoIlInstructions.IlFunctionMsg.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ProtoIlInstructions.IlFunctionMsg.Builder |
ProtoIlInstructions.IlFunctionMsg.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ProtoIlInstructions.IlFunctionMsg.Builder |
ProtoIlInstructions.IlFunctionMsg.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ProtoIlInstructions.IlFunctionMsg.Builder |
ProtoIlInstructions.IlFunctionMsg.Builder.setVariables(int index,
ProtoIlInstructions.IlVariableMsg.Builder builderForValue)
repeated .IlVariableMsg variables = 2;
|
ProtoIlInstructions.IlFunctionMsg.Builder |
ProtoIlInstructions.IlFunctionMsg.Builder.setVariables(int index,
ProtoIlInstructions.IlVariableMsg value)
repeated .IlVariableMsg variables = 2;
|
ProtoIlInstructions.IlFunctionMsg.Builder |
ProtoIlInstructions.IlFunctionMsg.toBuilder() |