ProtoIlInstructions.IlVariableMsg.Builder |
ProtoIlInstructions.IlVariableMsg.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ProtoIlInstructions.IlVariableMsg.Builder |
ProtoIlInstructions.IlFunctionMsg.Builder.addVariablesBuilder()
repeated .IlVariableMsg variables = 2;
|
ProtoIlInstructions.IlVariableMsg.Builder |
ProtoIlInstructions.IlFunctionMsg.Builder.addVariablesBuilder(int index)
repeated .IlVariableMsg variables = 2;
|
ProtoIlInstructions.IlVariableMsg.Builder |
ProtoIlInstructions.IlVariableMsg.Builder.clear() |
ProtoIlInstructions.IlVariableMsg.Builder |
ProtoIlInstructions.IlVariableMsg.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ProtoIlInstructions.IlVariableMsg.Builder |
ProtoIlInstructions.IlVariableMsg.Builder.clearHasInitialValue()
bool has_initial_value = 3;
|
ProtoIlInstructions.IlVariableMsg.Builder |
ProtoIlInstructions.IlVariableMsg.Builder.clearName()
string name = 2;
|
ProtoIlInstructions.IlVariableMsg.Builder |
ProtoIlInstructions.IlVariableMsg.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ProtoIlInstructions.IlVariableMsg.Builder |
ProtoIlInstructions.IlVariableMsg.Builder.clearType()
.TypeDefinition type = 1;
|
ProtoIlInstructions.IlVariableMsg.Builder |
ProtoIlInstructions.IlVariableMsg.Builder.clearVariableKind()
.IlVariableMsg.IlVariableKind variable_kind = 4;
|
ProtoIlInstructions.IlVariableMsg.Builder |
ProtoIlInstructions.IlVariableMsg.Builder.clone() |
ProtoIlInstructions.IlVariableMsg.Builder |
ProtoIlInstructions.IlInstructionMsg.Builder.getVariableBuilder()
LDLOC STLOC TryCatchHandler
|
ProtoIlInstructions.IlVariableMsg.Builder |
ProtoIlInstructions.IlTryCatchHandlerMsg.Builder.getVariableBuilder()
.IlVariableMsg variable = 2;
|
ProtoIlInstructions.IlVariableMsg.Builder |
ProtoIlInstructions.IlFunctionMsg.Builder.getVariablesBuilder(int index)
repeated .IlVariableMsg variables = 2;
|
ProtoIlInstructions.IlVariableMsg.Builder |
ProtoIlInstructions.IlVariableMsg.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ProtoIlInstructions.IlVariableMsg.Builder |
ProtoIlInstructions.IlVariableMsg.Builder.mergeFrom(com.google.protobuf.Message other) |
ProtoIlInstructions.IlVariableMsg.Builder |
ProtoIlInstructions.IlVariableMsg.Builder.mergeFrom(ProtoIlInstructions.IlVariableMsg other) |
ProtoIlInstructions.IlVariableMsg.Builder |
ProtoIlInstructions.IlVariableMsg.Builder.mergeType(ProtoAssemblyAllTypes.TypeDefinition value)
.TypeDefinition type = 1;
|
ProtoIlInstructions.IlVariableMsg.Builder |
ProtoIlInstructions.IlVariableMsg.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static ProtoIlInstructions.IlVariableMsg.Builder |
ProtoIlInstructions.IlVariableMsg.newBuilder() |
static ProtoIlInstructions.IlVariableMsg.Builder |
ProtoIlInstructions.IlVariableMsg.newBuilder(ProtoIlInstructions.IlVariableMsg prototype) |
ProtoIlInstructions.IlVariableMsg.Builder |
ProtoIlInstructions.IlVariableMsg.newBuilderForType() |
protected ProtoIlInstructions.IlVariableMsg.Builder |
ProtoIlInstructions.IlVariableMsg.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
ProtoIlInstructions.IlVariableMsg.Builder |
ProtoIlInstructions.IlVariableMsg.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ProtoIlInstructions.IlVariableMsg.Builder |
ProtoIlInstructions.IlVariableMsg.Builder.setHasInitialValue(boolean value)
bool has_initial_value = 3;
|
ProtoIlInstructions.IlVariableMsg.Builder |
ProtoIlInstructions.IlVariableMsg.Builder.setName(String value)
string name = 2;
|
ProtoIlInstructions.IlVariableMsg.Builder |
ProtoIlInstructions.IlVariableMsg.Builder.setNameBytes(com.google.protobuf.ByteString value)
string name = 2;
|
ProtoIlInstructions.IlVariableMsg.Builder |
ProtoIlInstructions.IlVariableMsg.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ProtoIlInstructions.IlVariableMsg.Builder |
ProtoIlInstructions.IlVariableMsg.Builder.setType(ProtoAssemblyAllTypes.TypeDefinition.Builder builderForValue)
.TypeDefinition type = 1;
|
ProtoIlInstructions.IlVariableMsg.Builder |
ProtoIlInstructions.IlVariableMsg.Builder.setType(ProtoAssemblyAllTypes.TypeDefinition value)
.TypeDefinition type = 1;
|
ProtoIlInstructions.IlVariableMsg.Builder |
ProtoIlInstructions.IlVariableMsg.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ProtoIlInstructions.IlVariableMsg.Builder |
ProtoIlInstructions.IlVariableMsg.Builder.setVariableKind(ProtoIlInstructions.IlVariableMsg.IlVariableKind value)
.IlVariableMsg.IlVariableKind variable_kind = 4;
|
ProtoIlInstructions.IlVariableMsg.Builder |
ProtoIlInstructions.IlVariableMsg.Builder.setVariableKindValue(int value)
.IlVariableMsg.IlVariableKind variable_kind = 4;
|
ProtoIlInstructions.IlVariableMsg.Builder |
ProtoIlInstructions.IlVariableMsg.toBuilder() |