BatchReport.Symbol.Builder |
BatchReport.Symbol.Builder.addAllReference(Iterable<? extends BatchReport.TextRange> values)
repeated .TextRange reference = 2;
|
BatchReport.Symbol.Builder |
BatchReport.Symbol.Builder.addReference(BatchReport.TextRange.Builder builderForValue)
repeated .TextRange reference = 2;
|
BatchReport.Symbol.Builder |
BatchReport.Symbol.Builder.addReference(BatchReport.TextRange value)
repeated .TextRange reference = 2;
|
BatchReport.Symbol.Builder |
BatchReport.Symbol.Builder.addReference(int index,
BatchReport.TextRange.Builder builderForValue)
repeated .TextRange reference = 2;
|
BatchReport.Symbol.Builder |
BatchReport.Symbol.Builder.addReference(int index,
BatchReport.TextRange value)
repeated .TextRange reference = 2;
|
BatchReport.Symbol.Builder |
BatchReport.Symbol.Builder.clear() |
BatchReport.Symbol.Builder |
BatchReport.Symbol.Builder.clearDeclaration()
optional .TextRange declaration = 1;
|
BatchReport.Symbol.Builder |
BatchReport.Symbol.Builder.clearReference()
repeated .TextRange reference = 2;
|
BatchReport.Symbol.Builder |
BatchReport.Symbol.Builder.mergeDeclaration(BatchReport.TextRange value)
optional .TextRange declaration = 1;
|
BatchReport.Symbol.Builder |
BatchReport.Symbol.Builder.mergeFrom(BatchReport.Symbol other) |
BatchReport.Symbol.Builder |
BatchReport.Symbol.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
BatchReport.Symbol.Builder |
BatchReport.Symbol.Builder.mergeFrom(com.google.protobuf.Message other) |
static BatchReport.Symbol.Builder |
BatchReport.Symbol.newBuilder() |
static BatchReport.Symbol.Builder |
BatchReport.Symbol.newBuilder(BatchReport.Symbol prototype) |
BatchReport.Symbol.Builder |
BatchReport.Symbol.newBuilderForType() |
protected BatchReport.Symbol.Builder |
BatchReport.Symbol.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
BatchReport.Symbol.Builder |
BatchReport.Symbol.Builder.removeReference(int index)
repeated .TextRange reference = 2;
|
BatchReport.Symbol.Builder |
BatchReport.Symbol.Builder.setDeclaration(BatchReport.TextRange.Builder builderForValue)
optional .TextRange declaration = 1;
|
BatchReport.Symbol.Builder |
BatchReport.Symbol.Builder.setDeclaration(BatchReport.TextRange value)
optional .TextRange declaration = 1;
|
BatchReport.Symbol.Builder |
BatchReport.Symbol.Builder.setReference(int index,
BatchReport.TextRange.Builder builderForValue)
repeated .TextRange reference = 2;
|
BatchReport.Symbol.Builder |
BatchReport.Symbol.Builder.setReference(int index,
BatchReport.TextRange value)
repeated .TextRange reference = 2;
|
BatchReport.Symbol.Builder |
BatchReport.Symbol.toBuilder() |