BatchReport.SyntaxHighlighting.Builder |
BatchReport.SyntaxHighlighting.Builder.clear() |
BatchReport.SyntaxHighlighting.Builder |
BatchReport.SyntaxHighlighting.Builder.clearRange()
optional .TextRange range = 1;
|
BatchReport.SyntaxHighlighting.Builder |
BatchReport.SyntaxHighlighting.Builder.clearType()
optional .HighlightingType type = 2;
|
BatchReport.SyntaxHighlighting.Builder |
BatchReport.SyntaxHighlighting.Builder.mergeFrom(BatchReport.SyntaxHighlighting other) |
BatchReport.SyntaxHighlighting.Builder |
BatchReport.SyntaxHighlighting.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
BatchReport.SyntaxHighlighting.Builder |
BatchReport.SyntaxHighlighting.Builder.mergeFrom(com.google.protobuf.Message other) |
BatchReport.SyntaxHighlighting.Builder |
BatchReport.SyntaxHighlighting.Builder.mergeRange(BatchReport.TextRange value)
optional .TextRange range = 1;
|
static BatchReport.SyntaxHighlighting.Builder |
BatchReport.SyntaxHighlighting.newBuilder() |
static BatchReport.SyntaxHighlighting.Builder |
BatchReport.SyntaxHighlighting.newBuilder(BatchReport.SyntaxHighlighting prototype) |
BatchReport.SyntaxHighlighting.Builder |
BatchReport.SyntaxHighlighting.newBuilderForType() |
protected BatchReport.SyntaxHighlighting.Builder |
BatchReport.SyntaxHighlighting.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
BatchReport.SyntaxHighlighting.Builder |
BatchReport.SyntaxHighlighting.Builder.setRange(BatchReport.TextRange.Builder builderForValue)
optional .TextRange range = 1;
|
BatchReport.SyntaxHighlighting.Builder |
BatchReport.SyntaxHighlighting.Builder.setRange(BatchReport.TextRange value)
optional .TextRange range = 1;
|
BatchReport.SyntaxHighlighting.Builder |
BatchReport.SyntaxHighlighting.Builder.setType(Constants.HighlightingType value)
optional .HighlightingType type = 2;
|
BatchReport.SyntaxHighlighting.Builder |
BatchReport.SyntaxHighlighting.toBuilder() |