Ic3Data.Application.Component.Instruction.Builder |
Ic3Data.Application.Component.Instruction.Builder.clear() |
Ic3Data.Application.Component.Instruction.Builder |
Ic3Data.Application.Component.Instruction.Builder.clearClassName()
optional string class_name = 2;
|
Ic3Data.Application.Component.Instruction.Builder |
Ic3Data.Application.Component.Instruction.Builder.clearId()
optional uint32 id = 4;
|
Ic3Data.Application.Component.Instruction.Builder |
Ic3Data.Application.Component.Instruction.Builder.clearMethod()
optional string method = 3;
|
Ic3Data.Application.Component.Instruction.Builder |
Ic3Data.Application.Component.Instruction.Builder.clearStatement()
optional string statement = 1;
|
Ic3Data.Application.Component.Instruction.Builder |
Ic3Data.Application.Component.Instruction.Builder.clone() |
Ic3Data.Application.Component.Instruction.Builder |
Ic3Data.Application.Component.Extra.Builder.getInstructionBuilder()
optional .edu.psu.cse.siis.ic3.Application.Component.Instruction instruction = 2;
|
Ic3Data.Application.Component.Instruction.Builder |
Ic3Data.Application.Component.ExitPoint.Builder.getInstructionBuilder()
optional .edu.psu.cse.siis.ic3.Application.Component.Instruction instruction = 1;
|
Ic3Data.Application.Component.Instruction.Builder |
Ic3Data.Application.Component.Builder.getRegistrationInstructionBuilder()
optional .edu.psu.cse.siis.ic3.Application.Component.Instruction registration_instruction = 14;
|
Ic3Data.Application.Component.Instruction.Builder |
Ic3Data.Application.Component.Instruction.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Ic3Data.Application.Component.Instruction.Builder |
Ic3Data.Application.Component.Instruction.Builder.mergeFrom(Ic3Data.Application.Component.Instruction other) |
Ic3Data.Application.Component.Instruction.Builder |
Ic3Data.Application.Component.Instruction.Builder.mergeFrom(com.google.protobuf.Message other) |
static Ic3Data.Application.Component.Instruction.Builder |
Ic3Data.Application.Component.Instruction.newBuilder() |
static Ic3Data.Application.Component.Instruction.Builder |
Ic3Data.Application.Component.Instruction.newBuilder(Ic3Data.Application.Component.Instruction prototype) |
Ic3Data.Application.Component.Instruction.Builder |
Ic3Data.Application.Component.Instruction.newBuilderForType() |
protected Ic3Data.Application.Component.Instruction.Builder |
Ic3Data.Application.Component.Instruction.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
Ic3Data.Application.Component.Instruction.Builder |
Ic3Data.Application.Component.Instruction.Builder.setClassName(String value)
optional string class_name = 2;
|
Ic3Data.Application.Component.Instruction.Builder |
Ic3Data.Application.Component.Instruction.Builder.setClassNameBytes(com.google.protobuf.ByteString value)
optional string class_name = 2;
|
Ic3Data.Application.Component.Instruction.Builder |
Ic3Data.Application.Component.Instruction.Builder.setId(int value)
optional uint32 id = 4;
|
Ic3Data.Application.Component.Instruction.Builder |
Ic3Data.Application.Component.Instruction.Builder.setMethod(String value)
optional string method = 3;
|
Ic3Data.Application.Component.Instruction.Builder |
Ic3Data.Application.Component.Instruction.Builder.setMethodBytes(com.google.protobuf.ByteString value)
optional string method = 3;
|
Ic3Data.Application.Component.Instruction.Builder |
Ic3Data.Application.Component.Instruction.Builder.setStatement(String value)
optional string statement = 1;
|
Ic3Data.Application.Component.Instruction.Builder |
Ic3Data.Application.Component.Instruction.Builder.setStatementBytes(com.google.protobuf.ByteString value)
optional string statement = 1;
|
Ic3Data.Application.Component.Instruction.Builder |
Ic3Data.Application.Component.Instruction.toBuilder() |