Uses of Class
edu.psu.cse.siis.ic3.Ic3Data.Application.Component.Instruction.Builder
Packages that use Ic3Data.Application.Component.Instruction.Builder
-
Uses of Ic3Data.Application.Component.Instruction.Builder in edu.psu.cse.siis.ic3
Methods in edu.psu.cse.siis.ic3 that return Ic3Data.Application.Component.Instruction.BuilderModifier and TypeMethodDescriptionIc3Data.Application.Component.Instruction.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Ic3Data.Application.Component.Instruction.Builder.clear()Ic3Data.Application.Component.Instruction.Builder.clearClassName()optional string class_name = 2;Ic3Data.Application.Component.Instruction.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Ic3Data.Application.Component.Instruction.Builder.clearId()optional uint32 id = 4;Ic3Data.Application.Component.Instruction.Builder.clearMethod()optional string method = 3;Ic3Data.Application.Component.Instruction.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Ic3Data.Application.Component.Instruction.Builder.clearStatement()optional string statement = 1;Ic3Data.Application.Component.Instruction.Builder.clone()Ic3Data.Application.Component.ExitPoint.Builder.getInstructionBuilder()optional .edu.psu.cse.siis.ic3.Application.Component.Instruction instruction = 1;Ic3Data.Application.Component.Extra.Builder.getInstructionBuilder()optional .edu.psu.cse.siis.ic3.Application.Component.Instruction instruction = 2;Ic3Data.Application.Component.Builder.getRegistrationInstructionBuilder()optional .edu.psu.cse.siis.ic3.Application.Component.Instruction registration_instruction = 14;Ic3Data.Application.Component.Instruction.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Ic3Data.Application.Component.Instruction.Builder.mergeFrom(com.google.protobuf.Message other) Ic3Data.Application.Component.Instruction.Builder.mergeFrom(Ic3Data.Application.Component.Instruction other) Ic3Data.Application.Component.Instruction.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Ic3Data.Application.Component.Instruction.newBuilder()Ic3Data.Application.Component.Instruction.newBuilder(Ic3Data.Application.Component.Instruction prototype) Ic3Data.Application.Component.Instruction.newBuilderForType()Ic3Data.Application.Component.Instruction.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Ic3Data.Application.Component.Instruction.Builder.setClassName(String value) optional string class_name = 2;Ic3Data.Application.Component.Instruction.Builder.setClassNameBytes(com.google.protobuf.ByteString value) optional string class_name = 2;Ic3Data.Application.Component.Instruction.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Ic3Data.Application.Component.Instruction.Builder.setId(int value) optional uint32 id = 4;optional string method = 3;Ic3Data.Application.Component.Instruction.Builder.setMethodBytes(com.google.protobuf.ByteString value) optional string method = 3;Ic3Data.Application.Component.Instruction.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Ic3Data.Application.Component.Instruction.Builder.setStatement(String value) optional string statement = 1;Ic3Data.Application.Component.Instruction.Builder.setStatementBytes(com.google.protobuf.ByteString value) optional string statement = 1;Ic3Data.Application.Component.Instruction.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Ic3Data.Application.Component.Instruction.toBuilder()Methods in edu.psu.cse.siis.ic3 with parameters of type Ic3Data.Application.Component.Instruction.BuilderModifier and TypeMethodDescriptionIc3Data.Application.Component.ExitPoint.Builder.setInstruction(Ic3Data.Application.Component.Instruction.Builder builderForValue) optional .edu.psu.cse.siis.ic3.Application.Component.Instruction instruction = 1;Ic3Data.Application.Component.Extra.Builder.setInstruction(Ic3Data.Application.Component.Instruction.Builder builderForValue) optional .edu.psu.cse.siis.ic3.Application.Component.Instruction instruction = 2;Ic3Data.Application.Component.Builder.setRegistrationInstruction(Ic3Data.Application.Component.Instruction.Builder builderForValue) optional .edu.psu.cse.siis.ic3.Application.Component.Instruction registration_instruction = 14;