Unnamed: 0
int64
0
305k
body
stringlengths
7
52.9k
name
stringlengths
1
185
5,000
boolean () { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; if (!hasKind()) { memoizedIsInitialized = 0; return false; } if (!hasFilePath()) { memoizedIsInitialized = 0; return false; } if (!hasIsGenerated()) { memoizedIsInitialized = 0; return false; } memoizedIsInitialized = 1; return true; }
isInitialized
5,001
int () { int size = memoizedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream .computeEnumSize(1, kind_); } if (((bitField0_ & 0x00000002) != 0)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, filePath_); } if (((bitField0_ & 0x00000004) != 0)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, outputRoot_); } if (((bitField0_ & 0x00000008) != 0)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, relativePath_); } if (((bitField0_ & 0x00000010) != 0)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, className_); } { int dataSize = 0; for (int i = 0; i < sourceUri_.size(); i++) { dataSize += computeStringSizeNoTag(sourceUri_.getRaw(i)); } size += dataSize; size += 1 * getSourceUriList().size(); } if (((bitField0_ & 0x00000020) != 0)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(7, content_); } if (((bitField0_ & 0x00000040) != 0)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(8, location_); } if (((bitField0_ & 0x00000080) != 0)) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(9, isGenerated_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; }
getSerializedSize
5,002
boolean (final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof org.jetbrains.jps.javac.JavacRemoteProto.Message.Response.OutputObject)) { return super.equals(obj); } org.jetbrains.jps.javac.JavacRemoteProto.Message.Response.OutputObject other = (org.jetbrains.jps.javac.JavacRemoteProto.Message.Response.OutputObject) obj; if (hasKind() != other.hasKind()) return false; if (hasKind()) { if (kind_ != other.kind_) return false; } if (hasFilePath() != other.hasFilePath()) return false; if (hasFilePath()) { if (!getFilePath() .equals(other.getFilePath())) return false; } if (hasOutputRoot() != other.hasOutputRoot()) return false; if (hasOutputRoot()) { if (!getOutputRoot() .equals(other.getOutputRoot())) return false; } if (hasRelativePath() != other.hasRelativePath()) return false; if (hasRelativePath()) { if (!getRelativePath() .equals(other.getRelativePath())) return false; } if (hasClassName() != other.hasClassName()) return false; if (hasClassName()) { if (!getClassName() .equals(other.getClassName())) return false; } if (!getSourceUriList() .equals(other.getSourceUriList())) return false; if (hasContent() != other.hasContent()) return false; if (hasContent()) { if (!getContent() .equals(other.getContent())) return false; } if (hasLocation() != other.hasLocation()) return false; if (hasLocation()) { if (!getLocation() .equals(other.getLocation())) return false; } if (hasIsGenerated() != other.hasIsGenerated()) return false; if (hasIsGenerated()) { if (getIsGenerated() != other.getIsGenerated()) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; }
equals
5,003
int () { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasKind()) { hash = (37 * hash) + KIND_FIELD_NUMBER; hash = (53 * hash) + kind_; } if (hasFilePath()) { hash = (37 * hash) + FILE_PATH_FIELD_NUMBER; hash = (53 * hash) + getFilePath().hashCode(); } if (hasOutputRoot()) { hash = (37 * hash) + OUTPUT_ROOT_FIELD_NUMBER; hash = (53 * hash) + getOutputRoot().hashCode(); } if (hasRelativePath()) { hash = (37 * hash) + RELATIVE_PATH_FIELD_NUMBER; hash = (53 * hash) + getRelativePath().hashCode(); } if (hasClassName()) { hash = (37 * hash) + CLASS_NAME_FIELD_NUMBER; hash = (53 * hash) + getClassName().hashCode(); } if (getSourceUriCount() > 0) { hash = (37 * hash) + SOURCE_URI_FIELD_NUMBER; hash = (53 * hash) + getSourceUriList().hashCode(); } if (hasContent()) { hash = (37 * hash) + CONTENT_FIELD_NUMBER; hash = (53 * hash) + getContent().hashCode(); } if (hasLocation()) { hash = (37 * hash) + LOCATION_FIELD_NUMBER; hash = (53 * hash) + getLocation().hashCode(); } if (hasIsGenerated()) { hash = (37 * hash) + IS_GENERATED_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( getIsGenerated()); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; }
hashCode
5,004
Builder () { return newBuilder(); }
newBuilderForType
5,005
Builder () { return DEFAULT_INSTANCE.toBuilder(); }
newBuilder
5,006
Builder (org.jetbrains.jps.javac.JavacRemoteProto.Message.Response.OutputObject prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); }
newBuilder
5,007
Builder () { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); }
toBuilder
5,008
Builder ( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; }
newBuilderForType
5,009
Builder () { super.clear(); kind_ = 1; bitField0_ = (bitField0_ & ~0x00000001); filePath_ = ""; bitField0_ = (bitField0_ & ~0x00000002); outputRoot_ = ""; bitField0_ = (bitField0_ & ~0x00000004); relativePath_ = ""; bitField0_ = (bitField0_ & ~0x00000008); className_ = ""; bitField0_ = (bitField0_ & ~0x00000010); sourceUri_ = com.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000020); content_ = com.google.protobuf.ByteString.EMPTY; bitField0_ = (bitField0_ & ~0x00000040); location_ = ""; bitField0_ = (bitField0_ & ~0x00000080); isGenerated_ = false; bitField0_ = (bitField0_ & ~0x00000100); return this; }
clear
5,010
Builder () { return super.clone(); }
clone
5,011
Builder ( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); }
setField
5,012
Builder ( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); }
clearField
5,013
Builder ( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); }
clearOneof
5,014
Builder ( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); }
setRepeatedField
5,015
Builder ( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); }
addRepeatedField
5,016
Builder (com.google.protobuf.Message other) { if (other instanceof org.jetbrains.jps.javac.JavacRemoteProto.Message.Response.OutputObject) { return mergeFrom((org.jetbrains.jps.javac.JavacRemoteProto.Message.Response.OutputObject)other); } else { super.mergeFrom(other); return this; } }
mergeFrom
5,017
Builder (org.jetbrains.jps.javac.JavacRemoteProto.Message.Response.OutputObject other) { if (other == org.jetbrains.jps.javac.JavacRemoteProto.Message.Response.OutputObject.getDefaultInstance()) return this; if (other.hasKind()) { setKind(other.getKind()); } if (other.hasFilePath()) { bitField0_ |= 0x00000002; filePath_ = other.filePath_; onChanged(); } if (other.hasOutputRoot()) { bitField0_ |= 0x00000004; outputRoot_ = other.outputRoot_; onChanged(); } if (other.hasRelativePath()) { bitField0_ |= 0x00000008; relativePath_ = other.relativePath_; onChanged(); } if (other.hasClassName()) { bitField0_ |= 0x00000010; className_ = other.className_; onChanged(); } if (!other.sourceUri_.isEmpty()) { if (sourceUri_.isEmpty()) { sourceUri_ = other.sourceUri_; bitField0_ = (bitField0_ & ~0x00000020); } else { ensureSourceUriIsMutable(); sourceUri_.addAll(other.sourceUri_); } onChanged(); } if (other.hasContent()) { setContent(other.getContent()); } if (other.hasLocation()) { bitField0_ |= 0x00000080; location_ = other.location_; onChanged(); } if (other.hasIsGenerated()) { setIsGenerated(other.getIsGenerated()); } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; }
mergeFrom
5,018
boolean () { if (!hasKind()) { return false; } if (!hasFilePath()) { return false; } if (!hasIsGenerated()) { return false; } return true; }
isInitialized
5,019
Builder (org.jetbrains.jps.javac.JavacRemoteProto.Message.Response.OutputObject.Kind value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000001; kind_ = value.getNumber(); onChanged(); return this; }
setKind
5,020
Builder () { bitField0_ = (bitField0_ & ~0x00000001); kind_ = 1; onChanged(); return this; }
clearKind
5,021
boolean () { return ((bitField0_ & 0x00000002) != 0); }
hasFilePath
5,022
Builder ( java.lang.String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000002; filePath_ = value; onChanged(); return this; }
setFilePath
5,023
Builder () { bitField0_ = (bitField0_ & ~0x00000002); filePath_ = getDefaultInstance().getFilePath(); onChanged(); return this; }
clearFilePath
5,024
Builder ( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000002; filePath_ = value; onChanged(); return this; }
setFilePathBytes
5,025
boolean () { return ((bitField0_ & 0x00000004) != 0); }
hasOutputRoot
5,026
Builder ( java.lang.String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000004; outputRoot_ = value; onChanged(); return this; }
setOutputRoot
5,027
Builder () { bitField0_ = (bitField0_ & ~0x00000004); outputRoot_ = getDefaultInstance().getOutputRoot(); onChanged(); return this; }
clearOutputRoot
5,028
Builder ( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000004; outputRoot_ = value; onChanged(); return this; }
setOutputRootBytes
5,029
boolean () { return ((bitField0_ & 0x00000008) != 0); }
hasRelativePath
5,030
Builder ( java.lang.String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000008; relativePath_ = value; onChanged(); return this; }
setRelativePath
5,031
Builder () { bitField0_ = (bitField0_ & ~0x00000008); relativePath_ = getDefaultInstance().getRelativePath(); onChanged(); return this; }
clearRelativePath
5,032
Builder ( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000008; relativePath_ = value; onChanged(); return this; }
setRelativePathBytes
5,033
boolean () { return ((bitField0_ & 0x00000010) != 0); }
hasClassName
5,034
Builder ( java.lang.String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000010; className_ = value; onChanged(); return this; }
setClassName
5,035
Builder () { bitField0_ = (bitField0_ & ~0x00000010); className_ = getDefaultInstance().getClassName(); onChanged(); return this; }
clearClassName
5,036
Builder ( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000010; className_ = value; onChanged(); return this; }
setClassNameBytes
5,037
void () { if (!((bitField0_ & 0x00000020) != 0)) { sourceUri_ = new com.google.protobuf.LazyStringArrayList(sourceUri_); bitField0_ |= 0x00000020; } }
ensureSourceUriIsMutable
5,038
int () { return sourceUri_.size(); }
getSourceUriCount
5,039
Builder ( int index, java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureSourceUriIsMutable(); sourceUri_.set(index, value); onChanged(); return this; }
setSourceUri
5,040
Builder ( java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureSourceUriIsMutable(); sourceUri_.add(value); onChanged(); return this; }
addSourceUri
5,041
Builder ( java.lang.Iterable<java.lang.String> values) { ensureSourceUriIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, sourceUri_); onChanged(); return this; }
addAllSourceUri
5,042
Builder () { sourceUri_ = com.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000020); onChanged(); return this; }
clearSourceUri
5,043
Builder ( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } ensureSourceUriIsMutable(); sourceUri_.add(value); onChanged(); return this; }
addSourceUriBytes
5,044
boolean () { return ((bitField0_ & 0x00000040) != 0); }
hasContent
5,045
Builder (com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000040; content_ = value; onChanged(); return this; }
setContent
5,046
Builder () { bitField0_ = (bitField0_ & ~0x00000040); content_ = getDefaultInstance().getContent(); onChanged(); return this; }
clearContent
5,047
boolean () { return ((bitField0_ & 0x00000080) != 0); }
hasLocation
5,048
Builder ( java.lang.String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000080; location_ = value; onChanged(); return this; }
setLocation
5,049
Builder () { bitField0_ = (bitField0_ & ~0x00000080); location_ = getDefaultInstance().getLocation(); onChanged(); return this; }
clearLocation
5,050
Builder ( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000080; location_ = value; onChanged(); return this; }
setLocationBytes
5,051
boolean () { return ((bitField0_ & 0x00000100) != 0); }
hasIsGenerated
5,052
boolean () { return isGenerated_; }
getIsGenerated
5,053
Builder (boolean value) { bitField0_ |= 0x00000100; isGenerated_ = value; onChanged(); return this; }
setIsGenerated
5,054
Builder () { bitField0_ = (bitField0_ & ~0x00000100); isGenerated_ = false; onChanged(); return this; }
clearIsGenerated
5,055
Builder ( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); }
setUnknownFields
5,056
Builder ( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); }
mergeUnknownFields
5,057
boolean () { return ((bitField0_ & 0x00000001) != 0); }
hasClassName
5,058
int () { return importStatement_.size(); }
getImportStatementCount
5,059
int () { return staticImport_.size(); }
getStaticImportCount
5,060
int () { return identifier_.size(); }
getIdentifierCount
5,061
boolean () { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; if (!hasClassName()) { memoizedIsInitialized = 0; return false; } memoizedIsInitialized = 1; return true; }
isInitialized
5,062
int () { int size = memoizedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, className_); } { int dataSize = 0; for (int i = 0; i < importStatement_.size(); i++) { dataSize += computeStringSizeNoTag(importStatement_.getRaw(i)); } size += dataSize; size += 1 * getImportStatementList().size(); } { int dataSize = 0; for (int i = 0; i < staticImport_.size(); i++) { dataSize += computeStringSizeNoTag(staticImport_.getRaw(i)); } size += dataSize; size += 1 * getStaticImportList().size(); } { int dataSize = 0; for (int i = 0; i < identifier_.size(); i++) { dataSize += computeStringSizeNoTag(identifier_.getRaw(i)); } size += dataSize; size += 1 * getIdentifierList().size(); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; }
getSerializedSize
5,063
boolean (final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof org.jetbrains.jps.javac.JavacRemoteProto.Message.Response.ClassData)) { return super.equals(obj); } org.jetbrains.jps.javac.JavacRemoteProto.Message.Response.ClassData other = (org.jetbrains.jps.javac.JavacRemoteProto.Message.Response.ClassData) obj; if (hasClassName() != other.hasClassName()) return false; if (hasClassName()) { if (!getClassName() .equals(other.getClassName())) return false; } if (!getImportStatementList() .equals(other.getImportStatementList())) return false; if (!getStaticImportList() .equals(other.getStaticImportList())) return false; if (!getIdentifierList() .equals(other.getIdentifierList())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; }
equals
5,064
int () { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasClassName()) { hash = (37 * hash) + CLASS_NAME_FIELD_NUMBER; hash = (53 * hash) + getClassName().hashCode(); } if (getImportStatementCount() > 0) { hash = (37 * hash) + IMPORT_STATEMENT_FIELD_NUMBER; hash = (53 * hash) + getImportStatementList().hashCode(); } if (getStaticImportCount() > 0) { hash = (37 * hash) + STATIC_IMPORT_FIELD_NUMBER; hash = (53 * hash) + getStaticImportList().hashCode(); } if (getIdentifierCount() > 0) { hash = (37 * hash) + IDENTIFIER_FIELD_NUMBER; hash = (53 * hash) + getIdentifierList().hashCode(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; }
hashCode
5,065
Builder () { return newBuilder(); }
newBuilderForType
5,066
Builder () { return DEFAULT_INSTANCE.toBuilder(); }
newBuilder
5,067
Builder (org.jetbrains.jps.javac.JavacRemoteProto.Message.Response.ClassData prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); }
newBuilder
5,068
Builder () { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); }
toBuilder
5,069
Builder ( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; }
newBuilderForType
5,070
Builder () { super.clear(); className_ = ""; bitField0_ = (bitField0_ & ~0x00000001); importStatement_ = com.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000002); staticImport_ = com.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000004); identifier_ = com.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000008); return this; }
clear
5,071
Builder () { return super.clone(); }
clone
5,072
Builder ( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); }
setField
5,073
Builder ( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); }
clearField
5,074
Builder ( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); }
clearOneof
5,075
Builder ( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); }
setRepeatedField
5,076
Builder ( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); }
addRepeatedField
5,077
Builder (com.google.protobuf.Message other) { if (other instanceof org.jetbrains.jps.javac.JavacRemoteProto.Message.Response.ClassData) { return mergeFrom((org.jetbrains.jps.javac.JavacRemoteProto.Message.Response.ClassData)other); } else { super.mergeFrom(other); return this; } }
mergeFrom
5,078
Builder (org.jetbrains.jps.javac.JavacRemoteProto.Message.Response.ClassData other) { if (other == org.jetbrains.jps.javac.JavacRemoteProto.Message.Response.ClassData.getDefaultInstance()) return this; if (other.hasClassName()) { bitField0_ |= 0x00000001; className_ = other.className_; onChanged(); } if (!other.importStatement_.isEmpty()) { if (importStatement_.isEmpty()) { importStatement_ = other.importStatement_; bitField0_ = (bitField0_ & ~0x00000002); } else { ensureImportStatementIsMutable(); importStatement_.addAll(other.importStatement_); } onChanged(); } if (!other.staticImport_.isEmpty()) { if (staticImport_.isEmpty()) { staticImport_ = other.staticImport_; bitField0_ = (bitField0_ & ~0x00000004); } else { ensureStaticImportIsMutable(); staticImport_.addAll(other.staticImport_); } onChanged(); } if (!other.identifier_.isEmpty()) { if (identifier_.isEmpty()) { identifier_ = other.identifier_; bitField0_ = (bitField0_ & ~0x00000008); } else { ensureIdentifierIsMutable(); identifier_.addAll(other.identifier_); } onChanged(); } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; }
mergeFrom
5,079
boolean () { if (!hasClassName()) { return false; } return true; }
isInitialized
5,080
boolean () { return ((bitField0_ & 0x00000001) != 0); }
hasClassName
5,081
Builder ( java.lang.String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000001; className_ = value; onChanged(); return this; }
setClassName
5,082
Builder () { bitField0_ = (bitField0_ & ~0x00000001); className_ = getDefaultInstance().getClassName(); onChanged(); return this; }
clearClassName
5,083
Builder ( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000001; className_ = value; onChanged(); return this; }
setClassNameBytes
5,084
void () { if (!((bitField0_ & 0x00000002) != 0)) { importStatement_ = new com.google.protobuf.LazyStringArrayList(importStatement_); bitField0_ |= 0x00000002; } }
ensureImportStatementIsMutable
5,085
int () { return importStatement_.size(); }
getImportStatementCount
5,086
Builder ( int index, java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureImportStatementIsMutable(); importStatement_.set(index, value); onChanged(); return this; }
setImportStatement
5,087
Builder ( java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureImportStatementIsMutable(); importStatement_.add(value); onChanged(); return this; }
addImportStatement
5,088
Builder ( java.lang.Iterable<java.lang.String> values) { ensureImportStatementIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, importStatement_); onChanged(); return this; }
addAllImportStatement
5,089
Builder () { importStatement_ = com.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000002); onChanged(); return this; }
clearImportStatement
5,090
Builder ( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } ensureImportStatementIsMutable(); importStatement_.add(value); onChanged(); return this; }
addImportStatementBytes
5,091
void () { if (!((bitField0_ & 0x00000004) != 0)) { staticImport_ = new com.google.protobuf.LazyStringArrayList(staticImport_); bitField0_ |= 0x00000004; } }
ensureStaticImportIsMutable
5,092
int () { return staticImport_.size(); }
getStaticImportCount
5,093
Builder ( int index, java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureStaticImportIsMutable(); staticImport_.set(index, value); onChanged(); return this; }
setStaticImport
5,094
Builder ( java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensureStaticImportIsMutable(); staticImport_.add(value); onChanged(); return this; }
addStaticImport
5,095
Builder ( java.lang.Iterable<java.lang.String> values) { ensureStaticImportIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, staticImport_); onChanged(); return this; }
addAllStaticImport
5,096
Builder () { staticImport_ = com.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000004); onChanged(); return this; }
clearStaticImport
5,097
Builder ( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } ensureStaticImportIsMutable(); staticImport_.add(value); onChanged(); return this; }
addStaticImportBytes
5,098
void () { if (!((bitField0_ & 0x00000008) != 0)) { identifier_ = new com.google.protobuf.LazyStringArrayList(identifier_); bitField0_ |= 0x00000008; } }
ensureIdentifierIsMutable
5,099
int () { return identifier_.size(); }
getIdentifierCount