// Generated by the protocol buffer compiler. DO NOT EDIT! // source: ecmascript_debugger-6.1.proto package com.opera.core.systems.scope.protos; public final class Esdbg6Protos { private Esdbg6Protos() {} public static void registerAllExtensions( com.google.protobuf.ExtensionRegistry registry) { } public interface CssStylesheetListOrBuilder extends com.google.protobuf.MessageOrBuilder { // repeated .scope.debugger.CssStylesheetList.Stylesheet stylesheetList = 1; java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetList.Stylesheet> getStylesheetListList(); com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetList.Stylesheet getStylesheetList(int index); int getStylesheetListCount(); java.util.List<? extends com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetList.StylesheetOrBuilder> getStylesheetListOrBuilderList(); com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetList.StylesheetOrBuilder getStylesheetListOrBuilder( int index); } public static final class CssStylesheetList extends com.google.protobuf.GeneratedMessage implements CssStylesheetListOrBuilder { // Use CssStylesheetList.newBuilder() to construct. private CssStylesheetList(Builder builder) { super(builder); } private CssStylesheetList(boolean noInit) {} private static final CssStylesheetList defaultInstance; public static CssStylesheetList getDefaultInstance() { return defaultInstance; } public CssStylesheetList getDefaultInstanceForType() { return defaultInstance; } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_CssStylesheetList_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_CssStylesheetList_fieldAccessorTable; } public interface StylesheetOrBuilder extends com.google.protobuf.MessageOrBuilder { // required uint32 objectID = 1; boolean hasObjectID(); int getObjectID(); // required bool isDisabled = 2; boolean hasIsDisabled(); boolean getIsDisabled(); // required string href = 3; boolean hasHref(); String getHref(); // required string title = 4; boolean hasTitle(); String getTitle(); // required string type = 5; boolean hasType(); String getType(); // repeated string mediaList = 6; java.util.List<String> getMediaListList(); int getMediaListCount(); String getMediaList(int index); // optional uint32 ownerNodeID = 7; boolean hasOwnerNodeID(); int getOwnerNodeID(); // optional uint32 ownerRuleID = 8; boolean hasOwnerRuleID(); int getOwnerRuleID(); // optional uint32 parentStylesheetID = 9; boolean hasParentStylesheetID(); int getParentStylesheetID(); } public static final class Stylesheet extends com.google.protobuf.GeneratedMessage implements StylesheetOrBuilder { // Use Stylesheet.newBuilder() to construct. private Stylesheet(Builder builder) { super(builder); } private Stylesheet(boolean noInit) {} private static final Stylesheet defaultInstance; public static Stylesheet getDefaultInstance() { return defaultInstance; } public Stylesheet getDefaultInstanceForType() { return defaultInstance; } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_CssStylesheetList_Stylesheet_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_CssStylesheetList_Stylesheet_fieldAccessorTable; } private int bitField0_; // required uint32 objectID = 1; public static final int OBJECTID_FIELD_NUMBER = 1; private int objectID_; public boolean hasObjectID() { return ((bitField0_ & 0x00000001) == 0x00000001); } public int getObjectID() { return objectID_; } // required bool isDisabled = 2; public static final int ISDISABLED_FIELD_NUMBER = 2; private boolean isDisabled_; public boolean hasIsDisabled() { return ((bitField0_ & 0x00000002) == 0x00000002); } public boolean getIsDisabled() { return isDisabled_; } // required string href = 3; public static final int HREF_FIELD_NUMBER = 3; private java.lang.Object href_; public boolean hasHref() { return ((bitField0_ & 0x00000004) == 0x00000004); } public String getHref() { java.lang.Object ref = href_; if (ref instanceof String) { return (String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; String s = bs.toStringUtf8(); if (com.google.protobuf.Internal.isValidUtf8(bs)) { href_ = s; } return s; } } private com.google.protobuf.ByteString getHrefBytes() { java.lang.Object ref = href_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((String) ref); href_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } // required string title = 4; public static final int TITLE_FIELD_NUMBER = 4; private java.lang.Object title_; public boolean hasTitle() { return ((bitField0_ & 0x00000008) == 0x00000008); } public String getTitle() { java.lang.Object ref = title_; if (ref instanceof String) { return (String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; String s = bs.toStringUtf8(); if (com.google.protobuf.Internal.isValidUtf8(bs)) { title_ = s; } return s; } } private com.google.protobuf.ByteString getTitleBytes() { java.lang.Object ref = title_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((String) ref); title_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } // required string type = 5; public static final int TYPE_FIELD_NUMBER = 5; private java.lang.Object type_; public boolean hasType() { return ((bitField0_ & 0x00000010) == 0x00000010); } public String getType() { java.lang.Object ref = type_; if (ref instanceof String) { return (String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; String s = bs.toStringUtf8(); if (com.google.protobuf.Internal.isValidUtf8(bs)) { type_ = s; } return s; } } private com.google.protobuf.ByteString getTypeBytes() { java.lang.Object ref = type_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((String) ref); type_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } // repeated string mediaList = 6; public static final int MEDIALIST_FIELD_NUMBER = 6; private com.google.protobuf.LazyStringList mediaList_; public java.util.List<String> getMediaListList() { return mediaList_; } public int getMediaListCount() { return mediaList_.size(); } public String getMediaList(int index) { return mediaList_.get(index); } // optional uint32 ownerNodeID = 7; public static final int OWNERNODEID_FIELD_NUMBER = 7; private int ownerNodeID_; public boolean hasOwnerNodeID() { return ((bitField0_ & 0x00000020) == 0x00000020); } public int getOwnerNodeID() { return ownerNodeID_; } // optional uint32 ownerRuleID = 8; public static final int OWNERRULEID_FIELD_NUMBER = 8; private int ownerRuleID_; public boolean hasOwnerRuleID() { return ((bitField0_ & 0x00000040) == 0x00000040); } public int getOwnerRuleID() { return ownerRuleID_; } // optional uint32 parentStylesheetID = 9; public static final int PARENTSTYLESHEETID_FIELD_NUMBER = 9; private int parentStylesheetID_; public boolean hasParentStylesheetID() { return ((bitField0_ & 0x00000080) == 0x00000080); } public int getParentStylesheetID() { return parentStylesheetID_; } private void initFields() { objectID_ = 0; isDisabled_ = false; href_ = ""; title_ = ""; type_ = ""; mediaList_ = com.google.protobuf.LazyStringArrayList.EMPTY; ownerNodeID_ = 0; ownerRuleID_ = 0; parentStylesheetID_ = 0; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized != -1) return isInitialized == 1; if (!hasObjectID()) { memoizedIsInitialized = 0; return false; } if (!hasIsDisabled()) { memoizedIsInitialized = 0; return false; } if (!hasHref()) { memoizedIsInitialized = 0; return false; } if (!hasTitle()) { memoizedIsInitialized = 0; return false; } if (!hasType()) { memoizedIsInitialized = 0; return false; } memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { output.writeUInt32(1, objectID_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { output.writeBool(2, isDisabled_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { output.writeBytes(3, getHrefBytes()); } if (((bitField0_ & 0x00000008) == 0x00000008)) { output.writeBytes(4, getTitleBytes()); } if (((bitField0_ & 0x00000010) == 0x00000010)) { output.writeBytes(5, getTypeBytes()); } for (int i = 0; i < mediaList_.size(); i++) { output.writeBytes(6, mediaList_.getByteString(i)); } if (((bitField0_ & 0x00000020) == 0x00000020)) { output.writeUInt32(7, ownerNodeID_); } if (((bitField0_ & 0x00000040) == 0x00000040)) { output.writeUInt32(8, ownerRuleID_); } if (((bitField0_ & 0x00000080) == 0x00000080)) { output.writeUInt32(9, parentStylesheetID_); } getUnknownFields().writeTo(output); } private int memoizedSerializedSize = -1; public int getSerializedSize() { int size = memoizedSerializedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(1, objectID_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(2, isDisabled_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(3, getHrefBytes()); } if (((bitField0_ & 0x00000008) == 0x00000008)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(4, getTitleBytes()); } if (((bitField0_ & 0x00000010) == 0x00000010)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(5, getTypeBytes()); } { int dataSize = 0; for (int i = 0; i < mediaList_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeBytesSizeNoTag(mediaList_.getByteString(i)); } size += dataSize; size += 1 * getMediaListList().size(); } if (((bitField0_ & 0x00000020) == 0x00000020)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(7, ownerNodeID_); } if (((bitField0_ & 0x00000040) == 0x00000040)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(8, ownerRuleID_); } if (((bitField0_ & 0x00000080) == 0x00000080)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(9, parentStylesheetID_); } size += getUnknownFields().getSerializedSize(); memoizedSerializedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override protected java.lang.Object writeReplace() throws java.io.ObjectStreamException { return super.writeReplace(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetList.Stylesheet parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetList.Stylesheet parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetList.Stylesheet parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetList.Stylesheet parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetList.Stylesheet parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetList.Stylesheet parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetList.Stylesheet parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetList.Stylesheet parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input, extensionRegistry)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetList.Stylesheet parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetList.Stylesheet parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static Builder newBuilder() { return Builder.create(); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder(com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetList.Stylesheet prototype) { return newBuilder().mergeFrom(prototype); } public Builder toBuilder() { return newBuilder(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder<Builder> implements com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetList.StylesheetOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_CssStylesheetList_Stylesheet_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_CssStylesheetList_Stylesheet_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetList.Stylesheet.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder(BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } private static Builder create() { return new Builder(); } public Builder clear() { super.clear(); objectID_ = 0; bitField0_ = (bitField0_ & ~0x00000001); isDisabled_ = false; bitField0_ = (bitField0_ & ~0x00000002); href_ = ""; bitField0_ = (bitField0_ & ~0x00000004); title_ = ""; bitField0_ = (bitField0_ & ~0x00000008); type_ = ""; bitField0_ = (bitField0_ & ~0x00000010); mediaList_ = com.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000020); ownerNodeID_ = 0; bitField0_ = (bitField0_ & ~0x00000040); ownerRuleID_ = 0; bitField0_ = (bitField0_ & ~0x00000080); parentStylesheetID_ = 0; bitField0_ = (bitField0_ & ~0x00000100); return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetList.Stylesheet.getDescriptor(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetList.Stylesheet getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetList.Stylesheet.getDefaultInstance(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetList.Stylesheet build() { com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetList.Stylesheet result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetList.Stylesheet buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetList.Stylesheet result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetList.Stylesheet buildPartial() { com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetList.Stylesheet result = new com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetList.Stylesheet(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } result.objectID_ = objectID_; if (((from_bitField0_ & 0x00000002) == 0x00000002)) { to_bitField0_ |= 0x00000002; } result.isDisabled_ = isDisabled_; if (((from_bitField0_ & 0x00000004) == 0x00000004)) { to_bitField0_ |= 0x00000004; } result.href_ = href_; if (((from_bitField0_ & 0x00000008) == 0x00000008)) { to_bitField0_ |= 0x00000008; } result.title_ = title_; if (((from_bitField0_ & 0x00000010) == 0x00000010)) { to_bitField0_ |= 0x00000010; } result.type_ = type_; if (((bitField0_ & 0x00000020) == 0x00000020)) { mediaList_ = new com.google.protobuf.UnmodifiableLazyStringList( mediaList_); bitField0_ = (bitField0_ & ~0x00000020); } result.mediaList_ = mediaList_; if (((from_bitField0_ & 0x00000040) == 0x00000040)) { to_bitField0_ |= 0x00000020; } result.ownerNodeID_ = ownerNodeID_; if (((from_bitField0_ & 0x00000080) == 0x00000080)) { to_bitField0_ |= 0x00000040; } result.ownerRuleID_ = ownerRuleID_; if (((from_bitField0_ & 0x00000100) == 0x00000100)) { to_bitField0_ |= 0x00000080; } result.parentStylesheetID_ = parentStylesheetID_; result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetList.Stylesheet) { return mergeFrom((com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetList.Stylesheet)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetList.Stylesheet other) { if (other == com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetList.Stylesheet.getDefaultInstance()) return this; if (other.hasObjectID()) { setObjectID(other.getObjectID()); } if (other.hasIsDisabled()) { setIsDisabled(other.getIsDisabled()); } if (other.hasHref()) { setHref(other.getHref()); } if (other.hasTitle()) { setTitle(other.getTitle()); } if (other.hasType()) { setType(other.getType()); } if (!other.mediaList_.isEmpty()) { if (mediaList_.isEmpty()) { mediaList_ = other.mediaList_; bitField0_ = (bitField0_ & ~0x00000020); } else { ensureMediaListIsMutable(); mediaList_.addAll(other.mediaList_); } onChanged(); } if (other.hasOwnerNodeID()) { setOwnerNodeID(other.getOwnerNodeID()); } if (other.hasOwnerRuleID()) { setOwnerRuleID(other.getOwnerRuleID()); } if (other.hasParentStylesheetID()) { setParentStylesheetID(other.getParentStylesheetID()); } this.mergeUnknownFields(other.getUnknownFields()); return this; } public final boolean isInitialized() { if (!hasObjectID()) { return false; } if (!hasIsDisabled()) { return false; } if (!hasHref()) { return false; } if (!hasTitle()) { return false; } if (!hasType()) { return false; } return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder( this.getUnknownFields()); while (true) { int tag = input.readTag(); switch (tag) { case 0: this.setUnknownFields(unknownFields.build()); onChanged(); return this; default: { if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { this.setUnknownFields(unknownFields.build()); onChanged(); return this; } break; } case 8: { bitField0_ |= 0x00000001; objectID_ = input.readUInt32(); break; } case 16: { bitField0_ |= 0x00000002; isDisabled_ = input.readBool(); break; } case 26: { bitField0_ |= 0x00000004; href_ = input.readBytes(); break; } case 34: { bitField0_ |= 0x00000008; title_ = input.readBytes(); break; } case 42: { bitField0_ |= 0x00000010; type_ = input.readBytes(); break; } case 50: { ensureMediaListIsMutable(); mediaList_.add(input.readBytes()); break; } case 56: { bitField0_ |= 0x00000040; ownerNodeID_ = input.readUInt32(); break; } case 64: { bitField0_ |= 0x00000080; ownerRuleID_ = input.readUInt32(); break; } case 72: { bitField0_ |= 0x00000100; parentStylesheetID_ = input.readUInt32(); break; } } } } private int bitField0_; // required uint32 objectID = 1; private int objectID_ ; public boolean hasObjectID() { return ((bitField0_ & 0x00000001) == 0x00000001); } public int getObjectID() { return objectID_; } public Builder setObjectID(int value) { bitField0_ |= 0x00000001; objectID_ = value; onChanged(); return this; } public Builder clearObjectID() { bitField0_ = (bitField0_ & ~0x00000001); objectID_ = 0; onChanged(); return this; } // required bool isDisabled = 2; private boolean isDisabled_ ; public boolean hasIsDisabled() { return ((bitField0_ & 0x00000002) == 0x00000002); } public boolean getIsDisabled() { return isDisabled_; } public Builder setIsDisabled(boolean value) { bitField0_ |= 0x00000002; isDisabled_ = value; onChanged(); return this; } public Builder clearIsDisabled() { bitField0_ = (bitField0_ & ~0x00000002); isDisabled_ = false; onChanged(); return this; } // required string href = 3; private java.lang.Object href_ = ""; public boolean hasHref() { return ((bitField0_ & 0x00000004) == 0x00000004); } public String getHref() { java.lang.Object ref = href_; if (!(ref instanceof String)) { String s = ((com.google.protobuf.ByteString) ref).toStringUtf8(); href_ = s; return s; } else { return (String) ref; } } public Builder setHref(String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000004; href_ = value; onChanged(); return this; } public Builder clearHref() { bitField0_ = (bitField0_ & ~0x00000004); href_ = getDefaultInstance().getHref(); onChanged(); return this; } void setHref(com.google.protobuf.ByteString value) { bitField0_ |= 0x00000004; href_ = value; onChanged(); } // required string title = 4; private java.lang.Object title_ = ""; public boolean hasTitle() { return ((bitField0_ & 0x00000008) == 0x00000008); } public String getTitle() { java.lang.Object ref = title_; if (!(ref instanceof String)) { String s = ((com.google.protobuf.ByteString) ref).toStringUtf8(); title_ = s; return s; } else { return (String) ref; } } public Builder setTitle(String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000008; title_ = value; onChanged(); return this; } public Builder clearTitle() { bitField0_ = (bitField0_ & ~0x00000008); title_ = getDefaultInstance().getTitle(); onChanged(); return this; } void setTitle(com.google.protobuf.ByteString value) { bitField0_ |= 0x00000008; title_ = value; onChanged(); } // required string type = 5; private java.lang.Object type_ = ""; public boolean hasType() { return ((bitField0_ & 0x00000010) == 0x00000010); } public String getType() { java.lang.Object ref = type_; if (!(ref instanceof String)) { String s = ((com.google.protobuf.ByteString) ref).toStringUtf8(); type_ = s; return s; } else { return (String) ref; } } public Builder setType(String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000010; type_ = value; onChanged(); return this; } public Builder clearType() { bitField0_ = (bitField0_ & ~0x00000010); type_ = getDefaultInstance().getType(); onChanged(); return this; } void setType(com.google.protobuf.ByteString value) { bitField0_ |= 0x00000010; type_ = value; onChanged(); } // repeated string mediaList = 6; private com.google.protobuf.LazyStringList mediaList_ = com.google.protobuf.LazyStringArrayList.EMPTY; private void ensureMediaListIsMutable() { if (!((bitField0_ & 0x00000020) == 0x00000020)) { mediaList_ = new com.google.protobuf.LazyStringArrayList(mediaList_); bitField0_ |= 0x00000020; } } public java.util.List<String> getMediaListList() { return java.util.Collections.unmodifiableList(mediaList_); } public int getMediaListCount() { return mediaList_.size(); } public String getMediaList(int index) { return mediaList_.get(index); } public Builder setMediaList( int index, String value) { if (value == null) { throw new NullPointerException(); } ensureMediaListIsMutable(); mediaList_.set(index, value); onChanged(); return this; } public Builder addMediaList(String value) { if (value == null) { throw new NullPointerException(); } ensureMediaListIsMutable(); mediaList_.add(value); onChanged(); return this; } public Builder addAllMediaList( java.lang.Iterable<String> values) { ensureMediaListIsMutable(); super.addAll(values, mediaList_); onChanged(); return this; } public Builder clearMediaList() { mediaList_ = com.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000020); onChanged(); return this; } void addMediaList(com.google.protobuf.ByteString value) { ensureMediaListIsMutable(); mediaList_.add(value); onChanged(); } // optional uint32 ownerNodeID = 7; private int ownerNodeID_ ; public boolean hasOwnerNodeID() { return ((bitField0_ & 0x00000040) == 0x00000040); } public int getOwnerNodeID() { return ownerNodeID_; } public Builder setOwnerNodeID(int value) { bitField0_ |= 0x00000040; ownerNodeID_ = value; onChanged(); return this; } public Builder clearOwnerNodeID() { bitField0_ = (bitField0_ & ~0x00000040); ownerNodeID_ = 0; onChanged(); return this; } // optional uint32 ownerRuleID = 8; private int ownerRuleID_ ; public boolean hasOwnerRuleID() { return ((bitField0_ & 0x00000080) == 0x00000080); } public int getOwnerRuleID() { return ownerRuleID_; } public Builder setOwnerRuleID(int value) { bitField0_ |= 0x00000080; ownerRuleID_ = value; onChanged(); return this; } public Builder clearOwnerRuleID() { bitField0_ = (bitField0_ & ~0x00000080); ownerRuleID_ = 0; onChanged(); return this; } // optional uint32 parentStylesheetID = 9; private int parentStylesheetID_ ; public boolean hasParentStylesheetID() { return ((bitField0_ & 0x00000100) == 0x00000100); } public int getParentStylesheetID() { return parentStylesheetID_; } public Builder setParentStylesheetID(int value) { bitField0_ |= 0x00000100; parentStylesheetID_ = value; onChanged(); return this; } public Builder clearParentStylesheetID() { bitField0_ = (bitField0_ & ~0x00000100); parentStylesheetID_ = 0; onChanged(); return this; } // @@protoc_insertion_point(builder_scope:scope.debugger.CssStylesheetList.Stylesheet) } static { defaultInstance = new Stylesheet(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.CssStylesheetList.Stylesheet) } // repeated .scope.debugger.CssStylesheetList.Stylesheet stylesheetList = 1; public static final int STYLESHEETLIST_FIELD_NUMBER = 1; private java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetList.Stylesheet> stylesheetList_; public java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetList.Stylesheet> getStylesheetListList() { return stylesheetList_; } public java.util.List<? extends com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetList.StylesheetOrBuilder> getStylesheetListOrBuilderList() { return stylesheetList_; } public int getStylesheetListCount() { return stylesheetList_.size(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetList.Stylesheet getStylesheetList(int index) { return stylesheetList_.get(index); } public com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetList.StylesheetOrBuilder getStylesheetListOrBuilder( int index) { return stylesheetList_.get(index); } private void initFields() { stylesheetList_ = java.util.Collections.emptyList(); } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized != -1) return isInitialized == 1; for (int i = 0; i < getStylesheetListCount(); i++) { if (!getStylesheetList(i).isInitialized()) { memoizedIsInitialized = 0; return false; } } memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); for (int i = 0; i < stylesheetList_.size(); i++) { output.writeMessage(1, stylesheetList_.get(i)); } getUnknownFields().writeTo(output); } private int memoizedSerializedSize = -1; public int getSerializedSize() { int size = memoizedSerializedSize; if (size != -1) return size; size = 0; for (int i = 0; i < stylesheetList_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, stylesheetList_.get(i)); } size += getUnknownFields().getSerializedSize(); memoizedSerializedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override protected java.lang.Object writeReplace() throws java.io.ObjectStreamException { return super.writeReplace(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetList parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetList parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetList parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetList parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetList parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetList parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetList parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetList parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input, extensionRegistry)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetList parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetList parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static Builder newBuilder() { return Builder.create(); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder(com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetList prototype) { return newBuilder().mergeFrom(prototype); } public Builder toBuilder() { return newBuilder(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder<Builder> implements com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetListOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_CssStylesheetList_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_CssStylesheetList_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetList.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder(BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getStylesheetListFieldBuilder(); } } private static Builder create() { return new Builder(); } public Builder clear() { super.clear(); if (stylesheetListBuilder_ == null) { stylesheetList_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); } else { stylesheetListBuilder_.clear(); } return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetList.getDescriptor(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetList getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetList.getDefaultInstance(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetList build() { com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetList result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetList buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetList result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetList buildPartial() { com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetList result = new com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetList(this); int from_bitField0_ = bitField0_; if (stylesheetListBuilder_ == null) { if (((bitField0_ & 0x00000001) == 0x00000001)) { stylesheetList_ = java.util.Collections.unmodifiableList(stylesheetList_); bitField0_ = (bitField0_ & ~0x00000001); } result.stylesheetList_ = stylesheetList_; } else { result.stylesheetList_ = stylesheetListBuilder_.build(); } onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetList) { return mergeFrom((com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetList)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetList other) { if (other == com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetList.getDefaultInstance()) return this; if (stylesheetListBuilder_ == null) { if (!other.stylesheetList_.isEmpty()) { if (stylesheetList_.isEmpty()) { stylesheetList_ = other.stylesheetList_; bitField0_ = (bitField0_ & ~0x00000001); } else { ensureStylesheetListIsMutable(); stylesheetList_.addAll(other.stylesheetList_); } onChanged(); } } else { if (!other.stylesheetList_.isEmpty()) { if (stylesheetListBuilder_.isEmpty()) { stylesheetListBuilder_.dispose(); stylesheetListBuilder_ = null; stylesheetList_ = other.stylesheetList_; bitField0_ = (bitField0_ & ~0x00000001); stylesheetListBuilder_ = com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? getStylesheetListFieldBuilder() : null; } else { stylesheetListBuilder_.addAllMessages(other.stylesheetList_); } } } this.mergeUnknownFields(other.getUnknownFields()); return this; } public final boolean isInitialized() { for (int i = 0; i < getStylesheetListCount(); i++) { if (!getStylesheetList(i).isInitialized()) { return false; } } return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder( this.getUnknownFields()); while (true) { int tag = input.readTag(); switch (tag) { case 0: this.setUnknownFields(unknownFields.build()); onChanged(); return this; default: { if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { this.setUnknownFields(unknownFields.build()); onChanged(); return this; } break; } case 10: { com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetList.Stylesheet.Builder subBuilder = com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetList.Stylesheet.newBuilder(); input.readMessage(subBuilder, extensionRegistry); addStylesheetList(subBuilder.buildPartial()); break; } } } } private int bitField0_; // repeated .scope.debugger.CssStylesheetList.Stylesheet stylesheetList = 1; private java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetList.Stylesheet> stylesheetList_ = java.util.Collections.emptyList(); private void ensureStylesheetListIsMutable() { if (!((bitField0_ & 0x00000001) == 0x00000001)) { stylesheetList_ = new java.util.ArrayList<com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetList.Stylesheet>(stylesheetList_); bitField0_ |= 0x00000001; } } private com.google.protobuf.RepeatedFieldBuilder< com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetList.Stylesheet, com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetList.Stylesheet.Builder, com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetList.StylesheetOrBuilder> stylesheetListBuilder_; public java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetList.Stylesheet> getStylesheetListList() { if (stylesheetListBuilder_ == null) { return java.util.Collections.unmodifiableList(stylesheetList_); } else { return stylesheetListBuilder_.getMessageList(); } } public int getStylesheetListCount() { if (stylesheetListBuilder_ == null) { return stylesheetList_.size(); } else { return stylesheetListBuilder_.getCount(); } } public com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetList.Stylesheet getStylesheetList(int index) { if (stylesheetListBuilder_ == null) { return stylesheetList_.get(index); } else { return stylesheetListBuilder_.getMessage(index); } } public Builder setStylesheetList( int index, com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetList.Stylesheet value) { if (stylesheetListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureStylesheetListIsMutable(); stylesheetList_.set(index, value); onChanged(); } else { stylesheetListBuilder_.setMessage(index, value); } return this; } public Builder setStylesheetList( int index, com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetList.Stylesheet.Builder builderForValue) { if (stylesheetListBuilder_ == null) { ensureStylesheetListIsMutable(); stylesheetList_.set(index, builderForValue.build()); onChanged(); } else { stylesheetListBuilder_.setMessage(index, builderForValue.build()); } return this; } public Builder addStylesheetList(com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetList.Stylesheet value) { if (stylesheetListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureStylesheetListIsMutable(); stylesheetList_.add(value); onChanged(); } else { stylesheetListBuilder_.addMessage(value); } return this; } public Builder addStylesheetList( int index, com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetList.Stylesheet value) { if (stylesheetListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureStylesheetListIsMutable(); stylesheetList_.add(index, value); onChanged(); } else { stylesheetListBuilder_.addMessage(index, value); } return this; } public Builder addStylesheetList( com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetList.Stylesheet.Builder builderForValue) { if (stylesheetListBuilder_ == null) { ensureStylesheetListIsMutable(); stylesheetList_.add(builderForValue.build()); onChanged(); } else { stylesheetListBuilder_.addMessage(builderForValue.build()); } return this; } public Builder addStylesheetList( int index, com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetList.Stylesheet.Builder builderForValue) { if (stylesheetListBuilder_ == null) { ensureStylesheetListIsMutable(); stylesheetList_.add(index, builderForValue.build()); onChanged(); } else { stylesheetListBuilder_.addMessage(index, builderForValue.build()); } return this; } public Builder addAllStylesheetList( java.lang.Iterable<? extends com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetList.Stylesheet> values) { if (stylesheetListBuilder_ == null) { ensureStylesheetListIsMutable(); super.addAll(values, stylesheetList_); onChanged(); } else { stylesheetListBuilder_.addAllMessages(values); } return this; } public Builder clearStylesheetList() { if (stylesheetListBuilder_ == null) { stylesheetList_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); } else { stylesheetListBuilder_.clear(); } return this; } public Builder removeStylesheetList(int index) { if (stylesheetListBuilder_ == null) { ensureStylesheetListIsMutable(); stylesheetList_.remove(index); onChanged(); } else { stylesheetListBuilder_.remove(index); } return this; } public com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetList.Stylesheet.Builder getStylesheetListBuilder( int index) { return getStylesheetListFieldBuilder().getBuilder(index); } public com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetList.StylesheetOrBuilder getStylesheetListOrBuilder( int index) { if (stylesheetListBuilder_ == null) { return stylesheetList_.get(index); } else { return stylesheetListBuilder_.getMessageOrBuilder(index); } } public java.util.List<? extends com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetList.StylesheetOrBuilder> getStylesheetListOrBuilderList() { if (stylesheetListBuilder_ != null) { return stylesheetListBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(stylesheetList_); } } public com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetList.Stylesheet.Builder addStylesheetListBuilder() { return getStylesheetListFieldBuilder().addBuilder( com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetList.Stylesheet.getDefaultInstance()); } public com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetList.Stylesheet.Builder addStylesheetListBuilder( int index) { return getStylesheetListFieldBuilder().addBuilder( index, com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetList.Stylesheet.getDefaultInstance()); } public java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetList.Stylesheet.Builder> getStylesheetListBuilderList() { return getStylesheetListFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilder< com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetList.Stylesheet, com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetList.Stylesheet.Builder, com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetList.StylesheetOrBuilder> getStylesheetListFieldBuilder() { if (stylesheetListBuilder_ == null) { stylesheetListBuilder_ = new com.google.protobuf.RepeatedFieldBuilder< com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetList.Stylesheet, com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetList.Stylesheet.Builder, com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetList.StylesheetOrBuilder>( stylesheetList_, ((bitField0_ & 0x00000001) == 0x00000001), getParentForChildren(), isClean()); stylesheetList_ = null; } return stylesheetListBuilder_; } // @@protoc_insertion_point(builder_scope:scope.debugger.CssStylesheetList) } static { defaultInstance = new CssStylesheetList(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.CssStylesheetList) } public interface ExamineListOrBuilder extends com.google.protobuf.MessageOrBuilder { // required uint32 runtimeID = 1; boolean hasRuntimeID(); int getRuntimeID(); // repeated uint32 objectList = 2; java.util.List<java.lang.Integer> getObjectListList(); int getObjectListCount(); int getObjectList(int index); // optional bool examinePrototypes = 3; boolean hasExaminePrototypes(); boolean getExaminePrototypes(); // optional bool skipNonenumerables = 4; boolean hasSkipNonenumerables(); boolean getSkipNonenumerables(); // optional bool filterProperties = 5; boolean hasFilterProperties(); boolean getFilterProperties(); } public static final class ExamineList extends com.google.protobuf.GeneratedMessage implements ExamineListOrBuilder { // Use ExamineList.newBuilder() to construct. private ExamineList(Builder builder) { super(builder); } private ExamineList(boolean noInit) {} private static final ExamineList defaultInstance; public static ExamineList getDefaultInstance() { return defaultInstance; } public ExamineList getDefaultInstanceForType() { return defaultInstance; } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_ExamineList_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_ExamineList_fieldAccessorTable; } private int bitField0_; // required uint32 runtimeID = 1; public static final int RUNTIMEID_FIELD_NUMBER = 1; private int runtimeID_; public boolean hasRuntimeID() { return ((bitField0_ & 0x00000001) == 0x00000001); } public int getRuntimeID() { return runtimeID_; } // repeated uint32 objectList = 2; public static final int OBJECTLIST_FIELD_NUMBER = 2; private java.util.List<java.lang.Integer> objectList_; public java.util.List<java.lang.Integer> getObjectListList() { return objectList_; } public int getObjectListCount() { return objectList_.size(); } public int getObjectList(int index) { return objectList_.get(index); } // optional bool examinePrototypes = 3; public static final int EXAMINEPROTOTYPES_FIELD_NUMBER = 3; private boolean examinePrototypes_; public boolean hasExaminePrototypes() { return ((bitField0_ & 0x00000002) == 0x00000002); } public boolean getExaminePrototypes() { return examinePrototypes_; } // optional bool skipNonenumerables = 4; public static final int SKIPNONENUMERABLES_FIELD_NUMBER = 4; private boolean skipNonenumerables_; public boolean hasSkipNonenumerables() { return ((bitField0_ & 0x00000004) == 0x00000004); } public boolean getSkipNonenumerables() { return skipNonenumerables_; } // optional bool filterProperties = 5; public static final int FILTERPROPERTIES_FIELD_NUMBER = 5; private boolean filterProperties_; public boolean hasFilterProperties() { return ((bitField0_ & 0x00000008) == 0x00000008); } public boolean getFilterProperties() { return filterProperties_; } private void initFields() { runtimeID_ = 0; objectList_ = java.util.Collections.emptyList();; examinePrototypes_ = false; skipNonenumerables_ = false; filterProperties_ = false; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized != -1) return isInitialized == 1; if (!hasRuntimeID()) { memoizedIsInitialized = 0; return false; } memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { output.writeUInt32(1, runtimeID_); } for (int i = 0; i < objectList_.size(); i++) { output.writeUInt32(2, objectList_.get(i)); } if (((bitField0_ & 0x00000002) == 0x00000002)) { output.writeBool(3, examinePrototypes_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { output.writeBool(4, skipNonenumerables_); } if (((bitField0_ & 0x00000008) == 0x00000008)) { output.writeBool(5, filterProperties_); } getUnknownFields().writeTo(output); } private int memoizedSerializedSize = -1; public int getSerializedSize() { int size = memoizedSerializedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(1, runtimeID_); } { int dataSize = 0; for (int i = 0; i < objectList_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeUInt32SizeNoTag(objectList_.get(i)); } size += dataSize; size += 1 * getObjectListList().size(); } if (((bitField0_ & 0x00000002) == 0x00000002)) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(3, examinePrototypes_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(4, skipNonenumerables_); } if (((bitField0_ & 0x00000008) == 0x00000008)) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(5, filterProperties_); } size += getUnknownFields().getSerializedSize(); memoizedSerializedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override protected java.lang.Object writeReplace() throws java.io.ObjectStreamException { return super.writeReplace(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ExamineList parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ExamineList parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ExamineList parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ExamineList parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ExamineList parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ExamineList parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ExamineList parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ExamineList parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input, extensionRegistry)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ExamineList parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ExamineList parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static Builder newBuilder() { return Builder.create(); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder(com.opera.core.systems.scope.protos.Esdbg6Protos.ExamineList prototype) { return newBuilder().mergeFrom(prototype); } public Builder toBuilder() { return newBuilder(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder<Builder> implements com.opera.core.systems.scope.protos.Esdbg6Protos.ExamineListOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_ExamineList_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_ExamineList_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.Esdbg6Protos.ExamineList.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder(BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } private static Builder create() { return new Builder(); } public Builder clear() { super.clear(); runtimeID_ = 0; bitField0_ = (bitField0_ & ~0x00000001); objectList_ = java.util.Collections.emptyList();; bitField0_ = (bitField0_ & ~0x00000002); examinePrototypes_ = false; bitField0_ = (bitField0_ & ~0x00000004); skipNonenumerables_ = false; bitField0_ = (bitField0_ & ~0x00000008); filterProperties_ = false; bitField0_ = (bitField0_ & ~0x00000010); return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.ExamineList.getDescriptor(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.ExamineList getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.ExamineList.getDefaultInstance(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.ExamineList build() { com.opera.core.systems.scope.protos.Esdbg6Protos.ExamineList result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.Esdbg6Protos.ExamineList buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.Esdbg6Protos.ExamineList result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.Esdbg6Protos.ExamineList buildPartial() { com.opera.core.systems.scope.protos.Esdbg6Protos.ExamineList result = new com.opera.core.systems.scope.protos.Esdbg6Protos.ExamineList(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } result.runtimeID_ = runtimeID_; if (((bitField0_ & 0x00000002) == 0x00000002)) { objectList_ = java.util.Collections.unmodifiableList(objectList_); bitField0_ = (bitField0_ & ~0x00000002); } result.objectList_ = objectList_; if (((from_bitField0_ & 0x00000004) == 0x00000004)) { to_bitField0_ |= 0x00000002; } result.examinePrototypes_ = examinePrototypes_; if (((from_bitField0_ & 0x00000008) == 0x00000008)) { to_bitField0_ |= 0x00000004; } result.skipNonenumerables_ = skipNonenumerables_; if (((from_bitField0_ & 0x00000010) == 0x00000010)) { to_bitField0_ |= 0x00000008; } result.filterProperties_ = filterProperties_; result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.opera.core.systems.scope.protos.Esdbg6Protos.ExamineList) { return mergeFrom((com.opera.core.systems.scope.protos.Esdbg6Protos.ExamineList)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.Esdbg6Protos.ExamineList other) { if (other == com.opera.core.systems.scope.protos.Esdbg6Protos.ExamineList.getDefaultInstance()) return this; if (other.hasRuntimeID()) { setRuntimeID(other.getRuntimeID()); } if (!other.objectList_.isEmpty()) { if (objectList_.isEmpty()) { objectList_ = other.objectList_; bitField0_ = (bitField0_ & ~0x00000002); } else { ensureObjectListIsMutable(); objectList_.addAll(other.objectList_); } onChanged(); } if (other.hasExaminePrototypes()) { setExaminePrototypes(other.getExaminePrototypes()); } if (other.hasSkipNonenumerables()) { setSkipNonenumerables(other.getSkipNonenumerables()); } if (other.hasFilterProperties()) { setFilterProperties(other.getFilterProperties()); } this.mergeUnknownFields(other.getUnknownFields()); return this; } public final boolean isInitialized() { if (!hasRuntimeID()) { return false; } return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder( this.getUnknownFields()); while (true) { int tag = input.readTag(); switch (tag) { case 0: this.setUnknownFields(unknownFields.build()); onChanged(); return this; default: { if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { this.setUnknownFields(unknownFields.build()); onChanged(); return this; } break; } case 8: { bitField0_ |= 0x00000001; runtimeID_ = input.readUInt32(); break; } case 16: { ensureObjectListIsMutable(); objectList_.add(input.readUInt32()); break; } case 18: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); while (input.getBytesUntilLimit() > 0) { addObjectList(input.readUInt32()); } input.popLimit(limit); break; } case 24: { bitField0_ |= 0x00000004; examinePrototypes_ = input.readBool(); break; } case 32: { bitField0_ |= 0x00000008; skipNonenumerables_ = input.readBool(); break; } case 40: { bitField0_ |= 0x00000010; filterProperties_ = input.readBool(); break; } } } } private int bitField0_; // required uint32 runtimeID = 1; private int runtimeID_ ; public boolean hasRuntimeID() { return ((bitField0_ & 0x00000001) == 0x00000001); } public int getRuntimeID() { return runtimeID_; } public Builder setRuntimeID(int value) { bitField0_ |= 0x00000001; runtimeID_ = value; onChanged(); return this; } public Builder clearRuntimeID() { bitField0_ = (bitField0_ & ~0x00000001); runtimeID_ = 0; onChanged(); return this; } // repeated uint32 objectList = 2; private java.util.List<java.lang.Integer> objectList_ = java.util.Collections.emptyList();; private void ensureObjectListIsMutable() { if (!((bitField0_ & 0x00000002) == 0x00000002)) { objectList_ = new java.util.ArrayList<java.lang.Integer>(objectList_); bitField0_ |= 0x00000002; } } public java.util.List<java.lang.Integer> getObjectListList() { return java.util.Collections.unmodifiableList(objectList_); } public int getObjectListCount() { return objectList_.size(); } public int getObjectList(int index) { return objectList_.get(index); } public Builder setObjectList( int index, int value) { ensureObjectListIsMutable(); objectList_.set(index, value); onChanged(); return this; } public Builder addObjectList(int value) { ensureObjectListIsMutable(); objectList_.add(value); onChanged(); return this; } public Builder addAllObjectList( java.lang.Iterable<? extends java.lang.Integer> values) { ensureObjectListIsMutable(); super.addAll(values, objectList_); onChanged(); return this; } public Builder clearObjectList() { objectList_ = java.util.Collections.emptyList();; bitField0_ = (bitField0_ & ~0x00000002); onChanged(); return this; } // optional bool examinePrototypes = 3; private boolean examinePrototypes_ ; public boolean hasExaminePrototypes() { return ((bitField0_ & 0x00000004) == 0x00000004); } public boolean getExaminePrototypes() { return examinePrototypes_; } public Builder setExaminePrototypes(boolean value) { bitField0_ |= 0x00000004; examinePrototypes_ = value; onChanged(); return this; } public Builder clearExaminePrototypes() { bitField0_ = (bitField0_ & ~0x00000004); examinePrototypes_ = false; onChanged(); return this; } // optional bool skipNonenumerables = 4; private boolean skipNonenumerables_ ; public boolean hasSkipNonenumerables() { return ((bitField0_ & 0x00000008) == 0x00000008); } public boolean getSkipNonenumerables() { return skipNonenumerables_; } public Builder setSkipNonenumerables(boolean value) { bitField0_ |= 0x00000008; skipNonenumerables_ = value; onChanged(); return this; } public Builder clearSkipNonenumerables() { bitField0_ = (bitField0_ & ~0x00000008); skipNonenumerables_ = false; onChanged(); return this; } // optional bool filterProperties = 5; private boolean filterProperties_ ; public boolean hasFilterProperties() { return ((bitField0_ & 0x00000010) == 0x00000010); } public boolean getFilterProperties() { return filterProperties_; } public Builder setFilterProperties(boolean value) { bitField0_ |= 0x00000010; filterProperties_ = value; onChanged(); return this; } public Builder clearFilterProperties() { bitField0_ = (bitField0_ & ~0x00000010); filterProperties_ = false; onChanged(); return this; } // @@protoc_insertion_point(builder_scope:scope.debugger.ExamineList) } static { defaultInstance = new ExamineList(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.ExamineList) } public interface BreakpointIDOrBuilder extends com.google.protobuf.MessageOrBuilder { // required uint32 breakpointID = 1; boolean hasBreakpointID(); int getBreakpointID(); } public static final class BreakpointID extends com.google.protobuf.GeneratedMessage implements BreakpointIDOrBuilder { // Use BreakpointID.newBuilder() to construct. private BreakpointID(Builder builder) { super(builder); } private BreakpointID(boolean noInit) {} private static final BreakpointID defaultInstance; public static BreakpointID getDefaultInstance() { return defaultInstance; } public BreakpointID getDefaultInstanceForType() { return defaultInstance; } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_BreakpointID_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_BreakpointID_fieldAccessorTable; } private int bitField0_; // required uint32 breakpointID = 1; public static final int BREAKPOINTID_FIELD_NUMBER = 1; private int breakpointID_; public boolean hasBreakpointID() { return ((bitField0_ & 0x00000001) == 0x00000001); } public int getBreakpointID() { return breakpointID_; } private void initFields() { breakpointID_ = 0; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized != -1) return isInitialized == 1; if (!hasBreakpointID()) { memoizedIsInitialized = 0; return false; } memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { output.writeUInt32(1, breakpointID_); } getUnknownFields().writeTo(output); } private int memoizedSerializedSize = -1; public int getSerializedSize() { int size = memoizedSerializedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(1, breakpointID_); } size += getUnknownFields().getSerializedSize(); memoizedSerializedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override protected java.lang.Object writeReplace() throws java.io.ObjectStreamException { return super.writeReplace(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.BreakpointID parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.BreakpointID parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.BreakpointID parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.BreakpointID parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.BreakpointID parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.BreakpointID parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.BreakpointID parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.BreakpointID parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input, extensionRegistry)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.BreakpointID parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.BreakpointID parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static Builder newBuilder() { return Builder.create(); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder(com.opera.core.systems.scope.protos.Esdbg6Protos.BreakpointID prototype) { return newBuilder().mergeFrom(prototype); } public Builder toBuilder() { return newBuilder(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder<Builder> implements com.opera.core.systems.scope.protos.Esdbg6Protos.BreakpointIDOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_BreakpointID_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_BreakpointID_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.Esdbg6Protos.BreakpointID.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder(BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } private static Builder create() { return new Builder(); } public Builder clear() { super.clear(); breakpointID_ = 0; bitField0_ = (bitField0_ & ~0x00000001); return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.BreakpointID.getDescriptor(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.BreakpointID getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.BreakpointID.getDefaultInstance(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.BreakpointID build() { com.opera.core.systems.scope.protos.Esdbg6Protos.BreakpointID result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.Esdbg6Protos.BreakpointID buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.Esdbg6Protos.BreakpointID result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.Esdbg6Protos.BreakpointID buildPartial() { com.opera.core.systems.scope.protos.Esdbg6Protos.BreakpointID result = new com.opera.core.systems.scope.protos.Esdbg6Protos.BreakpointID(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } result.breakpointID_ = breakpointID_; result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.opera.core.systems.scope.protos.Esdbg6Protos.BreakpointID) { return mergeFrom((com.opera.core.systems.scope.protos.Esdbg6Protos.BreakpointID)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.Esdbg6Protos.BreakpointID other) { if (other == com.opera.core.systems.scope.protos.Esdbg6Protos.BreakpointID.getDefaultInstance()) return this; if (other.hasBreakpointID()) { setBreakpointID(other.getBreakpointID()); } this.mergeUnknownFields(other.getUnknownFields()); return this; } public final boolean isInitialized() { if (!hasBreakpointID()) { return false; } return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder( this.getUnknownFields()); while (true) { int tag = input.readTag(); switch (tag) { case 0: this.setUnknownFields(unknownFields.build()); onChanged(); return this; default: { if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { this.setUnknownFields(unknownFields.build()); onChanged(); return this; } break; } case 8: { bitField0_ |= 0x00000001; breakpointID_ = input.readUInt32(); break; } } } } private int bitField0_; // required uint32 breakpointID = 1; private int breakpointID_ ; public boolean hasBreakpointID() { return ((bitField0_ & 0x00000001) == 0x00000001); } public int getBreakpointID() { return breakpointID_; } public Builder setBreakpointID(int value) { bitField0_ |= 0x00000001; breakpointID_ = value; onChanged(); return this; } public Builder clearBreakpointID() { bitField0_ = (bitField0_ & ~0x00000001); breakpointID_ = 0; onChanged(); return this; } // @@protoc_insertion_point(builder_scope:scope.debugger.BreakpointID) } static { defaultInstance = new BreakpointID(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.BreakpointID) } public interface BacktraceSelectionOrBuilder extends com.google.protobuf.MessageOrBuilder { // required uint32 runtimeID = 1; boolean hasRuntimeID(); int getRuntimeID(); // required uint32 threadID = 2; boolean hasThreadID(); int getThreadID(); // optional uint32 maxFrames = 3 [default = 0]; boolean hasMaxFrames(); int getMaxFrames(); } public static final class BacktraceSelection extends com.google.protobuf.GeneratedMessage implements BacktraceSelectionOrBuilder { // Use BacktraceSelection.newBuilder() to construct. private BacktraceSelection(Builder builder) { super(builder); } private BacktraceSelection(boolean noInit) {} private static final BacktraceSelection defaultInstance; public static BacktraceSelection getDefaultInstance() { return defaultInstance; } public BacktraceSelection getDefaultInstanceForType() { return defaultInstance; } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_BacktraceSelection_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_BacktraceSelection_fieldAccessorTable; } private int bitField0_; // required uint32 runtimeID = 1; public static final int RUNTIMEID_FIELD_NUMBER = 1; private int runtimeID_; public boolean hasRuntimeID() { return ((bitField0_ & 0x00000001) == 0x00000001); } public int getRuntimeID() { return runtimeID_; } // required uint32 threadID = 2; public static final int THREADID_FIELD_NUMBER = 2; private int threadID_; public boolean hasThreadID() { return ((bitField0_ & 0x00000002) == 0x00000002); } public int getThreadID() { return threadID_; } // optional uint32 maxFrames = 3 [default = 0]; public static final int MAXFRAMES_FIELD_NUMBER = 3; private int maxFrames_; public boolean hasMaxFrames() { return ((bitField0_ & 0x00000004) == 0x00000004); } public int getMaxFrames() { return maxFrames_; } private void initFields() { runtimeID_ = 0; threadID_ = 0; maxFrames_ = 0; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized != -1) return isInitialized == 1; if (!hasRuntimeID()) { memoizedIsInitialized = 0; return false; } if (!hasThreadID()) { memoizedIsInitialized = 0; return false; } memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { output.writeUInt32(1, runtimeID_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { output.writeUInt32(2, threadID_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { output.writeUInt32(3, maxFrames_); } getUnknownFields().writeTo(output); } private int memoizedSerializedSize = -1; public int getSerializedSize() { int size = memoizedSerializedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(1, runtimeID_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(2, threadID_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(3, maxFrames_); } size += getUnknownFields().getSerializedSize(); memoizedSerializedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override protected java.lang.Object writeReplace() throws java.io.ObjectStreamException { return super.writeReplace(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceSelection parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceSelection parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceSelection parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceSelection parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceSelection parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceSelection parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceSelection parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceSelection parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input, extensionRegistry)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceSelection parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceSelection parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static Builder newBuilder() { return Builder.create(); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder(com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceSelection prototype) { return newBuilder().mergeFrom(prototype); } public Builder toBuilder() { return newBuilder(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder<Builder> implements com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceSelectionOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_BacktraceSelection_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_BacktraceSelection_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceSelection.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder(BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } private static Builder create() { return new Builder(); } public Builder clear() { super.clear(); runtimeID_ = 0; bitField0_ = (bitField0_ & ~0x00000001); threadID_ = 0; bitField0_ = (bitField0_ & ~0x00000002); maxFrames_ = 0; bitField0_ = (bitField0_ & ~0x00000004); return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceSelection.getDescriptor(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceSelection getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceSelection.getDefaultInstance(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceSelection build() { com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceSelection result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceSelection buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceSelection result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceSelection buildPartial() { com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceSelection result = new com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceSelection(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } result.runtimeID_ = runtimeID_; if (((from_bitField0_ & 0x00000002) == 0x00000002)) { to_bitField0_ |= 0x00000002; } result.threadID_ = threadID_; if (((from_bitField0_ & 0x00000004) == 0x00000004)) { to_bitField0_ |= 0x00000004; } result.maxFrames_ = maxFrames_; result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceSelection) { return mergeFrom((com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceSelection)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceSelection other) { if (other == com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceSelection.getDefaultInstance()) return this; if (other.hasRuntimeID()) { setRuntimeID(other.getRuntimeID()); } if (other.hasThreadID()) { setThreadID(other.getThreadID()); } if (other.hasMaxFrames()) { setMaxFrames(other.getMaxFrames()); } this.mergeUnknownFields(other.getUnknownFields()); return this; } public final boolean isInitialized() { if (!hasRuntimeID()) { return false; } if (!hasThreadID()) { return false; } return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder( this.getUnknownFields()); while (true) { int tag = input.readTag(); switch (tag) { case 0: this.setUnknownFields(unknownFields.build()); onChanged(); return this; default: { if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { this.setUnknownFields(unknownFields.build()); onChanged(); return this; } break; } case 8: { bitField0_ |= 0x00000001; runtimeID_ = input.readUInt32(); break; } case 16: { bitField0_ |= 0x00000002; threadID_ = input.readUInt32(); break; } case 24: { bitField0_ |= 0x00000004; maxFrames_ = input.readUInt32(); break; } } } } private int bitField0_; // required uint32 runtimeID = 1; private int runtimeID_ ; public boolean hasRuntimeID() { return ((bitField0_ & 0x00000001) == 0x00000001); } public int getRuntimeID() { return runtimeID_; } public Builder setRuntimeID(int value) { bitField0_ |= 0x00000001; runtimeID_ = value; onChanged(); return this; } public Builder clearRuntimeID() { bitField0_ = (bitField0_ & ~0x00000001); runtimeID_ = 0; onChanged(); return this; } // required uint32 threadID = 2; private int threadID_ ; public boolean hasThreadID() { return ((bitField0_ & 0x00000002) == 0x00000002); } public int getThreadID() { return threadID_; } public Builder setThreadID(int value) { bitField0_ |= 0x00000002; threadID_ = value; onChanged(); return this; } public Builder clearThreadID() { bitField0_ = (bitField0_ & ~0x00000002); threadID_ = 0; onChanged(); return this; } // optional uint32 maxFrames = 3 [default = 0]; private int maxFrames_ ; public boolean hasMaxFrames() { return ((bitField0_ & 0x00000004) == 0x00000004); } public int getMaxFrames() { return maxFrames_; } public Builder setMaxFrames(int value) { bitField0_ |= 0x00000004; maxFrames_ = value; onChanged(); return this; } public Builder clearMaxFrames() { bitField0_ = (bitField0_ & ~0x00000004); maxFrames_ = 0; onChanged(); return this; } // @@protoc_insertion_point(builder_scope:scope.debugger.BacktraceSelection) } static { defaultInstance = new BacktraceSelection(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.BacktraceSelection) } public interface SpotlightObjectOrBuilder extends com.google.protobuf.MessageOrBuilder { // required uint32 objectID = 1; boolean hasObjectID(); int getObjectID(); // required bool scrollIntoView = 2; boolean hasScrollIntoView(); boolean getScrollIntoView(); // repeated .scope.debugger.SpotlightObject.SpotlightBox boxList = 3; java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject.SpotlightBox> getBoxListList(); com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject.SpotlightBox getBoxList(int index); int getBoxListCount(); java.util.List<? extends com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject.SpotlightBoxOrBuilder> getBoxListOrBuilderList(); com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject.SpotlightBoxOrBuilder getBoxListOrBuilder( int index); } public static final class SpotlightObject extends com.google.protobuf.GeneratedMessage implements SpotlightObjectOrBuilder { // Use SpotlightObject.newBuilder() to construct. private SpotlightObject(Builder builder) { super(builder); } private SpotlightObject(boolean noInit) {} private static final SpotlightObject defaultInstance; public static SpotlightObject getDefaultInstance() { return defaultInstance; } public SpotlightObject getDefaultInstanceForType() { return defaultInstance; } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_SpotlightObject_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_SpotlightObject_fieldAccessorTable; } public interface SpotlightBoxOrBuilder extends com.google.protobuf.MessageOrBuilder { // required uint32 boxType = 1; boolean hasBoxType(); int getBoxType(); // optional uint32 fillColor = 2; boolean hasFillColor(); int getFillColor(); // optional uint32 frameColor = 3; boolean hasFrameColor(); int getFrameColor(); // optional uint32 gridColor = 4; boolean hasGridColor(); int getGridColor(); } public static final class SpotlightBox extends com.google.protobuf.GeneratedMessage implements SpotlightBoxOrBuilder { // Use SpotlightBox.newBuilder() to construct. private SpotlightBox(Builder builder) { super(builder); } private SpotlightBox(boolean noInit) {} private static final SpotlightBox defaultInstance; public static SpotlightBox getDefaultInstance() { return defaultInstance; } public SpotlightBox getDefaultInstanceForType() { return defaultInstance; } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_SpotlightObject_SpotlightBox_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_SpotlightObject_SpotlightBox_fieldAccessorTable; } private int bitField0_; // required uint32 boxType = 1; public static final int BOXTYPE_FIELD_NUMBER = 1; private int boxType_; public boolean hasBoxType() { return ((bitField0_ & 0x00000001) == 0x00000001); } public int getBoxType() { return boxType_; } // optional uint32 fillColor = 2; public static final int FILLCOLOR_FIELD_NUMBER = 2; private int fillColor_; public boolean hasFillColor() { return ((bitField0_ & 0x00000002) == 0x00000002); } public int getFillColor() { return fillColor_; } // optional uint32 frameColor = 3; public static final int FRAMECOLOR_FIELD_NUMBER = 3; private int frameColor_; public boolean hasFrameColor() { return ((bitField0_ & 0x00000004) == 0x00000004); } public int getFrameColor() { return frameColor_; } // optional uint32 gridColor = 4; public static final int GRIDCOLOR_FIELD_NUMBER = 4; private int gridColor_; public boolean hasGridColor() { return ((bitField0_ & 0x00000008) == 0x00000008); } public int getGridColor() { return gridColor_; } private void initFields() { boxType_ = 0; fillColor_ = 0; frameColor_ = 0; gridColor_ = 0; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized != -1) return isInitialized == 1; if (!hasBoxType()) { memoizedIsInitialized = 0; return false; } memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { output.writeUInt32(1, boxType_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { output.writeUInt32(2, fillColor_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { output.writeUInt32(3, frameColor_); } if (((bitField0_ & 0x00000008) == 0x00000008)) { output.writeUInt32(4, gridColor_); } getUnknownFields().writeTo(output); } private int memoizedSerializedSize = -1; public int getSerializedSize() { int size = memoizedSerializedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(1, boxType_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(2, fillColor_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(3, frameColor_); } if (((bitField0_ & 0x00000008) == 0x00000008)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(4, gridColor_); } size += getUnknownFields().getSerializedSize(); memoizedSerializedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override protected java.lang.Object writeReplace() throws java.io.ObjectStreamException { return super.writeReplace(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject.SpotlightBox parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject.SpotlightBox parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject.SpotlightBox parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject.SpotlightBox parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject.SpotlightBox parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject.SpotlightBox parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject.SpotlightBox parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject.SpotlightBox parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input, extensionRegistry)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject.SpotlightBox parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject.SpotlightBox parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static Builder newBuilder() { return Builder.create(); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder(com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject.SpotlightBox prototype) { return newBuilder().mergeFrom(prototype); } public Builder toBuilder() { return newBuilder(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder<Builder> implements com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject.SpotlightBoxOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_SpotlightObject_SpotlightBox_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_SpotlightObject_SpotlightBox_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject.SpotlightBox.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder(BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } private static Builder create() { return new Builder(); } public Builder clear() { super.clear(); boxType_ = 0; bitField0_ = (bitField0_ & ~0x00000001); fillColor_ = 0; bitField0_ = (bitField0_ & ~0x00000002); frameColor_ = 0; bitField0_ = (bitField0_ & ~0x00000004); gridColor_ = 0; bitField0_ = (bitField0_ & ~0x00000008); return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject.SpotlightBox.getDescriptor(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject.SpotlightBox getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject.SpotlightBox.getDefaultInstance(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject.SpotlightBox build() { com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject.SpotlightBox result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject.SpotlightBox buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject.SpotlightBox result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject.SpotlightBox buildPartial() { com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject.SpotlightBox result = new com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject.SpotlightBox(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } result.boxType_ = boxType_; if (((from_bitField0_ & 0x00000002) == 0x00000002)) { to_bitField0_ |= 0x00000002; } result.fillColor_ = fillColor_; if (((from_bitField0_ & 0x00000004) == 0x00000004)) { to_bitField0_ |= 0x00000004; } result.frameColor_ = frameColor_; if (((from_bitField0_ & 0x00000008) == 0x00000008)) { to_bitField0_ |= 0x00000008; } result.gridColor_ = gridColor_; result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject.SpotlightBox) { return mergeFrom((com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject.SpotlightBox)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject.SpotlightBox other) { if (other == com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject.SpotlightBox.getDefaultInstance()) return this; if (other.hasBoxType()) { setBoxType(other.getBoxType()); } if (other.hasFillColor()) { setFillColor(other.getFillColor()); } if (other.hasFrameColor()) { setFrameColor(other.getFrameColor()); } if (other.hasGridColor()) { setGridColor(other.getGridColor()); } this.mergeUnknownFields(other.getUnknownFields()); return this; } public final boolean isInitialized() { if (!hasBoxType()) { return false; } return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder( this.getUnknownFields()); while (true) { int tag = input.readTag(); switch (tag) { case 0: this.setUnknownFields(unknownFields.build()); onChanged(); return this; default: { if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { this.setUnknownFields(unknownFields.build()); onChanged(); return this; } break; } case 8: { bitField0_ |= 0x00000001; boxType_ = input.readUInt32(); break; } case 16: { bitField0_ |= 0x00000002; fillColor_ = input.readUInt32(); break; } case 24: { bitField0_ |= 0x00000004; frameColor_ = input.readUInt32(); break; } case 32: { bitField0_ |= 0x00000008; gridColor_ = input.readUInt32(); break; } } } } private int bitField0_; // required uint32 boxType = 1; private int boxType_ ; public boolean hasBoxType() { return ((bitField0_ & 0x00000001) == 0x00000001); } public int getBoxType() { return boxType_; } public Builder setBoxType(int value) { bitField0_ |= 0x00000001; boxType_ = value; onChanged(); return this; } public Builder clearBoxType() { bitField0_ = (bitField0_ & ~0x00000001); boxType_ = 0; onChanged(); return this; } // optional uint32 fillColor = 2; private int fillColor_ ; public boolean hasFillColor() { return ((bitField0_ & 0x00000002) == 0x00000002); } public int getFillColor() { return fillColor_; } public Builder setFillColor(int value) { bitField0_ |= 0x00000002; fillColor_ = value; onChanged(); return this; } public Builder clearFillColor() { bitField0_ = (bitField0_ & ~0x00000002); fillColor_ = 0; onChanged(); return this; } // optional uint32 frameColor = 3; private int frameColor_ ; public boolean hasFrameColor() { return ((bitField0_ & 0x00000004) == 0x00000004); } public int getFrameColor() { return frameColor_; } public Builder setFrameColor(int value) { bitField0_ |= 0x00000004; frameColor_ = value; onChanged(); return this; } public Builder clearFrameColor() { bitField0_ = (bitField0_ & ~0x00000004); frameColor_ = 0; onChanged(); return this; } // optional uint32 gridColor = 4; private int gridColor_ ; public boolean hasGridColor() { return ((bitField0_ & 0x00000008) == 0x00000008); } public int getGridColor() { return gridColor_; } public Builder setGridColor(int value) { bitField0_ |= 0x00000008; gridColor_ = value; onChanged(); return this; } public Builder clearGridColor() { bitField0_ = (bitField0_ & ~0x00000008); gridColor_ = 0; onChanged(); return this; } // @@protoc_insertion_point(builder_scope:scope.debugger.SpotlightObject.SpotlightBox) } static { defaultInstance = new SpotlightBox(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.SpotlightObject.SpotlightBox) } private int bitField0_; // required uint32 objectID = 1; public static final int OBJECTID_FIELD_NUMBER = 1; private int objectID_; public boolean hasObjectID() { return ((bitField0_ & 0x00000001) == 0x00000001); } public int getObjectID() { return objectID_; } // required bool scrollIntoView = 2; public static final int SCROLLINTOVIEW_FIELD_NUMBER = 2; private boolean scrollIntoView_; public boolean hasScrollIntoView() { return ((bitField0_ & 0x00000002) == 0x00000002); } public boolean getScrollIntoView() { return scrollIntoView_; } // repeated .scope.debugger.SpotlightObject.SpotlightBox boxList = 3; public static final int BOXLIST_FIELD_NUMBER = 3; private java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject.SpotlightBox> boxList_; public java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject.SpotlightBox> getBoxListList() { return boxList_; } public java.util.List<? extends com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject.SpotlightBoxOrBuilder> getBoxListOrBuilderList() { return boxList_; } public int getBoxListCount() { return boxList_.size(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject.SpotlightBox getBoxList(int index) { return boxList_.get(index); } public com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject.SpotlightBoxOrBuilder getBoxListOrBuilder( int index) { return boxList_.get(index); } private void initFields() { objectID_ = 0; scrollIntoView_ = false; boxList_ = java.util.Collections.emptyList(); } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized != -1) return isInitialized == 1; if (!hasObjectID()) { memoizedIsInitialized = 0; return false; } if (!hasScrollIntoView()) { memoizedIsInitialized = 0; return false; } for (int i = 0; i < getBoxListCount(); i++) { if (!getBoxList(i).isInitialized()) { memoizedIsInitialized = 0; return false; } } memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { output.writeUInt32(1, objectID_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { output.writeBool(2, scrollIntoView_); } for (int i = 0; i < boxList_.size(); i++) { output.writeMessage(3, boxList_.get(i)); } getUnknownFields().writeTo(output); } private int memoizedSerializedSize = -1; public int getSerializedSize() { int size = memoizedSerializedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(1, objectID_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(2, scrollIntoView_); } for (int i = 0; i < boxList_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(3, boxList_.get(i)); } size += getUnknownFields().getSerializedSize(); memoizedSerializedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override protected java.lang.Object writeReplace() throws java.io.ObjectStreamException { return super.writeReplace(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input, extensionRegistry)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static Builder newBuilder() { return Builder.create(); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder(com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject prototype) { return newBuilder().mergeFrom(prototype); } public Builder toBuilder() { return newBuilder(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder<Builder> implements com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObjectOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_SpotlightObject_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_SpotlightObject_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder(BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getBoxListFieldBuilder(); } } private static Builder create() { return new Builder(); } public Builder clear() { super.clear(); objectID_ = 0; bitField0_ = (bitField0_ & ~0x00000001); scrollIntoView_ = false; bitField0_ = (bitField0_ & ~0x00000002); if (boxListBuilder_ == null) { boxList_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000004); } else { boxListBuilder_.clear(); } return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject.getDescriptor(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject.getDefaultInstance(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject build() { com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject buildPartial() { com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject result = new com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } result.objectID_ = objectID_; if (((from_bitField0_ & 0x00000002) == 0x00000002)) { to_bitField0_ |= 0x00000002; } result.scrollIntoView_ = scrollIntoView_; if (boxListBuilder_ == null) { if (((bitField0_ & 0x00000004) == 0x00000004)) { boxList_ = java.util.Collections.unmodifiableList(boxList_); bitField0_ = (bitField0_ & ~0x00000004); } result.boxList_ = boxList_; } else { result.boxList_ = boxListBuilder_.build(); } result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject) { return mergeFrom((com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject other) { if (other == com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject.getDefaultInstance()) return this; if (other.hasObjectID()) { setObjectID(other.getObjectID()); } if (other.hasScrollIntoView()) { setScrollIntoView(other.getScrollIntoView()); } if (boxListBuilder_ == null) { if (!other.boxList_.isEmpty()) { if (boxList_.isEmpty()) { boxList_ = other.boxList_; bitField0_ = (bitField0_ & ~0x00000004); } else { ensureBoxListIsMutable(); boxList_.addAll(other.boxList_); } onChanged(); } } else { if (!other.boxList_.isEmpty()) { if (boxListBuilder_.isEmpty()) { boxListBuilder_.dispose(); boxListBuilder_ = null; boxList_ = other.boxList_; bitField0_ = (bitField0_ & ~0x00000004); boxListBuilder_ = com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? getBoxListFieldBuilder() : null; } else { boxListBuilder_.addAllMessages(other.boxList_); } } } this.mergeUnknownFields(other.getUnknownFields()); return this; } public final boolean isInitialized() { if (!hasObjectID()) { return false; } if (!hasScrollIntoView()) { return false; } for (int i = 0; i < getBoxListCount(); i++) { if (!getBoxList(i).isInitialized()) { return false; } } return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder( this.getUnknownFields()); while (true) { int tag = input.readTag(); switch (tag) { case 0: this.setUnknownFields(unknownFields.build()); onChanged(); return this; default: { if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { this.setUnknownFields(unknownFields.build()); onChanged(); return this; } break; } case 8: { bitField0_ |= 0x00000001; objectID_ = input.readUInt32(); break; } case 16: { bitField0_ |= 0x00000002; scrollIntoView_ = input.readBool(); break; } case 26: { com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject.SpotlightBox.Builder subBuilder = com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject.SpotlightBox.newBuilder(); input.readMessage(subBuilder, extensionRegistry); addBoxList(subBuilder.buildPartial()); break; } } } } private int bitField0_; // required uint32 objectID = 1; private int objectID_ ; public boolean hasObjectID() { return ((bitField0_ & 0x00000001) == 0x00000001); } public int getObjectID() { return objectID_; } public Builder setObjectID(int value) { bitField0_ |= 0x00000001; objectID_ = value; onChanged(); return this; } public Builder clearObjectID() { bitField0_ = (bitField0_ & ~0x00000001); objectID_ = 0; onChanged(); return this; } // required bool scrollIntoView = 2; private boolean scrollIntoView_ ; public boolean hasScrollIntoView() { return ((bitField0_ & 0x00000002) == 0x00000002); } public boolean getScrollIntoView() { return scrollIntoView_; } public Builder setScrollIntoView(boolean value) { bitField0_ |= 0x00000002; scrollIntoView_ = value; onChanged(); return this; } public Builder clearScrollIntoView() { bitField0_ = (bitField0_ & ~0x00000002); scrollIntoView_ = false; onChanged(); return this; } // repeated .scope.debugger.SpotlightObject.SpotlightBox boxList = 3; private java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject.SpotlightBox> boxList_ = java.util.Collections.emptyList(); private void ensureBoxListIsMutable() { if (!((bitField0_ & 0x00000004) == 0x00000004)) { boxList_ = new java.util.ArrayList<com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject.SpotlightBox>(boxList_); bitField0_ |= 0x00000004; } } private com.google.protobuf.RepeatedFieldBuilder< com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject.SpotlightBox, com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject.SpotlightBox.Builder, com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject.SpotlightBoxOrBuilder> boxListBuilder_; public java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject.SpotlightBox> getBoxListList() { if (boxListBuilder_ == null) { return java.util.Collections.unmodifiableList(boxList_); } else { return boxListBuilder_.getMessageList(); } } public int getBoxListCount() { if (boxListBuilder_ == null) { return boxList_.size(); } else { return boxListBuilder_.getCount(); } } public com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject.SpotlightBox getBoxList(int index) { if (boxListBuilder_ == null) { return boxList_.get(index); } else { return boxListBuilder_.getMessage(index); } } public Builder setBoxList( int index, com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject.SpotlightBox value) { if (boxListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureBoxListIsMutable(); boxList_.set(index, value); onChanged(); } else { boxListBuilder_.setMessage(index, value); } return this; } public Builder setBoxList( int index, com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject.SpotlightBox.Builder builderForValue) { if (boxListBuilder_ == null) { ensureBoxListIsMutable(); boxList_.set(index, builderForValue.build()); onChanged(); } else { boxListBuilder_.setMessage(index, builderForValue.build()); } return this; } public Builder addBoxList(com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject.SpotlightBox value) { if (boxListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureBoxListIsMutable(); boxList_.add(value); onChanged(); } else { boxListBuilder_.addMessage(value); } return this; } public Builder addBoxList( int index, com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject.SpotlightBox value) { if (boxListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureBoxListIsMutable(); boxList_.add(index, value); onChanged(); } else { boxListBuilder_.addMessage(index, value); } return this; } public Builder addBoxList( com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject.SpotlightBox.Builder builderForValue) { if (boxListBuilder_ == null) { ensureBoxListIsMutable(); boxList_.add(builderForValue.build()); onChanged(); } else { boxListBuilder_.addMessage(builderForValue.build()); } return this; } public Builder addBoxList( int index, com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject.SpotlightBox.Builder builderForValue) { if (boxListBuilder_ == null) { ensureBoxListIsMutable(); boxList_.add(index, builderForValue.build()); onChanged(); } else { boxListBuilder_.addMessage(index, builderForValue.build()); } return this; } public Builder addAllBoxList( java.lang.Iterable<? extends com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject.SpotlightBox> values) { if (boxListBuilder_ == null) { ensureBoxListIsMutable(); super.addAll(values, boxList_); onChanged(); } else { boxListBuilder_.addAllMessages(values); } return this; } public Builder clearBoxList() { if (boxListBuilder_ == null) { boxList_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000004); onChanged(); } else { boxListBuilder_.clear(); } return this; } public Builder removeBoxList(int index) { if (boxListBuilder_ == null) { ensureBoxListIsMutable(); boxList_.remove(index); onChanged(); } else { boxListBuilder_.remove(index); } return this; } public com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject.SpotlightBox.Builder getBoxListBuilder( int index) { return getBoxListFieldBuilder().getBuilder(index); } public com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject.SpotlightBoxOrBuilder getBoxListOrBuilder( int index) { if (boxListBuilder_ == null) { return boxList_.get(index); } else { return boxListBuilder_.getMessageOrBuilder(index); } } public java.util.List<? extends com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject.SpotlightBoxOrBuilder> getBoxListOrBuilderList() { if (boxListBuilder_ != null) { return boxListBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(boxList_); } } public com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject.SpotlightBox.Builder addBoxListBuilder() { return getBoxListFieldBuilder().addBuilder( com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject.SpotlightBox.getDefaultInstance()); } public com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject.SpotlightBox.Builder addBoxListBuilder( int index) { return getBoxListFieldBuilder().addBuilder( index, com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject.SpotlightBox.getDefaultInstance()); } public java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject.SpotlightBox.Builder> getBoxListBuilderList() { return getBoxListFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilder< com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject.SpotlightBox, com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject.SpotlightBox.Builder, com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject.SpotlightBoxOrBuilder> getBoxListFieldBuilder() { if (boxListBuilder_ == null) { boxListBuilder_ = new com.google.protobuf.RepeatedFieldBuilder< com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject.SpotlightBox, com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject.SpotlightBox.Builder, com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject.SpotlightBoxOrBuilder>( boxList_, ((bitField0_ & 0x00000004) == 0x00000004), getParentForChildren(), isClean()); boxList_ = null; } return boxListBuilder_; } // @@protoc_insertion_point(builder_scope:scope.debugger.SpotlightObject) } static { defaultInstance = new SpotlightObject(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.SpotlightObject) } public interface RuntimeInfoOrBuilder extends com.google.protobuf.MessageOrBuilder { // required uint32 runtimeID = 1; boolean hasRuntimeID(); int getRuntimeID(); // required string htmlFramePath = 2; boolean hasHtmlFramePath(); String getHtmlFramePath(); // required uint32 windowID = 3; boolean hasWindowID(); int getWindowID(); // required uint32 objectID = 4; boolean hasObjectID(); int getObjectID(); // required string uri = 5; boolean hasUri(); String getUri(); } public static final class RuntimeInfo extends com.google.protobuf.GeneratedMessage implements RuntimeInfoOrBuilder { // Use RuntimeInfo.newBuilder() to construct. private RuntimeInfo(Builder builder) { super(builder); } private RuntimeInfo(boolean noInit) {} private static final RuntimeInfo defaultInstance; public static RuntimeInfo getDefaultInstance() { return defaultInstance; } public RuntimeInfo getDefaultInstanceForType() { return defaultInstance; } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_RuntimeInfo_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_RuntimeInfo_fieldAccessorTable; } private int bitField0_; // required uint32 runtimeID = 1; public static final int RUNTIMEID_FIELD_NUMBER = 1; private int runtimeID_; public boolean hasRuntimeID() { return ((bitField0_ & 0x00000001) == 0x00000001); } public int getRuntimeID() { return runtimeID_; } // required string htmlFramePath = 2; public static final int HTMLFRAMEPATH_FIELD_NUMBER = 2; private java.lang.Object htmlFramePath_; public boolean hasHtmlFramePath() { return ((bitField0_ & 0x00000002) == 0x00000002); } public String getHtmlFramePath() { java.lang.Object ref = htmlFramePath_; if (ref instanceof String) { return (String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; String s = bs.toStringUtf8(); if (com.google.protobuf.Internal.isValidUtf8(bs)) { htmlFramePath_ = s; } return s; } } private com.google.protobuf.ByteString getHtmlFramePathBytes() { java.lang.Object ref = htmlFramePath_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((String) ref); htmlFramePath_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } // required uint32 windowID = 3; public static final int WINDOWID_FIELD_NUMBER = 3; private int windowID_; public boolean hasWindowID() { return ((bitField0_ & 0x00000004) == 0x00000004); } public int getWindowID() { return windowID_; } // required uint32 objectID = 4; public static final int OBJECTID_FIELD_NUMBER = 4; private int objectID_; public boolean hasObjectID() { return ((bitField0_ & 0x00000008) == 0x00000008); } public int getObjectID() { return objectID_; } // required string uri = 5; public static final int URI_FIELD_NUMBER = 5; private java.lang.Object uri_; public boolean hasUri() { return ((bitField0_ & 0x00000010) == 0x00000010); } public String getUri() { java.lang.Object ref = uri_; if (ref instanceof String) { return (String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; String s = bs.toStringUtf8(); if (com.google.protobuf.Internal.isValidUtf8(bs)) { uri_ = s; } return s; } } private com.google.protobuf.ByteString getUriBytes() { java.lang.Object ref = uri_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((String) ref); uri_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } private void initFields() { runtimeID_ = 0; htmlFramePath_ = ""; windowID_ = 0; objectID_ = 0; uri_ = ""; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized != -1) return isInitialized == 1; if (!hasRuntimeID()) { memoizedIsInitialized = 0; return false; } if (!hasHtmlFramePath()) { memoizedIsInitialized = 0; return false; } if (!hasWindowID()) { memoizedIsInitialized = 0; return false; } if (!hasObjectID()) { memoizedIsInitialized = 0; return false; } if (!hasUri()) { memoizedIsInitialized = 0; return false; } memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { output.writeUInt32(1, runtimeID_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { output.writeBytes(2, getHtmlFramePathBytes()); } if (((bitField0_ & 0x00000004) == 0x00000004)) { output.writeUInt32(3, windowID_); } if (((bitField0_ & 0x00000008) == 0x00000008)) { output.writeUInt32(4, objectID_); } if (((bitField0_ & 0x00000010) == 0x00000010)) { output.writeBytes(5, getUriBytes()); } getUnknownFields().writeTo(output); } private int memoizedSerializedSize = -1; public int getSerializedSize() { int size = memoizedSerializedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(1, runtimeID_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(2, getHtmlFramePathBytes()); } if (((bitField0_ & 0x00000004) == 0x00000004)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(3, windowID_); } if (((bitField0_ & 0x00000008) == 0x00000008)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(4, objectID_); } if (((bitField0_ & 0x00000010) == 0x00000010)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(5, getUriBytes()); } size += getUnknownFields().getSerializedSize(); memoizedSerializedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override protected java.lang.Object writeReplace() throws java.io.ObjectStreamException { return super.writeReplace(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeInfo parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeInfo parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeInfo parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeInfo parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeInfo parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeInfo parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeInfo parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input, extensionRegistry)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeInfo parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeInfo parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static Builder newBuilder() { return Builder.create(); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder(com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeInfo prototype) { return newBuilder().mergeFrom(prototype); } public Builder toBuilder() { return newBuilder(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder<Builder> implements com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeInfoOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_RuntimeInfo_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_RuntimeInfo_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeInfo.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder(BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } private static Builder create() { return new Builder(); } public Builder clear() { super.clear(); runtimeID_ = 0; bitField0_ = (bitField0_ & ~0x00000001); htmlFramePath_ = ""; bitField0_ = (bitField0_ & ~0x00000002); windowID_ = 0; bitField0_ = (bitField0_ & ~0x00000004); objectID_ = 0; bitField0_ = (bitField0_ & ~0x00000008); uri_ = ""; bitField0_ = (bitField0_ & ~0x00000010); return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeInfo.getDescriptor(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeInfo getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeInfo.getDefaultInstance(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeInfo build() { com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeInfo result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeInfo buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeInfo result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeInfo buildPartial() { com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeInfo result = new com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeInfo(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } result.runtimeID_ = runtimeID_; if (((from_bitField0_ & 0x00000002) == 0x00000002)) { to_bitField0_ |= 0x00000002; } result.htmlFramePath_ = htmlFramePath_; if (((from_bitField0_ & 0x00000004) == 0x00000004)) { to_bitField0_ |= 0x00000004; } result.windowID_ = windowID_; if (((from_bitField0_ & 0x00000008) == 0x00000008)) { to_bitField0_ |= 0x00000008; } result.objectID_ = objectID_; if (((from_bitField0_ & 0x00000010) == 0x00000010)) { to_bitField0_ |= 0x00000010; } result.uri_ = uri_; result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeInfo) { return mergeFrom((com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeInfo)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeInfo other) { if (other == com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeInfo.getDefaultInstance()) return this; if (other.hasRuntimeID()) { setRuntimeID(other.getRuntimeID()); } if (other.hasHtmlFramePath()) { setHtmlFramePath(other.getHtmlFramePath()); } if (other.hasWindowID()) { setWindowID(other.getWindowID()); } if (other.hasObjectID()) { setObjectID(other.getObjectID()); } if (other.hasUri()) { setUri(other.getUri()); } this.mergeUnknownFields(other.getUnknownFields()); return this; } public final boolean isInitialized() { if (!hasRuntimeID()) { return false; } if (!hasHtmlFramePath()) { return false; } if (!hasWindowID()) { return false; } if (!hasObjectID()) { return false; } if (!hasUri()) { return false; } return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder( this.getUnknownFields()); while (true) { int tag = input.readTag(); switch (tag) { case 0: this.setUnknownFields(unknownFields.build()); onChanged(); return this; default: { if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { this.setUnknownFields(unknownFields.build()); onChanged(); return this; } break; } case 8: { bitField0_ |= 0x00000001; runtimeID_ = input.readUInt32(); break; } case 18: { bitField0_ |= 0x00000002; htmlFramePath_ = input.readBytes(); break; } case 24: { bitField0_ |= 0x00000004; windowID_ = input.readUInt32(); break; } case 32: { bitField0_ |= 0x00000008; objectID_ = input.readUInt32(); break; } case 42: { bitField0_ |= 0x00000010; uri_ = input.readBytes(); break; } } } } private int bitField0_; // required uint32 runtimeID = 1; private int runtimeID_ ; public boolean hasRuntimeID() { return ((bitField0_ & 0x00000001) == 0x00000001); } public int getRuntimeID() { return runtimeID_; } public Builder setRuntimeID(int value) { bitField0_ |= 0x00000001; runtimeID_ = value; onChanged(); return this; } public Builder clearRuntimeID() { bitField0_ = (bitField0_ & ~0x00000001); runtimeID_ = 0; onChanged(); return this; } // required string htmlFramePath = 2; private java.lang.Object htmlFramePath_ = ""; public boolean hasHtmlFramePath() { return ((bitField0_ & 0x00000002) == 0x00000002); } public String getHtmlFramePath() { java.lang.Object ref = htmlFramePath_; if (!(ref instanceof String)) { String s = ((com.google.protobuf.ByteString) ref).toStringUtf8(); htmlFramePath_ = s; return s; } else { return (String) ref; } } public Builder setHtmlFramePath(String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000002; htmlFramePath_ = value; onChanged(); return this; } public Builder clearHtmlFramePath() { bitField0_ = (bitField0_ & ~0x00000002); htmlFramePath_ = getDefaultInstance().getHtmlFramePath(); onChanged(); return this; } void setHtmlFramePath(com.google.protobuf.ByteString value) { bitField0_ |= 0x00000002; htmlFramePath_ = value; onChanged(); } // required uint32 windowID = 3; private int windowID_ ; public boolean hasWindowID() { return ((bitField0_ & 0x00000004) == 0x00000004); } public int getWindowID() { return windowID_; } public Builder setWindowID(int value) { bitField0_ |= 0x00000004; windowID_ = value; onChanged(); return this; } public Builder clearWindowID() { bitField0_ = (bitField0_ & ~0x00000004); windowID_ = 0; onChanged(); return this; } // required uint32 objectID = 4; private int objectID_ ; public boolean hasObjectID() { return ((bitField0_ & 0x00000008) == 0x00000008); } public int getObjectID() { return objectID_; } public Builder setObjectID(int value) { bitField0_ |= 0x00000008; objectID_ = value; onChanged(); return this; } public Builder clearObjectID() { bitField0_ = (bitField0_ & ~0x00000008); objectID_ = 0; onChanged(); return this; } // required string uri = 5; private java.lang.Object uri_ = ""; public boolean hasUri() { return ((bitField0_ & 0x00000010) == 0x00000010); } public String getUri() { java.lang.Object ref = uri_; if (!(ref instanceof String)) { String s = ((com.google.protobuf.ByteString) ref).toStringUtf8(); uri_ = s; return s; } else { return (String) ref; } } public Builder setUri(String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000010; uri_ = value; onChanged(); return this; } public Builder clearUri() { bitField0_ = (bitField0_ & ~0x00000010); uri_ = getDefaultInstance().getUri(); onChanged(); return this; } void setUri(com.google.protobuf.ByteString value) { bitField0_ |= 0x00000010; uri_ = value; onChanged(); } // @@protoc_insertion_point(builder_scope:scope.debugger.RuntimeInfo) } static { defaultInstance = new RuntimeInfo(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.RuntimeInfo) } public interface NodeInfoOrBuilder extends com.google.protobuf.MessageOrBuilder { // required uint32 objectID = 1; boolean hasObjectID(); int getObjectID(); // required uint32 type = 2; boolean hasType(); int getType(); // required string name = 3; boolean hasName(); String getName(); // required uint32 depth = 4; boolean hasDepth(); int getDepth(); // optional string namespacePrefix = 5; boolean hasNamespacePrefix(); String getNamespacePrefix(); // repeated .scope.debugger.NodeInfo.Attribute attributeList = 6; java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo.Attribute> getAttributeListList(); com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo.Attribute getAttributeList(int index); int getAttributeListCount(); java.util.List<? extends com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo.AttributeOrBuilder> getAttributeListOrBuilderList(); com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo.AttributeOrBuilder getAttributeListOrBuilder( int index); // optional uint32 childrenLength = 7; boolean hasChildrenLength(); int getChildrenLength(); // optional string value = 8; boolean hasValue(); String getValue(); // optional string publicID = 9; boolean hasPublicID(); String getPublicID(); // optional string systemID = 10; boolean hasSystemID(); String getSystemID(); } public static final class NodeInfo extends com.google.protobuf.GeneratedMessage implements NodeInfoOrBuilder { // Use NodeInfo.newBuilder() to construct. private NodeInfo(Builder builder) { super(builder); } private NodeInfo(boolean noInit) {} private static final NodeInfo defaultInstance; public static NodeInfo getDefaultInstance() { return defaultInstance; } public NodeInfo getDefaultInstanceForType() { return defaultInstance; } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_NodeInfo_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_NodeInfo_fieldAccessorTable; } public interface AttributeOrBuilder extends com.google.protobuf.MessageOrBuilder { // required string namePrefix = 1; boolean hasNamePrefix(); String getNamePrefix(); // required string name = 2; boolean hasName(); String getName(); // required string value = 3; boolean hasValue(); String getValue(); } public static final class Attribute extends com.google.protobuf.GeneratedMessage implements AttributeOrBuilder { // Use Attribute.newBuilder() to construct. private Attribute(Builder builder) { super(builder); } private Attribute(boolean noInit) {} private static final Attribute defaultInstance; public static Attribute getDefaultInstance() { return defaultInstance; } public Attribute getDefaultInstanceForType() { return defaultInstance; } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_NodeInfo_Attribute_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_NodeInfo_Attribute_fieldAccessorTable; } private int bitField0_; // required string namePrefix = 1; public static final int NAMEPREFIX_FIELD_NUMBER = 1; private java.lang.Object namePrefix_; public boolean hasNamePrefix() { return ((bitField0_ & 0x00000001) == 0x00000001); } public String getNamePrefix() { java.lang.Object ref = namePrefix_; if (ref instanceof String) { return (String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; String s = bs.toStringUtf8(); if (com.google.protobuf.Internal.isValidUtf8(bs)) { namePrefix_ = s; } return s; } } private com.google.protobuf.ByteString getNamePrefixBytes() { java.lang.Object ref = namePrefix_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((String) ref); namePrefix_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } // required string name = 2; public static final int NAME_FIELD_NUMBER = 2; private java.lang.Object name_; public boolean hasName() { return ((bitField0_ & 0x00000002) == 0x00000002); } public String getName() { java.lang.Object ref = name_; if (ref instanceof String) { return (String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; String s = bs.toStringUtf8(); if (com.google.protobuf.Internal.isValidUtf8(bs)) { name_ = s; } return s; } } private com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((String) ref); name_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } // required string value = 3; public static final int VALUE_FIELD_NUMBER = 3; private java.lang.Object value_; public boolean hasValue() { return ((bitField0_ & 0x00000004) == 0x00000004); } public String getValue() { java.lang.Object ref = value_; if (ref instanceof String) { return (String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; String s = bs.toStringUtf8(); if (com.google.protobuf.Internal.isValidUtf8(bs)) { value_ = s; } return s; } } private com.google.protobuf.ByteString getValueBytes() { java.lang.Object ref = value_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((String) ref); value_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } private void initFields() { namePrefix_ = ""; name_ = ""; value_ = ""; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized != -1) return isInitialized == 1; if (!hasNamePrefix()) { memoizedIsInitialized = 0; return false; } if (!hasName()) { memoizedIsInitialized = 0; return false; } if (!hasValue()) { memoizedIsInitialized = 0; return false; } memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { output.writeBytes(1, getNamePrefixBytes()); } if (((bitField0_ & 0x00000002) == 0x00000002)) { output.writeBytes(2, getNameBytes()); } if (((bitField0_ & 0x00000004) == 0x00000004)) { output.writeBytes(3, getValueBytes()); } getUnknownFields().writeTo(output); } private int memoizedSerializedSize = -1; public int getSerializedSize() { int size = memoizedSerializedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(1, getNamePrefixBytes()); } if (((bitField0_ & 0x00000002) == 0x00000002)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(2, getNameBytes()); } if (((bitField0_ & 0x00000004) == 0x00000004)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(3, getValueBytes()); } size += getUnknownFields().getSerializedSize(); memoizedSerializedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override protected java.lang.Object writeReplace() throws java.io.ObjectStreamException { return super.writeReplace(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo.Attribute parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo.Attribute parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo.Attribute parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo.Attribute parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo.Attribute parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo.Attribute parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo.Attribute parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo.Attribute parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input, extensionRegistry)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo.Attribute parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo.Attribute parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static Builder newBuilder() { return Builder.create(); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder(com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo.Attribute prototype) { return newBuilder().mergeFrom(prototype); } public Builder toBuilder() { return newBuilder(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder<Builder> implements com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo.AttributeOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_NodeInfo_Attribute_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_NodeInfo_Attribute_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo.Attribute.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder(BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } private static Builder create() { return new Builder(); } public Builder clear() { super.clear(); namePrefix_ = ""; bitField0_ = (bitField0_ & ~0x00000001); name_ = ""; bitField0_ = (bitField0_ & ~0x00000002); value_ = ""; bitField0_ = (bitField0_ & ~0x00000004); return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo.Attribute.getDescriptor(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo.Attribute getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo.Attribute.getDefaultInstance(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo.Attribute build() { com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo.Attribute result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo.Attribute buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo.Attribute result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo.Attribute buildPartial() { com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo.Attribute result = new com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo.Attribute(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } result.namePrefix_ = namePrefix_; if (((from_bitField0_ & 0x00000002) == 0x00000002)) { to_bitField0_ |= 0x00000002; } result.name_ = name_; if (((from_bitField0_ & 0x00000004) == 0x00000004)) { to_bitField0_ |= 0x00000004; } result.value_ = value_; result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo.Attribute) { return mergeFrom((com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo.Attribute)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo.Attribute other) { if (other == com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo.Attribute.getDefaultInstance()) return this; if (other.hasNamePrefix()) { setNamePrefix(other.getNamePrefix()); } if (other.hasName()) { setName(other.getName()); } if (other.hasValue()) { setValue(other.getValue()); } this.mergeUnknownFields(other.getUnknownFields()); return this; } public final boolean isInitialized() { if (!hasNamePrefix()) { return false; } if (!hasName()) { return false; } if (!hasValue()) { return false; } return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder( this.getUnknownFields()); while (true) { int tag = input.readTag(); switch (tag) { case 0: this.setUnknownFields(unknownFields.build()); onChanged(); return this; default: { if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { this.setUnknownFields(unknownFields.build()); onChanged(); return this; } break; } case 10: { bitField0_ |= 0x00000001; namePrefix_ = input.readBytes(); break; } case 18: { bitField0_ |= 0x00000002; name_ = input.readBytes(); break; } case 26: { bitField0_ |= 0x00000004; value_ = input.readBytes(); break; } } } } private int bitField0_; // required string namePrefix = 1; private java.lang.Object namePrefix_ = ""; public boolean hasNamePrefix() { return ((bitField0_ & 0x00000001) == 0x00000001); } public String getNamePrefix() { java.lang.Object ref = namePrefix_; if (!(ref instanceof String)) { String s = ((com.google.protobuf.ByteString) ref).toStringUtf8(); namePrefix_ = s; return s; } else { return (String) ref; } } public Builder setNamePrefix(String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000001; namePrefix_ = value; onChanged(); return this; } public Builder clearNamePrefix() { bitField0_ = (bitField0_ & ~0x00000001); namePrefix_ = getDefaultInstance().getNamePrefix(); onChanged(); return this; } void setNamePrefix(com.google.protobuf.ByteString value) { bitField0_ |= 0x00000001; namePrefix_ = value; onChanged(); } // required string name = 2; private java.lang.Object name_ = ""; public boolean hasName() { return ((bitField0_ & 0x00000002) == 0x00000002); } public String getName() { java.lang.Object ref = name_; if (!(ref instanceof String)) { String s = ((com.google.protobuf.ByteString) ref).toStringUtf8(); name_ = s; return s; } else { return (String) ref; } } public Builder setName(String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000002; name_ = value; onChanged(); return this; } public Builder clearName() { bitField0_ = (bitField0_ & ~0x00000002); name_ = getDefaultInstance().getName(); onChanged(); return this; } void setName(com.google.protobuf.ByteString value) { bitField0_ |= 0x00000002; name_ = value; onChanged(); } // required string value = 3; private java.lang.Object value_ = ""; public boolean hasValue() { return ((bitField0_ & 0x00000004) == 0x00000004); } public String getValue() { java.lang.Object ref = value_; if (!(ref instanceof String)) { String s = ((com.google.protobuf.ByteString) ref).toStringUtf8(); value_ = s; return s; } else { return (String) ref; } } public Builder setValue(String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000004; value_ = value; onChanged(); return this; } public Builder clearValue() { bitField0_ = (bitField0_ & ~0x00000004); value_ = getDefaultInstance().getValue(); onChanged(); return this; } void setValue(com.google.protobuf.ByteString value) { bitField0_ |= 0x00000004; value_ = value; onChanged(); } // @@protoc_insertion_point(builder_scope:scope.debugger.NodeInfo.Attribute) } static { defaultInstance = new Attribute(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.NodeInfo.Attribute) } private int bitField0_; // required uint32 objectID = 1; public static final int OBJECTID_FIELD_NUMBER = 1; private int objectID_; public boolean hasObjectID() { return ((bitField0_ & 0x00000001) == 0x00000001); } public int getObjectID() { return objectID_; } // required uint32 type = 2; public static final int TYPE_FIELD_NUMBER = 2; private int type_; public boolean hasType() { return ((bitField0_ & 0x00000002) == 0x00000002); } public int getType() { return type_; } // required string name = 3; public static final int NAME_FIELD_NUMBER = 3; private java.lang.Object name_; public boolean hasName() { return ((bitField0_ & 0x00000004) == 0x00000004); } public String getName() { java.lang.Object ref = name_; if (ref instanceof String) { return (String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; String s = bs.toStringUtf8(); if (com.google.protobuf.Internal.isValidUtf8(bs)) { name_ = s; } return s; } } private com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((String) ref); name_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } // required uint32 depth = 4; public static final int DEPTH_FIELD_NUMBER = 4; private int depth_; public boolean hasDepth() { return ((bitField0_ & 0x00000008) == 0x00000008); } public int getDepth() { return depth_; } // optional string namespacePrefix = 5; public static final int NAMESPACEPREFIX_FIELD_NUMBER = 5; private java.lang.Object namespacePrefix_; public boolean hasNamespacePrefix() { return ((bitField0_ & 0x00000010) == 0x00000010); } public String getNamespacePrefix() { java.lang.Object ref = namespacePrefix_; if (ref instanceof String) { return (String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; String s = bs.toStringUtf8(); if (com.google.protobuf.Internal.isValidUtf8(bs)) { namespacePrefix_ = s; } return s; } } private com.google.protobuf.ByteString getNamespacePrefixBytes() { java.lang.Object ref = namespacePrefix_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((String) ref); namespacePrefix_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } // repeated .scope.debugger.NodeInfo.Attribute attributeList = 6; public static final int ATTRIBUTELIST_FIELD_NUMBER = 6; private java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo.Attribute> attributeList_; public java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo.Attribute> getAttributeListList() { return attributeList_; } public java.util.List<? extends com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo.AttributeOrBuilder> getAttributeListOrBuilderList() { return attributeList_; } public int getAttributeListCount() { return attributeList_.size(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo.Attribute getAttributeList(int index) { return attributeList_.get(index); } public com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo.AttributeOrBuilder getAttributeListOrBuilder( int index) { return attributeList_.get(index); } // optional uint32 childrenLength = 7; public static final int CHILDRENLENGTH_FIELD_NUMBER = 7; private int childrenLength_; public boolean hasChildrenLength() { return ((bitField0_ & 0x00000020) == 0x00000020); } public int getChildrenLength() { return childrenLength_; } // optional string value = 8; public static final int VALUE_FIELD_NUMBER = 8; private java.lang.Object value_; public boolean hasValue() { return ((bitField0_ & 0x00000040) == 0x00000040); } public String getValue() { java.lang.Object ref = value_; if (ref instanceof String) { return (String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; String s = bs.toStringUtf8(); if (com.google.protobuf.Internal.isValidUtf8(bs)) { value_ = s; } return s; } } private com.google.protobuf.ByteString getValueBytes() { java.lang.Object ref = value_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((String) ref); value_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } // optional string publicID = 9; public static final int PUBLICID_FIELD_NUMBER = 9; private java.lang.Object publicID_; public boolean hasPublicID() { return ((bitField0_ & 0x00000080) == 0x00000080); } public String getPublicID() { java.lang.Object ref = publicID_; if (ref instanceof String) { return (String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; String s = bs.toStringUtf8(); if (com.google.protobuf.Internal.isValidUtf8(bs)) { publicID_ = s; } return s; } } private com.google.protobuf.ByteString getPublicIDBytes() { java.lang.Object ref = publicID_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((String) ref); publicID_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } // optional string systemID = 10; public static final int SYSTEMID_FIELD_NUMBER = 10; private java.lang.Object systemID_; public boolean hasSystemID() { return ((bitField0_ & 0x00000100) == 0x00000100); } public String getSystemID() { java.lang.Object ref = systemID_; if (ref instanceof String) { return (String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; String s = bs.toStringUtf8(); if (com.google.protobuf.Internal.isValidUtf8(bs)) { systemID_ = s; } return s; } } private com.google.protobuf.ByteString getSystemIDBytes() { java.lang.Object ref = systemID_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((String) ref); systemID_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } private void initFields() { objectID_ = 0; type_ = 0; name_ = ""; depth_ = 0; namespacePrefix_ = ""; attributeList_ = java.util.Collections.emptyList(); childrenLength_ = 0; value_ = ""; publicID_ = ""; systemID_ = ""; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized != -1) return isInitialized == 1; if (!hasObjectID()) { memoizedIsInitialized = 0; return false; } if (!hasType()) { memoizedIsInitialized = 0; return false; } if (!hasName()) { memoizedIsInitialized = 0; return false; } if (!hasDepth()) { memoizedIsInitialized = 0; return false; } for (int i = 0; i < getAttributeListCount(); i++) { if (!getAttributeList(i).isInitialized()) { memoizedIsInitialized = 0; return false; } } memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { output.writeUInt32(1, objectID_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { output.writeUInt32(2, type_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { output.writeBytes(3, getNameBytes()); } if (((bitField0_ & 0x00000008) == 0x00000008)) { output.writeUInt32(4, depth_); } if (((bitField0_ & 0x00000010) == 0x00000010)) { output.writeBytes(5, getNamespacePrefixBytes()); } for (int i = 0; i < attributeList_.size(); i++) { output.writeMessage(6, attributeList_.get(i)); } if (((bitField0_ & 0x00000020) == 0x00000020)) { output.writeUInt32(7, childrenLength_); } if (((bitField0_ & 0x00000040) == 0x00000040)) { output.writeBytes(8, getValueBytes()); } if (((bitField0_ & 0x00000080) == 0x00000080)) { output.writeBytes(9, getPublicIDBytes()); } if (((bitField0_ & 0x00000100) == 0x00000100)) { output.writeBytes(10, getSystemIDBytes()); } getUnknownFields().writeTo(output); } private int memoizedSerializedSize = -1; public int getSerializedSize() { int size = memoizedSerializedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(1, objectID_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(2, type_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(3, getNameBytes()); } if (((bitField0_ & 0x00000008) == 0x00000008)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(4, depth_); } if (((bitField0_ & 0x00000010) == 0x00000010)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(5, getNamespacePrefixBytes()); } for (int i = 0; i < attributeList_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(6, attributeList_.get(i)); } if (((bitField0_ & 0x00000020) == 0x00000020)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(7, childrenLength_); } if (((bitField0_ & 0x00000040) == 0x00000040)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(8, getValueBytes()); } if (((bitField0_ & 0x00000080) == 0x00000080)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(9, getPublicIDBytes()); } if (((bitField0_ & 0x00000100) == 0x00000100)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(10, getSystemIDBytes()); } size += getUnknownFields().getSerializedSize(); memoizedSerializedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override protected java.lang.Object writeReplace() throws java.io.ObjectStreamException { return super.writeReplace(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input, extensionRegistry)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static Builder newBuilder() { return Builder.create(); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder(com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo prototype) { return newBuilder().mergeFrom(prototype); } public Builder toBuilder() { return newBuilder(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder<Builder> implements com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfoOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_NodeInfo_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_NodeInfo_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder(BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getAttributeListFieldBuilder(); } } private static Builder create() { return new Builder(); } public Builder clear() { super.clear(); objectID_ = 0; bitField0_ = (bitField0_ & ~0x00000001); type_ = 0; bitField0_ = (bitField0_ & ~0x00000002); name_ = ""; bitField0_ = (bitField0_ & ~0x00000004); depth_ = 0; bitField0_ = (bitField0_ & ~0x00000008); namespacePrefix_ = ""; bitField0_ = (bitField0_ & ~0x00000010); if (attributeListBuilder_ == null) { attributeList_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000020); } else { attributeListBuilder_.clear(); } childrenLength_ = 0; bitField0_ = (bitField0_ & ~0x00000040); value_ = ""; bitField0_ = (bitField0_ & ~0x00000080); publicID_ = ""; bitField0_ = (bitField0_ & ~0x00000100); systemID_ = ""; bitField0_ = (bitField0_ & ~0x00000200); return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo.getDescriptor(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo.getDefaultInstance(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo build() { com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo buildPartial() { com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo result = new com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } result.objectID_ = objectID_; if (((from_bitField0_ & 0x00000002) == 0x00000002)) { to_bitField0_ |= 0x00000002; } result.type_ = type_; if (((from_bitField0_ & 0x00000004) == 0x00000004)) { to_bitField0_ |= 0x00000004; } result.name_ = name_; if (((from_bitField0_ & 0x00000008) == 0x00000008)) { to_bitField0_ |= 0x00000008; } result.depth_ = depth_; if (((from_bitField0_ & 0x00000010) == 0x00000010)) { to_bitField0_ |= 0x00000010; } result.namespacePrefix_ = namespacePrefix_; if (attributeListBuilder_ == null) { if (((bitField0_ & 0x00000020) == 0x00000020)) { attributeList_ = java.util.Collections.unmodifiableList(attributeList_); bitField0_ = (bitField0_ & ~0x00000020); } result.attributeList_ = attributeList_; } else { result.attributeList_ = attributeListBuilder_.build(); } if (((from_bitField0_ & 0x00000040) == 0x00000040)) { to_bitField0_ |= 0x00000020; } result.childrenLength_ = childrenLength_; if (((from_bitField0_ & 0x00000080) == 0x00000080)) { to_bitField0_ |= 0x00000040; } result.value_ = value_; if (((from_bitField0_ & 0x00000100) == 0x00000100)) { to_bitField0_ |= 0x00000080; } result.publicID_ = publicID_; if (((from_bitField0_ & 0x00000200) == 0x00000200)) { to_bitField0_ |= 0x00000100; } result.systemID_ = systemID_; result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo) { return mergeFrom((com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo other) { if (other == com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo.getDefaultInstance()) return this; if (other.hasObjectID()) { setObjectID(other.getObjectID()); } if (other.hasType()) { setType(other.getType()); } if (other.hasName()) { setName(other.getName()); } if (other.hasDepth()) { setDepth(other.getDepth()); } if (other.hasNamespacePrefix()) { setNamespacePrefix(other.getNamespacePrefix()); } if (attributeListBuilder_ == null) { if (!other.attributeList_.isEmpty()) { if (attributeList_.isEmpty()) { attributeList_ = other.attributeList_; bitField0_ = (bitField0_ & ~0x00000020); } else { ensureAttributeListIsMutable(); attributeList_.addAll(other.attributeList_); } onChanged(); } } else { if (!other.attributeList_.isEmpty()) { if (attributeListBuilder_.isEmpty()) { attributeListBuilder_.dispose(); attributeListBuilder_ = null; attributeList_ = other.attributeList_; bitField0_ = (bitField0_ & ~0x00000020); attributeListBuilder_ = com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? getAttributeListFieldBuilder() : null; } else { attributeListBuilder_.addAllMessages(other.attributeList_); } } } if (other.hasChildrenLength()) { setChildrenLength(other.getChildrenLength()); } if (other.hasValue()) { setValue(other.getValue()); } if (other.hasPublicID()) { setPublicID(other.getPublicID()); } if (other.hasSystemID()) { setSystemID(other.getSystemID()); } this.mergeUnknownFields(other.getUnknownFields()); return this; } public final boolean isInitialized() { if (!hasObjectID()) { return false; } if (!hasType()) { return false; } if (!hasName()) { return false; } if (!hasDepth()) { return false; } for (int i = 0; i < getAttributeListCount(); i++) { if (!getAttributeList(i).isInitialized()) { return false; } } return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder( this.getUnknownFields()); while (true) { int tag = input.readTag(); switch (tag) { case 0: this.setUnknownFields(unknownFields.build()); onChanged(); return this; default: { if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { this.setUnknownFields(unknownFields.build()); onChanged(); return this; } break; } case 8: { bitField0_ |= 0x00000001; objectID_ = input.readUInt32(); break; } case 16: { bitField0_ |= 0x00000002; type_ = input.readUInt32(); break; } case 26: { bitField0_ |= 0x00000004; name_ = input.readBytes(); break; } case 32: { bitField0_ |= 0x00000008; depth_ = input.readUInt32(); break; } case 42: { bitField0_ |= 0x00000010; namespacePrefix_ = input.readBytes(); break; } case 50: { com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo.Attribute.Builder subBuilder = com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo.Attribute.newBuilder(); input.readMessage(subBuilder, extensionRegistry); addAttributeList(subBuilder.buildPartial()); break; } case 56: { bitField0_ |= 0x00000040; childrenLength_ = input.readUInt32(); break; } case 66: { bitField0_ |= 0x00000080; value_ = input.readBytes(); break; } case 74: { bitField0_ |= 0x00000100; publicID_ = input.readBytes(); break; } case 82: { bitField0_ |= 0x00000200; systemID_ = input.readBytes(); break; } } } } private int bitField0_; // required uint32 objectID = 1; private int objectID_ ; public boolean hasObjectID() { return ((bitField0_ & 0x00000001) == 0x00000001); } public int getObjectID() { return objectID_; } public Builder setObjectID(int value) { bitField0_ |= 0x00000001; objectID_ = value; onChanged(); return this; } public Builder clearObjectID() { bitField0_ = (bitField0_ & ~0x00000001); objectID_ = 0; onChanged(); return this; } // required uint32 type = 2; private int type_ ; public boolean hasType() { return ((bitField0_ & 0x00000002) == 0x00000002); } public int getType() { return type_; } public Builder setType(int value) { bitField0_ |= 0x00000002; type_ = value; onChanged(); return this; } public Builder clearType() { bitField0_ = (bitField0_ & ~0x00000002); type_ = 0; onChanged(); return this; } // required string name = 3; private java.lang.Object name_ = ""; public boolean hasName() { return ((bitField0_ & 0x00000004) == 0x00000004); } public String getName() { java.lang.Object ref = name_; if (!(ref instanceof String)) { String s = ((com.google.protobuf.ByteString) ref).toStringUtf8(); name_ = s; return s; } else { return (String) ref; } } public Builder setName(String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000004; name_ = value; onChanged(); return this; } public Builder clearName() { bitField0_ = (bitField0_ & ~0x00000004); name_ = getDefaultInstance().getName(); onChanged(); return this; } void setName(com.google.protobuf.ByteString value) { bitField0_ |= 0x00000004; name_ = value; onChanged(); } // required uint32 depth = 4; private int depth_ ; public boolean hasDepth() { return ((bitField0_ & 0x00000008) == 0x00000008); } public int getDepth() { return depth_; } public Builder setDepth(int value) { bitField0_ |= 0x00000008; depth_ = value; onChanged(); return this; } public Builder clearDepth() { bitField0_ = (bitField0_ & ~0x00000008); depth_ = 0; onChanged(); return this; } // optional string namespacePrefix = 5; private java.lang.Object namespacePrefix_ = ""; public boolean hasNamespacePrefix() { return ((bitField0_ & 0x00000010) == 0x00000010); } public String getNamespacePrefix() { java.lang.Object ref = namespacePrefix_; if (!(ref instanceof String)) { String s = ((com.google.protobuf.ByteString) ref).toStringUtf8(); namespacePrefix_ = s; return s; } else { return (String) ref; } } public Builder setNamespacePrefix(String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000010; namespacePrefix_ = value; onChanged(); return this; } public Builder clearNamespacePrefix() { bitField0_ = (bitField0_ & ~0x00000010); namespacePrefix_ = getDefaultInstance().getNamespacePrefix(); onChanged(); return this; } void setNamespacePrefix(com.google.protobuf.ByteString value) { bitField0_ |= 0x00000010; namespacePrefix_ = value; onChanged(); } // repeated .scope.debugger.NodeInfo.Attribute attributeList = 6; private java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo.Attribute> attributeList_ = java.util.Collections.emptyList(); private void ensureAttributeListIsMutable() { if (!((bitField0_ & 0x00000020) == 0x00000020)) { attributeList_ = new java.util.ArrayList<com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo.Attribute>(attributeList_); bitField0_ |= 0x00000020; } } private com.google.protobuf.RepeatedFieldBuilder< com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo.Attribute, com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo.Attribute.Builder, com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo.AttributeOrBuilder> attributeListBuilder_; public java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo.Attribute> getAttributeListList() { if (attributeListBuilder_ == null) { return java.util.Collections.unmodifiableList(attributeList_); } else { return attributeListBuilder_.getMessageList(); } } public int getAttributeListCount() { if (attributeListBuilder_ == null) { return attributeList_.size(); } else { return attributeListBuilder_.getCount(); } } public com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo.Attribute getAttributeList(int index) { if (attributeListBuilder_ == null) { return attributeList_.get(index); } else { return attributeListBuilder_.getMessage(index); } } public Builder setAttributeList( int index, com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo.Attribute value) { if (attributeListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureAttributeListIsMutable(); attributeList_.set(index, value); onChanged(); } else { attributeListBuilder_.setMessage(index, value); } return this; } public Builder setAttributeList( int index, com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo.Attribute.Builder builderForValue) { if (attributeListBuilder_ == null) { ensureAttributeListIsMutable(); attributeList_.set(index, builderForValue.build()); onChanged(); } else { attributeListBuilder_.setMessage(index, builderForValue.build()); } return this; } public Builder addAttributeList(com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo.Attribute value) { if (attributeListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureAttributeListIsMutable(); attributeList_.add(value); onChanged(); } else { attributeListBuilder_.addMessage(value); } return this; } public Builder addAttributeList( int index, com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo.Attribute value) { if (attributeListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureAttributeListIsMutable(); attributeList_.add(index, value); onChanged(); } else { attributeListBuilder_.addMessage(index, value); } return this; } public Builder addAttributeList( com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo.Attribute.Builder builderForValue) { if (attributeListBuilder_ == null) { ensureAttributeListIsMutable(); attributeList_.add(builderForValue.build()); onChanged(); } else { attributeListBuilder_.addMessage(builderForValue.build()); } return this; } public Builder addAttributeList( int index, com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo.Attribute.Builder builderForValue) { if (attributeListBuilder_ == null) { ensureAttributeListIsMutable(); attributeList_.add(index, builderForValue.build()); onChanged(); } else { attributeListBuilder_.addMessage(index, builderForValue.build()); } return this; } public Builder addAllAttributeList( java.lang.Iterable<? extends com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo.Attribute> values) { if (attributeListBuilder_ == null) { ensureAttributeListIsMutable(); super.addAll(values, attributeList_); onChanged(); } else { attributeListBuilder_.addAllMessages(values); } return this; } public Builder clearAttributeList() { if (attributeListBuilder_ == null) { attributeList_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000020); onChanged(); } else { attributeListBuilder_.clear(); } return this; } public Builder removeAttributeList(int index) { if (attributeListBuilder_ == null) { ensureAttributeListIsMutable(); attributeList_.remove(index); onChanged(); } else { attributeListBuilder_.remove(index); } return this; } public com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo.Attribute.Builder getAttributeListBuilder( int index) { return getAttributeListFieldBuilder().getBuilder(index); } public com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo.AttributeOrBuilder getAttributeListOrBuilder( int index) { if (attributeListBuilder_ == null) { return attributeList_.get(index); } else { return attributeListBuilder_.getMessageOrBuilder(index); } } public java.util.List<? extends com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo.AttributeOrBuilder> getAttributeListOrBuilderList() { if (attributeListBuilder_ != null) { return attributeListBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(attributeList_); } } public com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo.Attribute.Builder addAttributeListBuilder() { return getAttributeListFieldBuilder().addBuilder( com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo.Attribute.getDefaultInstance()); } public com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo.Attribute.Builder addAttributeListBuilder( int index) { return getAttributeListFieldBuilder().addBuilder( index, com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo.Attribute.getDefaultInstance()); } public java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo.Attribute.Builder> getAttributeListBuilderList() { return getAttributeListFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilder< com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo.Attribute, com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo.Attribute.Builder, com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo.AttributeOrBuilder> getAttributeListFieldBuilder() { if (attributeListBuilder_ == null) { attributeListBuilder_ = new com.google.protobuf.RepeatedFieldBuilder< com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo.Attribute, com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo.Attribute.Builder, com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo.AttributeOrBuilder>( attributeList_, ((bitField0_ & 0x00000020) == 0x00000020), getParentForChildren(), isClean()); attributeList_ = null; } return attributeListBuilder_; } // optional uint32 childrenLength = 7; private int childrenLength_ ; public boolean hasChildrenLength() { return ((bitField0_ & 0x00000040) == 0x00000040); } public int getChildrenLength() { return childrenLength_; } public Builder setChildrenLength(int value) { bitField0_ |= 0x00000040; childrenLength_ = value; onChanged(); return this; } public Builder clearChildrenLength() { bitField0_ = (bitField0_ & ~0x00000040); childrenLength_ = 0; onChanged(); return this; } // optional string value = 8; private java.lang.Object value_ = ""; public boolean hasValue() { return ((bitField0_ & 0x00000080) == 0x00000080); } public String getValue() { java.lang.Object ref = value_; if (!(ref instanceof String)) { String s = ((com.google.protobuf.ByteString) ref).toStringUtf8(); value_ = s; return s; } else { return (String) ref; } } public Builder setValue(String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000080; value_ = value; onChanged(); return this; } public Builder clearValue() { bitField0_ = (bitField0_ & ~0x00000080); value_ = getDefaultInstance().getValue(); onChanged(); return this; } void setValue(com.google.protobuf.ByteString value) { bitField0_ |= 0x00000080; value_ = value; onChanged(); } // optional string publicID = 9; private java.lang.Object publicID_ = ""; public boolean hasPublicID() { return ((bitField0_ & 0x00000100) == 0x00000100); } public String getPublicID() { java.lang.Object ref = publicID_; if (!(ref instanceof String)) { String s = ((com.google.protobuf.ByteString) ref).toStringUtf8(); publicID_ = s; return s; } else { return (String) ref; } } public Builder setPublicID(String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000100; publicID_ = value; onChanged(); return this; } public Builder clearPublicID() { bitField0_ = (bitField0_ & ~0x00000100); publicID_ = getDefaultInstance().getPublicID(); onChanged(); return this; } void setPublicID(com.google.protobuf.ByteString value) { bitField0_ |= 0x00000100; publicID_ = value; onChanged(); } // optional string systemID = 10; private java.lang.Object systemID_ = ""; public boolean hasSystemID() { return ((bitField0_ & 0x00000200) == 0x00000200); } public String getSystemID() { java.lang.Object ref = systemID_; if (!(ref instanceof String)) { String s = ((com.google.protobuf.ByteString) ref).toStringUtf8(); systemID_ = s; return s; } else { return (String) ref; } } public Builder setSystemID(String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000200; systemID_ = value; onChanged(); return this; } public Builder clearSystemID() { bitField0_ = (bitField0_ & ~0x00000200); systemID_ = getDefaultInstance().getSystemID(); onChanged(); return this; } void setSystemID(com.google.protobuf.ByteString value) { bitField0_ |= 0x00000200; systemID_ = value; onChanged(); } // @@protoc_insertion_point(builder_scope:scope.debugger.NodeInfo) } static { defaultInstance = new NodeInfo(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.NodeInfo) } public interface EventHandlerIDOrBuilder extends com.google.protobuf.MessageOrBuilder { // required uint32 handlerID = 1; boolean hasHandlerID(); int getHandlerID(); } public static final class EventHandlerID extends com.google.protobuf.GeneratedMessage implements EventHandlerIDOrBuilder { // Use EventHandlerID.newBuilder() to construct. private EventHandlerID(Builder builder) { super(builder); } private EventHandlerID(boolean noInit) {} private static final EventHandlerID defaultInstance; public static EventHandlerID getDefaultInstance() { return defaultInstance; } public EventHandlerID getDefaultInstanceForType() { return defaultInstance; } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_EventHandlerID_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_EventHandlerID_fieldAccessorTable; } private int bitField0_; // required uint32 handlerID = 1; public static final int HANDLERID_FIELD_NUMBER = 1; private int handlerID_; public boolean hasHandlerID() { return ((bitField0_ & 0x00000001) == 0x00000001); } public int getHandlerID() { return handlerID_; } private void initFields() { handlerID_ = 0; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized != -1) return isInitialized == 1; if (!hasHandlerID()) { memoizedIsInitialized = 0; return false; } memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { output.writeUInt32(1, handlerID_); } getUnknownFields().writeTo(output); } private int memoizedSerializedSize = -1; public int getSerializedSize() { int size = memoizedSerializedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(1, handlerID_); } size += getUnknownFields().getSerializedSize(); memoizedSerializedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override protected java.lang.Object writeReplace() throws java.io.ObjectStreamException { return super.writeReplace(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.EventHandlerID parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.EventHandlerID parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.EventHandlerID parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.EventHandlerID parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.EventHandlerID parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.EventHandlerID parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.EventHandlerID parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.EventHandlerID parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input, extensionRegistry)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.EventHandlerID parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.EventHandlerID parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static Builder newBuilder() { return Builder.create(); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder(com.opera.core.systems.scope.protos.Esdbg6Protos.EventHandlerID prototype) { return newBuilder().mergeFrom(prototype); } public Builder toBuilder() { return newBuilder(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder<Builder> implements com.opera.core.systems.scope.protos.Esdbg6Protos.EventHandlerIDOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_EventHandlerID_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_EventHandlerID_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.Esdbg6Protos.EventHandlerID.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder(BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } private static Builder create() { return new Builder(); } public Builder clear() { super.clear(); handlerID_ = 0; bitField0_ = (bitField0_ & ~0x00000001); return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.EventHandlerID.getDescriptor(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.EventHandlerID getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.EventHandlerID.getDefaultInstance(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.EventHandlerID build() { com.opera.core.systems.scope.protos.Esdbg6Protos.EventHandlerID result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.Esdbg6Protos.EventHandlerID buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.Esdbg6Protos.EventHandlerID result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.Esdbg6Protos.EventHandlerID buildPartial() { com.opera.core.systems.scope.protos.Esdbg6Protos.EventHandlerID result = new com.opera.core.systems.scope.protos.Esdbg6Protos.EventHandlerID(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } result.handlerID_ = handlerID_; result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.opera.core.systems.scope.protos.Esdbg6Protos.EventHandlerID) { return mergeFrom((com.opera.core.systems.scope.protos.Esdbg6Protos.EventHandlerID)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.Esdbg6Protos.EventHandlerID other) { if (other == com.opera.core.systems.scope.protos.Esdbg6Protos.EventHandlerID.getDefaultInstance()) return this; if (other.hasHandlerID()) { setHandlerID(other.getHandlerID()); } this.mergeUnknownFields(other.getUnknownFields()); return this; } public final boolean isInitialized() { if (!hasHandlerID()) { return false; } return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder( this.getUnknownFields()); while (true) { int tag = input.readTag(); switch (tag) { case 0: this.setUnknownFields(unknownFields.build()); onChanged(); return this; default: { if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { this.setUnknownFields(unknownFields.build()); onChanged(); return this; } break; } case 8: { bitField0_ |= 0x00000001; handlerID_ = input.readUInt32(); break; } } } } private int bitField0_; // required uint32 handlerID = 1; private int handlerID_ ; public boolean hasHandlerID() { return ((bitField0_ & 0x00000001) == 0x00000001); } public int getHandlerID() { return handlerID_; } public Builder setHandlerID(int value) { bitField0_ |= 0x00000001; handlerID_ = value; onChanged(); return this; } public Builder clearHandlerID() { bitField0_ = (bitField0_ & ~0x00000001); handlerID_ = 0; onChanged(); return this; } // @@protoc_insertion_point(builder_scope:scope.debugger.EventHandlerID) } static { defaultInstance = new EventHandlerID(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.EventHandlerID) } public interface ThreadInfoOrBuilder extends com.google.protobuf.MessageOrBuilder { // required uint32 runtimeID = 1; boolean hasRuntimeID(); int getRuntimeID(); // required uint32 threadID = 2; boolean hasThreadID(); int getThreadID(); // required uint32 parentThreadID = 3; boolean hasParentThreadID(); int getParentThreadID(); // required string threadType = 4; boolean hasThreadType(); String getThreadType(); // optional string eventNamespace = 5; boolean hasEventNamespace(); String getEventNamespace(); // optional string eventType = 6; boolean hasEventType(); String getEventType(); } public static final class ThreadInfo extends com.google.protobuf.GeneratedMessage implements ThreadInfoOrBuilder { // Use ThreadInfo.newBuilder() to construct. private ThreadInfo(Builder builder) { super(builder); } private ThreadInfo(boolean noInit) {} private static final ThreadInfo defaultInstance; public static ThreadInfo getDefaultInstance() { return defaultInstance; } public ThreadInfo getDefaultInstanceForType() { return defaultInstance; } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_ThreadInfo_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_ThreadInfo_fieldAccessorTable; } private int bitField0_; // required uint32 runtimeID = 1; public static final int RUNTIMEID_FIELD_NUMBER = 1; private int runtimeID_; public boolean hasRuntimeID() { return ((bitField0_ & 0x00000001) == 0x00000001); } public int getRuntimeID() { return runtimeID_; } // required uint32 threadID = 2; public static final int THREADID_FIELD_NUMBER = 2; private int threadID_; public boolean hasThreadID() { return ((bitField0_ & 0x00000002) == 0x00000002); } public int getThreadID() { return threadID_; } // required uint32 parentThreadID = 3; public static final int PARENTTHREADID_FIELD_NUMBER = 3; private int parentThreadID_; public boolean hasParentThreadID() { return ((bitField0_ & 0x00000004) == 0x00000004); } public int getParentThreadID() { return parentThreadID_; } // required string threadType = 4; public static final int THREADTYPE_FIELD_NUMBER = 4; private java.lang.Object threadType_; public boolean hasThreadType() { return ((bitField0_ & 0x00000008) == 0x00000008); } public String getThreadType() { java.lang.Object ref = threadType_; if (ref instanceof String) { return (String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; String s = bs.toStringUtf8(); if (com.google.protobuf.Internal.isValidUtf8(bs)) { threadType_ = s; } return s; } } private com.google.protobuf.ByteString getThreadTypeBytes() { java.lang.Object ref = threadType_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((String) ref); threadType_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } // optional string eventNamespace = 5; public static final int EVENTNAMESPACE_FIELD_NUMBER = 5; private java.lang.Object eventNamespace_; public boolean hasEventNamespace() { return ((bitField0_ & 0x00000010) == 0x00000010); } public String getEventNamespace() { java.lang.Object ref = eventNamespace_; if (ref instanceof String) { return (String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; String s = bs.toStringUtf8(); if (com.google.protobuf.Internal.isValidUtf8(bs)) { eventNamespace_ = s; } return s; } } private com.google.protobuf.ByteString getEventNamespaceBytes() { java.lang.Object ref = eventNamespace_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((String) ref); eventNamespace_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } // optional string eventType = 6; public static final int EVENTTYPE_FIELD_NUMBER = 6; private java.lang.Object eventType_; public boolean hasEventType() { return ((bitField0_ & 0x00000020) == 0x00000020); } public String getEventType() { java.lang.Object ref = eventType_; if (ref instanceof String) { return (String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; String s = bs.toStringUtf8(); if (com.google.protobuf.Internal.isValidUtf8(bs)) { eventType_ = s; } return s; } } private com.google.protobuf.ByteString getEventTypeBytes() { java.lang.Object ref = eventType_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((String) ref); eventType_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } private void initFields() { runtimeID_ = 0; threadID_ = 0; parentThreadID_ = 0; threadType_ = ""; eventNamespace_ = ""; eventType_ = ""; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized != -1) return isInitialized == 1; if (!hasRuntimeID()) { memoizedIsInitialized = 0; return false; } if (!hasThreadID()) { memoizedIsInitialized = 0; return false; } if (!hasParentThreadID()) { memoizedIsInitialized = 0; return false; } if (!hasThreadType()) { memoizedIsInitialized = 0; return false; } memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { output.writeUInt32(1, runtimeID_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { output.writeUInt32(2, threadID_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { output.writeUInt32(3, parentThreadID_); } if (((bitField0_ & 0x00000008) == 0x00000008)) { output.writeBytes(4, getThreadTypeBytes()); } if (((bitField0_ & 0x00000010) == 0x00000010)) { output.writeBytes(5, getEventNamespaceBytes()); } if (((bitField0_ & 0x00000020) == 0x00000020)) { output.writeBytes(6, getEventTypeBytes()); } getUnknownFields().writeTo(output); } private int memoizedSerializedSize = -1; public int getSerializedSize() { int size = memoizedSerializedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(1, runtimeID_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(2, threadID_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(3, parentThreadID_); } if (((bitField0_ & 0x00000008) == 0x00000008)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(4, getThreadTypeBytes()); } if (((bitField0_ & 0x00000010) == 0x00000010)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(5, getEventNamespaceBytes()); } if (((bitField0_ & 0x00000020) == 0x00000020)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(6, getEventTypeBytes()); } size += getUnknownFields().getSerializedSize(); memoizedSerializedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override protected java.lang.Object writeReplace() throws java.io.ObjectStreamException { return super.writeReplace(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadInfo parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadInfo parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadInfo parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadInfo parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadInfo parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadInfo parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadInfo parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input, extensionRegistry)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadInfo parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadInfo parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static Builder newBuilder() { return Builder.create(); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder(com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadInfo prototype) { return newBuilder().mergeFrom(prototype); } public Builder toBuilder() { return newBuilder(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder<Builder> implements com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadInfoOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_ThreadInfo_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_ThreadInfo_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadInfo.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder(BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } private static Builder create() { return new Builder(); } public Builder clear() { super.clear(); runtimeID_ = 0; bitField0_ = (bitField0_ & ~0x00000001); threadID_ = 0; bitField0_ = (bitField0_ & ~0x00000002); parentThreadID_ = 0; bitField0_ = (bitField0_ & ~0x00000004); threadType_ = ""; bitField0_ = (bitField0_ & ~0x00000008); eventNamespace_ = ""; bitField0_ = (bitField0_ & ~0x00000010); eventType_ = ""; bitField0_ = (bitField0_ & ~0x00000020); return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadInfo.getDescriptor(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadInfo getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadInfo.getDefaultInstance(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadInfo build() { com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadInfo result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadInfo buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadInfo result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadInfo buildPartial() { com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadInfo result = new com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadInfo(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } result.runtimeID_ = runtimeID_; if (((from_bitField0_ & 0x00000002) == 0x00000002)) { to_bitField0_ |= 0x00000002; } result.threadID_ = threadID_; if (((from_bitField0_ & 0x00000004) == 0x00000004)) { to_bitField0_ |= 0x00000004; } result.parentThreadID_ = parentThreadID_; if (((from_bitField0_ & 0x00000008) == 0x00000008)) { to_bitField0_ |= 0x00000008; } result.threadType_ = threadType_; if (((from_bitField0_ & 0x00000010) == 0x00000010)) { to_bitField0_ |= 0x00000010; } result.eventNamespace_ = eventNamespace_; if (((from_bitField0_ & 0x00000020) == 0x00000020)) { to_bitField0_ |= 0x00000020; } result.eventType_ = eventType_; result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadInfo) { return mergeFrom((com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadInfo)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadInfo other) { if (other == com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadInfo.getDefaultInstance()) return this; if (other.hasRuntimeID()) { setRuntimeID(other.getRuntimeID()); } if (other.hasThreadID()) { setThreadID(other.getThreadID()); } if (other.hasParentThreadID()) { setParentThreadID(other.getParentThreadID()); } if (other.hasThreadType()) { setThreadType(other.getThreadType()); } if (other.hasEventNamespace()) { setEventNamespace(other.getEventNamespace()); } if (other.hasEventType()) { setEventType(other.getEventType()); } this.mergeUnknownFields(other.getUnknownFields()); return this; } public final boolean isInitialized() { if (!hasRuntimeID()) { return false; } if (!hasThreadID()) { return false; } if (!hasParentThreadID()) { return false; } if (!hasThreadType()) { return false; } return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder( this.getUnknownFields()); while (true) { int tag = input.readTag(); switch (tag) { case 0: this.setUnknownFields(unknownFields.build()); onChanged(); return this; default: { if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { this.setUnknownFields(unknownFields.build()); onChanged(); return this; } break; } case 8: { bitField0_ |= 0x00000001; runtimeID_ = input.readUInt32(); break; } case 16: { bitField0_ |= 0x00000002; threadID_ = input.readUInt32(); break; } case 24: { bitField0_ |= 0x00000004; parentThreadID_ = input.readUInt32(); break; } case 34: { bitField0_ |= 0x00000008; threadType_ = input.readBytes(); break; } case 42: { bitField0_ |= 0x00000010; eventNamespace_ = input.readBytes(); break; } case 50: { bitField0_ |= 0x00000020; eventType_ = input.readBytes(); break; } } } } private int bitField0_; // required uint32 runtimeID = 1; private int runtimeID_ ; public boolean hasRuntimeID() { return ((bitField0_ & 0x00000001) == 0x00000001); } public int getRuntimeID() { return runtimeID_; } public Builder setRuntimeID(int value) { bitField0_ |= 0x00000001; runtimeID_ = value; onChanged(); return this; } public Builder clearRuntimeID() { bitField0_ = (bitField0_ & ~0x00000001); runtimeID_ = 0; onChanged(); return this; } // required uint32 threadID = 2; private int threadID_ ; public boolean hasThreadID() { return ((bitField0_ & 0x00000002) == 0x00000002); } public int getThreadID() { return threadID_; } public Builder setThreadID(int value) { bitField0_ |= 0x00000002; threadID_ = value; onChanged(); return this; } public Builder clearThreadID() { bitField0_ = (bitField0_ & ~0x00000002); threadID_ = 0; onChanged(); return this; } // required uint32 parentThreadID = 3; private int parentThreadID_ ; public boolean hasParentThreadID() { return ((bitField0_ & 0x00000004) == 0x00000004); } public int getParentThreadID() { return parentThreadID_; } public Builder setParentThreadID(int value) { bitField0_ |= 0x00000004; parentThreadID_ = value; onChanged(); return this; } public Builder clearParentThreadID() { bitField0_ = (bitField0_ & ~0x00000004); parentThreadID_ = 0; onChanged(); return this; } // required string threadType = 4; private java.lang.Object threadType_ = ""; public boolean hasThreadType() { return ((bitField0_ & 0x00000008) == 0x00000008); } public String getThreadType() { java.lang.Object ref = threadType_; if (!(ref instanceof String)) { String s = ((com.google.protobuf.ByteString) ref).toStringUtf8(); threadType_ = s; return s; } else { return (String) ref; } } public Builder setThreadType(String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000008; threadType_ = value; onChanged(); return this; } public Builder clearThreadType() { bitField0_ = (bitField0_ & ~0x00000008); threadType_ = getDefaultInstance().getThreadType(); onChanged(); return this; } void setThreadType(com.google.protobuf.ByteString value) { bitField0_ |= 0x00000008; threadType_ = value; onChanged(); } // optional string eventNamespace = 5; private java.lang.Object eventNamespace_ = ""; public boolean hasEventNamespace() { return ((bitField0_ & 0x00000010) == 0x00000010); } public String getEventNamespace() { java.lang.Object ref = eventNamespace_; if (!(ref instanceof String)) { String s = ((com.google.protobuf.ByteString) ref).toStringUtf8(); eventNamespace_ = s; return s; } else { return (String) ref; } } public Builder setEventNamespace(String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000010; eventNamespace_ = value; onChanged(); return this; } public Builder clearEventNamespace() { bitField0_ = (bitField0_ & ~0x00000010); eventNamespace_ = getDefaultInstance().getEventNamespace(); onChanged(); return this; } void setEventNamespace(com.google.protobuf.ByteString value) { bitField0_ |= 0x00000010; eventNamespace_ = value; onChanged(); } // optional string eventType = 6; private java.lang.Object eventType_ = ""; public boolean hasEventType() { return ((bitField0_ & 0x00000020) == 0x00000020); } public String getEventType() { java.lang.Object ref = eventType_; if (!(ref instanceof String)) { String s = ((com.google.protobuf.ByteString) ref).toStringUtf8(); eventType_ = s; return s; } else { return (String) ref; } } public Builder setEventType(String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000020; eventType_ = value; onChanged(); return this; } public Builder clearEventType() { bitField0_ = (bitField0_ & ~0x00000020); eventType_ = getDefaultInstance().getEventType(); onChanged(); return this; } void setEventType(com.google.protobuf.ByteString value) { bitField0_ |= 0x00000020; eventType_ = value; onChanged(); } // @@protoc_insertion_point(builder_scope:scope.debugger.ThreadInfo) } static { defaultInstance = new ThreadInfo(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.ThreadInfo) } public interface BacktraceFrameOrBuilder extends com.google.protobuf.MessageOrBuilder { // required uint32 functionID = 1; boolean hasFunctionID(); int getFunctionID(); // required uint32 argumentObject = 2; boolean hasArgumentObject(); int getArgumentObject(); // required uint32 variableObject = 3; boolean hasVariableObject(); int getVariableObject(); // required uint32 thisObject = 4; boolean hasThisObject(); int getThisObject(); // optional .scope.debugger.ObjectValue objectValue = 5; boolean hasObjectValue(); com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue getObjectValue(); com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValueOrBuilder getObjectValueOrBuilder(); // optional uint32 scriptID = 6; boolean hasScriptID(); int getScriptID(); // optional uint32 lineNumber = 7; boolean hasLineNumber(); int getLineNumber(); // repeated uint32 scopeList = 8; java.util.List<java.lang.Integer> getScopeListList(); int getScopeListCount(); int getScopeList(int index); } public static final class BacktraceFrame extends com.google.protobuf.GeneratedMessage implements BacktraceFrameOrBuilder { // Use BacktraceFrame.newBuilder() to construct. private BacktraceFrame(Builder builder) { super(builder); } private BacktraceFrame(boolean noInit) {} private static final BacktraceFrame defaultInstance; public static BacktraceFrame getDefaultInstance() { return defaultInstance; } public BacktraceFrame getDefaultInstanceForType() { return defaultInstance; } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_BacktraceFrame_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_BacktraceFrame_fieldAccessorTable; } private int bitField0_; // required uint32 functionID = 1; public static final int FUNCTIONID_FIELD_NUMBER = 1; private int functionID_; public boolean hasFunctionID() { return ((bitField0_ & 0x00000001) == 0x00000001); } public int getFunctionID() { return functionID_; } // required uint32 argumentObject = 2; public static final int ARGUMENTOBJECT_FIELD_NUMBER = 2; private int argumentObject_; public boolean hasArgumentObject() { return ((bitField0_ & 0x00000002) == 0x00000002); } public int getArgumentObject() { return argumentObject_; } // required uint32 variableObject = 3; public static final int VARIABLEOBJECT_FIELD_NUMBER = 3; private int variableObject_; public boolean hasVariableObject() { return ((bitField0_ & 0x00000004) == 0x00000004); } public int getVariableObject() { return variableObject_; } // required uint32 thisObject = 4; public static final int THISOBJECT_FIELD_NUMBER = 4; private int thisObject_; public boolean hasThisObject() { return ((bitField0_ & 0x00000008) == 0x00000008); } public int getThisObject() { return thisObject_; } // optional .scope.debugger.ObjectValue objectValue = 5; public static final int OBJECTVALUE_FIELD_NUMBER = 5; private com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue objectValue_; public boolean hasObjectValue() { return ((bitField0_ & 0x00000010) == 0x00000010); } public com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue getObjectValue() { return objectValue_; } public com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValueOrBuilder getObjectValueOrBuilder() { return objectValue_; } // optional uint32 scriptID = 6; public static final int SCRIPTID_FIELD_NUMBER = 6; private int scriptID_; public boolean hasScriptID() { return ((bitField0_ & 0x00000020) == 0x00000020); } public int getScriptID() { return scriptID_; } // optional uint32 lineNumber = 7; public static final int LINENUMBER_FIELD_NUMBER = 7; private int lineNumber_; public boolean hasLineNumber() { return ((bitField0_ & 0x00000040) == 0x00000040); } public int getLineNumber() { return lineNumber_; } // repeated uint32 scopeList = 8; public static final int SCOPELIST_FIELD_NUMBER = 8; private java.util.List<java.lang.Integer> scopeList_; public java.util.List<java.lang.Integer> getScopeListList() { return scopeList_; } public int getScopeListCount() { return scopeList_.size(); } public int getScopeList(int index) { return scopeList_.get(index); } private void initFields() { functionID_ = 0; argumentObject_ = 0; variableObject_ = 0; thisObject_ = 0; objectValue_ = com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue.getDefaultInstance(); scriptID_ = 0; lineNumber_ = 0; scopeList_ = java.util.Collections.emptyList();; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized != -1) return isInitialized == 1; if (!hasFunctionID()) { memoizedIsInitialized = 0; return false; } if (!hasArgumentObject()) { memoizedIsInitialized = 0; return false; } if (!hasVariableObject()) { memoizedIsInitialized = 0; return false; } if (!hasThisObject()) { memoizedIsInitialized = 0; return false; } if (hasObjectValue()) { if (!getObjectValue().isInitialized()) { memoizedIsInitialized = 0; return false; } } memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { output.writeUInt32(1, functionID_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { output.writeUInt32(2, argumentObject_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { output.writeUInt32(3, variableObject_); } if (((bitField0_ & 0x00000008) == 0x00000008)) { output.writeUInt32(4, thisObject_); } if (((bitField0_ & 0x00000010) == 0x00000010)) { output.writeMessage(5, objectValue_); } if (((bitField0_ & 0x00000020) == 0x00000020)) { output.writeUInt32(6, scriptID_); } if (((bitField0_ & 0x00000040) == 0x00000040)) { output.writeUInt32(7, lineNumber_); } for (int i = 0; i < scopeList_.size(); i++) { output.writeUInt32(8, scopeList_.get(i)); } getUnknownFields().writeTo(output); } private int memoizedSerializedSize = -1; public int getSerializedSize() { int size = memoizedSerializedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(1, functionID_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(2, argumentObject_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(3, variableObject_); } if (((bitField0_ & 0x00000008) == 0x00000008)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(4, thisObject_); } if (((bitField0_ & 0x00000010) == 0x00000010)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(5, objectValue_); } if (((bitField0_ & 0x00000020) == 0x00000020)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(6, scriptID_); } if (((bitField0_ & 0x00000040) == 0x00000040)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(7, lineNumber_); } { int dataSize = 0; for (int i = 0; i < scopeList_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeUInt32SizeNoTag(scopeList_.get(i)); } size += dataSize; size += 1 * getScopeListList().size(); } size += getUnknownFields().getSerializedSize(); memoizedSerializedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override protected java.lang.Object writeReplace() throws java.io.ObjectStreamException { return super.writeReplace(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrame parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrame parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrame parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrame parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrame parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrame parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrame parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrame parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input, extensionRegistry)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrame parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrame parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static Builder newBuilder() { return Builder.create(); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder(com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrame prototype) { return newBuilder().mergeFrom(prototype); } public Builder toBuilder() { return newBuilder(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder<Builder> implements com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrameOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_BacktraceFrame_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_BacktraceFrame_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrame.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder(BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getObjectValueFieldBuilder(); } } private static Builder create() { return new Builder(); } public Builder clear() { super.clear(); functionID_ = 0; bitField0_ = (bitField0_ & ~0x00000001); argumentObject_ = 0; bitField0_ = (bitField0_ & ~0x00000002); variableObject_ = 0; bitField0_ = (bitField0_ & ~0x00000004); thisObject_ = 0; bitField0_ = (bitField0_ & ~0x00000008); if (objectValueBuilder_ == null) { objectValue_ = com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue.getDefaultInstance(); } else { objectValueBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00000010); scriptID_ = 0; bitField0_ = (bitField0_ & ~0x00000020); lineNumber_ = 0; bitField0_ = (bitField0_ & ~0x00000040); scopeList_ = java.util.Collections.emptyList();; bitField0_ = (bitField0_ & ~0x00000080); return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrame.getDescriptor(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrame getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrame.getDefaultInstance(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrame build() { com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrame result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrame buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrame result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrame buildPartial() { com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrame result = new com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrame(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } result.functionID_ = functionID_; if (((from_bitField0_ & 0x00000002) == 0x00000002)) { to_bitField0_ |= 0x00000002; } result.argumentObject_ = argumentObject_; if (((from_bitField0_ & 0x00000004) == 0x00000004)) { to_bitField0_ |= 0x00000004; } result.variableObject_ = variableObject_; if (((from_bitField0_ & 0x00000008) == 0x00000008)) { to_bitField0_ |= 0x00000008; } result.thisObject_ = thisObject_; if (((from_bitField0_ & 0x00000010) == 0x00000010)) { to_bitField0_ |= 0x00000010; } if (objectValueBuilder_ == null) { result.objectValue_ = objectValue_; } else { result.objectValue_ = objectValueBuilder_.build(); } if (((from_bitField0_ & 0x00000020) == 0x00000020)) { to_bitField0_ |= 0x00000020; } result.scriptID_ = scriptID_; if (((from_bitField0_ & 0x00000040) == 0x00000040)) { to_bitField0_ |= 0x00000040; } result.lineNumber_ = lineNumber_; if (((bitField0_ & 0x00000080) == 0x00000080)) { scopeList_ = java.util.Collections.unmodifiableList(scopeList_); bitField0_ = (bitField0_ & ~0x00000080); } result.scopeList_ = scopeList_; result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrame) { return mergeFrom((com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrame)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrame other) { if (other == com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrame.getDefaultInstance()) return this; if (other.hasFunctionID()) { setFunctionID(other.getFunctionID()); } if (other.hasArgumentObject()) { setArgumentObject(other.getArgumentObject()); } if (other.hasVariableObject()) { setVariableObject(other.getVariableObject()); } if (other.hasThisObject()) { setThisObject(other.getThisObject()); } if (other.hasObjectValue()) { mergeObjectValue(other.getObjectValue()); } if (other.hasScriptID()) { setScriptID(other.getScriptID()); } if (other.hasLineNumber()) { setLineNumber(other.getLineNumber()); } if (!other.scopeList_.isEmpty()) { if (scopeList_.isEmpty()) { scopeList_ = other.scopeList_; bitField0_ = (bitField0_ & ~0x00000080); } else { ensureScopeListIsMutable(); scopeList_.addAll(other.scopeList_); } onChanged(); } this.mergeUnknownFields(other.getUnknownFields()); return this; } public final boolean isInitialized() { if (!hasFunctionID()) { return false; } if (!hasArgumentObject()) { return false; } if (!hasVariableObject()) { return false; } if (!hasThisObject()) { return false; } if (hasObjectValue()) { if (!getObjectValue().isInitialized()) { return false; } } return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder( this.getUnknownFields()); while (true) { int tag = input.readTag(); switch (tag) { case 0: this.setUnknownFields(unknownFields.build()); onChanged(); return this; default: { if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { this.setUnknownFields(unknownFields.build()); onChanged(); return this; } break; } case 8: { bitField0_ |= 0x00000001; functionID_ = input.readUInt32(); break; } case 16: { bitField0_ |= 0x00000002; argumentObject_ = input.readUInt32(); break; } case 24: { bitField0_ |= 0x00000004; variableObject_ = input.readUInt32(); break; } case 32: { bitField0_ |= 0x00000008; thisObject_ = input.readUInt32(); break; } case 42: { com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue.Builder subBuilder = com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue.newBuilder(); if (hasObjectValue()) { subBuilder.mergeFrom(getObjectValue()); } input.readMessage(subBuilder, extensionRegistry); setObjectValue(subBuilder.buildPartial()); break; } case 48: { bitField0_ |= 0x00000020; scriptID_ = input.readUInt32(); break; } case 56: { bitField0_ |= 0x00000040; lineNumber_ = input.readUInt32(); break; } case 64: { ensureScopeListIsMutable(); scopeList_.add(input.readUInt32()); break; } case 66: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); while (input.getBytesUntilLimit() > 0) { addScopeList(input.readUInt32()); } input.popLimit(limit); break; } } } } private int bitField0_; // required uint32 functionID = 1; private int functionID_ ; public boolean hasFunctionID() { return ((bitField0_ & 0x00000001) == 0x00000001); } public int getFunctionID() { return functionID_; } public Builder setFunctionID(int value) { bitField0_ |= 0x00000001; functionID_ = value; onChanged(); return this; } public Builder clearFunctionID() { bitField0_ = (bitField0_ & ~0x00000001); functionID_ = 0; onChanged(); return this; } // required uint32 argumentObject = 2; private int argumentObject_ ; public boolean hasArgumentObject() { return ((bitField0_ & 0x00000002) == 0x00000002); } public int getArgumentObject() { return argumentObject_; } public Builder setArgumentObject(int value) { bitField0_ |= 0x00000002; argumentObject_ = value; onChanged(); return this; } public Builder clearArgumentObject() { bitField0_ = (bitField0_ & ~0x00000002); argumentObject_ = 0; onChanged(); return this; } // required uint32 variableObject = 3; private int variableObject_ ; public boolean hasVariableObject() { return ((bitField0_ & 0x00000004) == 0x00000004); } public int getVariableObject() { return variableObject_; } public Builder setVariableObject(int value) { bitField0_ |= 0x00000004; variableObject_ = value; onChanged(); return this; } public Builder clearVariableObject() { bitField0_ = (bitField0_ & ~0x00000004); variableObject_ = 0; onChanged(); return this; } // required uint32 thisObject = 4; private int thisObject_ ; public boolean hasThisObject() { return ((bitField0_ & 0x00000008) == 0x00000008); } public int getThisObject() { return thisObject_; } public Builder setThisObject(int value) { bitField0_ |= 0x00000008; thisObject_ = value; onChanged(); return this; } public Builder clearThisObject() { bitField0_ = (bitField0_ & ~0x00000008); thisObject_ = 0; onChanged(); return this; } // optional .scope.debugger.ObjectValue objectValue = 5; private com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue objectValue_ = com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue.getDefaultInstance(); private com.google.protobuf.SingleFieldBuilder< com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue, com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue.Builder, com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValueOrBuilder> objectValueBuilder_; public boolean hasObjectValue() { return ((bitField0_ & 0x00000010) == 0x00000010); } public com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue getObjectValue() { if (objectValueBuilder_ == null) { return objectValue_; } else { return objectValueBuilder_.getMessage(); } } public Builder setObjectValue(com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue value) { if (objectValueBuilder_ == null) { if (value == null) { throw new NullPointerException(); } objectValue_ = value; onChanged(); } else { objectValueBuilder_.setMessage(value); } bitField0_ |= 0x00000010; return this; } public Builder setObjectValue( com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue.Builder builderForValue) { if (objectValueBuilder_ == null) { objectValue_ = builderForValue.build(); onChanged(); } else { objectValueBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000010; return this; } public Builder mergeObjectValue(com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue value) { if (objectValueBuilder_ == null) { if (((bitField0_ & 0x00000010) == 0x00000010) && objectValue_ != com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue.getDefaultInstance()) { objectValue_ = com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue.newBuilder(objectValue_).mergeFrom(value).buildPartial(); } else { objectValue_ = value; } onChanged(); } else { objectValueBuilder_.mergeFrom(value); } bitField0_ |= 0x00000010; return this; } public Builder clearObjectValue() { if (objectValueBuilder_ == null) { objectValue_ = com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue.getDefaultInstance(); onChanged(); } else { objectValueBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00000010); return this; } public com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue.Builder getObjectValueBuilder() { bitField0_ |= 0x00000010; onChanged(); return getObjectValueFieldBuilder().getBuilder(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValueOrBuilder getObjectValueOrBuilder() { if (objectValueBuilder_ != null) { return objectValueBuilder_.getMessageOrBuilder(); } else { return objectValue_; } } private com.google.protobuf.SingleFieldBuilder< com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue, com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue.Builder, com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValueOrBuilder> getObjectValueFieldBuilder() { if (objectValueBuilder_ == null) { objectValueBuilder_ = new com.google.protobuf.SingleFieldBuilder< com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue, com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue.Builder, com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValueOrBuilder>( objectValue_, getParentForChildren(), isClean()); objectValue_ = null; } return objectValueBuilder_; } // optional uint32 scriptID = 6; private int scriptID_ ; public boolean hasScriptID() { return ((bitField0_ & 0x00000020) == 0x00000020); } public int getScriptID() { return scriptID_; } public Builder setScriptID(int value) { bitField0_ |= 0x00000020; scriptID_ = value; onChanged(); return this; } public Builder clearScriptID() { bitField0_ = (bitField0_ & ~0x00000020); scriptID_ = 0; onChanged(); return this; } // optional uint32 lineNumber = 7; private int lineNumber_ ; public boolean hasLineNumber() { return ((bitField0_ & 0x00000040) == 0x00000040); } public int getLineNumber() { return lineNumber_; } public Builder setLineNumber(int value) { bitField0_ |= 0x00000040; lineNumber_ = value; onChanged(); return this; } public Builder clearLineNumber() { bitField0_ = (bitField0_ & ~0x00000040); lineNumber_ = 0; onChanged(); return this; } // repeated uint32 scopeList = 8; private java.util.List<java.lang.Integer> scopeList_ = java.util.Collections.emptyList();; private void ensureScopeListIsMutable() { if (!((bitField0_ & 0x00000080) == 0x00000080)) { scopeList_ = new java.util.ArrayList<java.lang.Integer>(scopeList_); bitField0_ |= 0x00000080; } } public java.util.List<java.lang.Integer> getScopeListList() { return java.util.Collections.unmodifiableList(scopeList_); } public int getScopeListCount() { return scopeList_.size(); } public int getScopeList(int index) { return scopeList_.get(index); } public Builder setScopeList( int index, int value) { ensureScopeListIsMutable(); scopeList_.set(index, value); onChanged(); return this; } public Builder addScopeList(int value) { ensureScopeListIsMutable(); scopeList_.add(value); onChanged(); return this; } public Builder addAllScopeList( java.lang.Iterable<? extends java.lang.Integer> values) { ensureScopeListIsMutable(); super.addAll(values, scopeList_); onChanged(); return this; } public Builder clearScopeList() { scopeList_ = java.util.Collections.emptyList();; bitField0_ = (bitField0_ & ~0x00000080); onChanged(); return this; } // @@protoc_insertion_point(builder_scope:scope.debugger.BacktraceFrame) } static { defaultInstance = new BacktraceFrame(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.BacktraceFrame) } public interface RuntimeIDOrBuilder extends com.google.protobuf.MessageOrBuilder { // required uint32 runtimeID = 1; boolean hasRuntimeID(); int getRuntimeID(); } public static final class RuntimeID extends com.google.protobuf.GeneratedMessage implements RuntimeIDOrBuilder { // Use RuntimeID.newBuilder() to construct. private RuntimeID(Builder builder) { super(builder); } private RuntimeID(boolean noInit) {} private static final RuntimeID defaultInstance; public static RuntimeID getDefaultInstance() { return defaultInstance; } public RuntimeID getDefaultInstanceForType() { return defaultInstance; } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_RuntimeID_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_RuntimeID_fieldAccessorTable; } private int bitField0_; // required uint32 runtimeID = 1; public static final int RUNTIMEID_FIELD_NUMBER = 1; private int runtimeID_; public boolean hasRuntimeID() { return ((bitField0_ & 0x00000001) == 0x00000001); } public int getRuntimeID() { return runtimeID_; } private void initFields() { runtimeID_ = 0; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized != -1) return isInitialized == 1; if (!hasRuntimeID()) { memoizedIsInitialized = 0; return false; } memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { output.writeUInt32(1, runtimeID_); } getUnknownFields().writeTo(output); } private int memoizedSerializedSize = -1; public int getSerializedSize() { int size = memoizedSerializedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(1, runtimeID_); } size += getUnknownFields().getSerializedSize(); memoizedSerializedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override protected java.lang.Object writeReplace() throws java.io.ObjectStreamException { return super.writeReplace(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeID parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeID parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeID parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeID parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeID parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeID parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeID parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeID parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input, extensionRegistry)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeID parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeID parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static Builder newBuilder() { return Builder.create(); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder(com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeID prototype) { return newBuilder().mergeFrom(prototype); } public Builder toBuilder() { return newBuilder(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder<Builder> implements com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeIDOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_RuntimeID_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_RuntimeID_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeID.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder(BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } private static Builder create() { return new Builder(); } public Builder clear() { super.clear(); runtimeID_ = 0; bitField0_ = (bitField0_ & ~0x00000001); return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeID.getDescriptor(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeID getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeID.getDefaultInstance(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeID build() { com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeID result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeID buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeID result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeID buildPartial() { com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeID result = new com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeID(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } result.runtimeID_ = runtimeID_; result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeID) { return mergeFrom((com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeID)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeID other) { if (other == com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeID.getDefaultInstance()) return this; if (other.hasRuntimeID()) { setRuntimeID(other.getRuntimeID()); } this.mergeUnknownFields(other.getUnknownFields()); return this; } public final boolean isInitialized() { if (!hasRuntimeID()) { return false; } return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder( this.getUnknownFields()); while (true) { int tag = input.readTag(); switch (tag) { case 0: this.setUnknownFields(unknownFields.build()); onChanged(); return this; default: { if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { this.setUnknownFields(unknownFields.build()); onChanged(); return this; } break; } case 8: { bitField0_ |= 0x00000001; runtimeID_ = input.readUInt32(); break; } } } } private int bitField0_; // required uint32 runtimeID = 1; private int runtimeID_ ; public boolean hasRuntimeID() { return ((bitField0_ & 0x00000001) == 0x00000001); } public int getRuntimeID() { return runtimeID_; } public Builder setRuntimeID(int value) { bitField0_ |= 0x00000001; runtimeID_ = value; onChanged(); return this; } public Builder clearRuntimeID() { bitField0_ = (bitField0_ & ~0x00000001); runtimeID_ = 0; onChanged(); return this; } // @@protoc_insertion_point(builder_scope:scope.debugger.RuntimeID) } static { defaultInstance = new RuntimeID(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.RuntimeID) } public interface RuntimeSelectionOrBuilder extends com.google.protobuf.MessageOrBuilder { // repeated uint32 runtimeList = 1; java.util.List<java.lang.Integer> getRuntimeListList(); int getRuntimeListCount(); int getRuntimeList(int index); // optional bool allRuntimes = 2; boolean hasAllRuntimes(); boolean getAllRuntimes(); } public static final class RuntimeSelection extends com.google.protobuf.GeneratedMessage implements RuntimeSelectionOrBuilder { // Use RuntimeSelection.newBuilder() to construct. private RuntimeSelection(Builder builder) { super(builder); } private RuntimeSelection(boolean noInit) {} private static final RuntimeSelection defaultInstance; public static RuntimeSelection getDefaultInstance() { return defaultInstance; } public RuntimeSelection getDefaultInstanceForType() { return defaultInstance; } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_RuntimeSelection_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_RuntimeSelection_fieldAccessorTable; } private int bitField0_; // repeated uint32 runtimeList = 1; public static final int RUNTIMELIST_FIELD_NUMBER = 1; private java.util.List<java.lang.Integer> runtimeList_; public java.util.List<java.lang.Integer> getRuntimeListList() { return runtimeList_; } public int getRuntimeListCount() { return runtimeList_.size(); } public int getRuntimeList(int index) { return runtimeList_.get(index); } // optional bool allRuntimes = 2; public static final int ALLRUNTIMES_FIELD_NUMBER = 2; private boolean allRuntimes_; public boolean hasAllRuntimes() { return ((bitField0_ & 0x00000001) == 0x00000001); } public boolean getAllRuntimes() { return allRuntimes_; } private void initFields() { runtimeList_ = java.util.Collections.emptyList();; allRuntimes_ = false; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized != -1) return isInitialized == 1; memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); for (int i = 0; i < runtimeList_.size(); i++) { output.writeUInt32(1, runtimeList_.get(i)); } if (((bitField0_ & 0x00000001) == 0x00000001)) { output.writeBool(2, allRuntimes_); } getUnknownFields().writeTo(output); } private int memoizedSerializedSize = -1; public int getSerializedSize() { int size = memoizedSerializedSize; if (size != -1) return size; size = 0; { int dataSize = 0; for (int i = 0; i < runtimeList_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeUInt32SizeNoTag(runtimeList_.get(i)); } size += dataSize; size += 1 * getRuntimeListList().size(); } if (((bitField0_ & 0x00000001) == 0x00000001)) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(2, allRuntimes_); } size += getUnknownFields().getSerializedSize(); memoizedSerializedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override protected java.lang.Object writeReplace() throws java.io.ObjectStreamException { return super.writeReplace(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeSelection parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeSelection parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeSelection parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeSelection parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeSelection parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeSelection parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeSelection parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeSelection parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input, extensionRegistry)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeSelection parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeSelection parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static Builder newBuilder() { return Builder.create(); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder(com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeSelection prototype) { return newBuilder().mergeFrom(prototype); } public Builder toBuilder() { return newBuilder(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder<Builder> implements com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeSelectionOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_RuntimeSelection_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_RuntimeSelection_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeSelection.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder(BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } private static Builder create() { return new Builder(); } public Builder clear() { super.clear(); runtimeList_ = java.util.Collections.emptyList();; bitField0_ = (bitField0_ & ~0x00000001); allRuntimes_ = false; bitField0_ = (bitField0_ & ~0x00000002); return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeSelection.getDescriptor(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeSelection getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeSelection.getDefaultInstance(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeSelection build() { com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeSelection result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeSelection buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeSelection result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeSelection buildPartial() { com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeSelection result = new com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeSelection(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { runtimeList_ = java.util.Collections.unmodifiableList(runtimeList_); bitField0_ = (bitField0_ & ~0x00000001); } result.runtimeList_ = runtimeList_; if (((from_bitField0_ & 0x00000002) == 0x00000002)) { to_bitField0_ |= 0x00000001; } result.allRuntimes_ = allRuntimes_; result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeSelection) { return mergeFrom((com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeSelection)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeSelection other) { if (other == com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeSelection.getDefaultInstance()) return this; if (!other.runtimeList_.isEmpty()) { if (runtimeList_.isEmpty()) { runtimeList_ = other.runtimeList_; bitField0_ = (bitField0_ & ~0x00000001); } else { ensureRuntimeListIsMutable(); runtimeList_.addAll(other.runtimeList_); } onChanged(); } if (other.hasAllRuntimes()) { setAllRuntimes(other.getAllRuntimes()); } this.mergeUnknownFields(other.getUnknownFields()); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder( this.getUnknownFields()); while (true) { int tag = input.readTag(); switch (tag) { case 0: this.setUnknownFields(unknownFields.build()); onChanged(); return this; default: { if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { this.setUnknownFields(unknownFields.build()); onChanged(); return this; } break; } case 8: { ensureRuntimeListIsMutable(); runtimeList_.add(input.readUInt32()); break; } case 10: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); while (input.getBytesUntilLimit() > 0) { addRuntimeList(input.readUInt32()); } input.popLimit(limit); break; } case 16: { bitField0_ |= 0x00000002; allRuntimes_ = input.readBool(); break; } } } } private int bitField0_; // repeated uint32 runtimeList = 1; private java.util.List<java.lang.Integer> runtimeList_ = java.util.Collections.emptyList();; private void ensureRuntimeListIsMutable() { if (!((bitField0_ & 0x00000001) == 0x00000001)) { runtimeList_ = new java.util.ArrayList<java.lang.Integer>(runtimeList_); bitField0_ |= 0x00000001; } } public java.util.List<java.lang.Integer> getRuntimeListList() { return java.util.Collections.unmodifiableList(runtimeList_); } public int getRuntimeListCount() { return runtimeList_.size(); } public int getRuntimeList(int index) { return runtimeList_.get(index); } public Builder setRuntimeList( int index, int value) { ensureRuntimeListIsMutable(); runtimeList_.set(index, value); onChanged(); return this; } public Builder addRuntimeList(int value) { ensureRuntimeListIsMutable(); runtimeList_.add(value); onChanged(); return this; } public Builder addAllRuntimeList( java.lang.Iterable<? extends java.lang.Integer> values) { ensureRuntimeListIsMutable(); super.addAll(values, runtimeList_); onChanged(); return this; } public Builder clearRuntimeList() { runtimeList_ = java.util.Collections.emptyList();; bitField0_ = (bitField0_ & ~0x00000001); onChanged(); return this; } // optional bool allRuntimes = 2; private boolean allRuntimes_ ; public boolean hasAllRuntimes() { return ((bitField0_ & 0x00000002) == 0x00000002); } public boolean getAllRuntimes() { return allRuntimes_; } public Builder setAllRuntimes(boolean value) { bitField0_ |= 0x00000002; allRuntimes_ = value; onChanged(); return this; } public Builder clearAllRuntimes() { bitField0_ = (bitField0_ & ~0x00000002); allRuntimes_ = false; onChanged(); return this; } // @@protoc_insertion_point(builder_scope:scope.debugger.RuntimeSelection) } static { defaultInstance = new RuntimeSelection(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.RuntimeSelection) } public interface ObjectInfoOrBuilder extends com.google.protobuf.MessageOrBuilder { // required .scope.debugger.ObjectValue value = 1; boolean hasValue(); com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue getValue(); com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValueOrBuilder getValueOrBuilder(); // repeated .scope.debugger.ObjectInfo.Property propertyList = 2; java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo.Property> getPropertyListList(); com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo.Property getPropertyList(int index); int getPropertyListCount(); java.util.List<? extends com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo.PropertyOrBuilder> getPropertyListOrBuilderList(); com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo.PropertyOrBuilder getPropertyListOrBuilder( int index); } public static final class ObjectInfo extends com.google.protobuf.GeneratedMessage implements ObjectInfoOrBuilder { // Use ObjectInfo.newBuilder() to construct. private ObjectInfo(Builder builder) { super(builder); } private ObjectInfo(boolean noInit) {} private static final ObjectInfo defaultInstance; public static ObjectInfo getDefaultInstance() { return defaultInstance; } public ObjectInfo getDefaultInstanceForType() { return defaultInstance; } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_ObjectInfo_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_ObjectInfo_fieldAccessorTable; } public interface PropertyOrBuilder extends com.google.protobuf.MessageOrBuilder { // required string name = 1; boolean hasName(); String getName(); // required string type = 2; boolean hasType(); String getType(); // optional string value = 3; boolean hasValue(); String getValue(); // optional .scope.debugger.ObjectValue objectValue = 4; boolean hasObjectValue(); com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue getObjectValue(); com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValueOrBuilder getObjectValueOrBuilder(); } public static final class Property extends com.google.protobuf.GeneratedMessage implements PropertyOrBuilder { // Use Property.newBuilder() to construct. private Property(Builder builder) { super(builder); } private Property(boolean noInit) {} private static final Property defaultInstance; public static Property getDefaultInstance() { return defaultInstance; } public Property getDefaultInstanceForType() { return defaultInstance; } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_ObjectInfo_Property_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_ObjectInfo_Property_fieldAccessorTable; } private int bitField0_; // required string name = 1; public static final int NAME_FIELD_NUMBER = 1; private java.lang.Object name_; public boolean hasName() { return ((bitField0_ & 0x00000001) == 0x00000001); } public String getName() { java.lang.Object ref = name_; if (ref instanceof String) { return (String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; String s = bs.toStringUtf8(); if (com.google.protobuf.Internal.isValidUtf8(bs)) { name_ = s; } return s; } } private com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((String) ref); name_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } // required string type = 2; public static final int TYPE_FIELD_NUMBER = 2; private java.lang.Object type_; public boolean hasType() { return ((bitField0_ & 0x00000002) == 0x00000002); } public String getType() { java.lang.Object ref = type_; if (ref instanceof String) { return (String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; String s = bs.toStringUtf8(); if (com.google.protobuf.Internal.isValidUtf8(bs)) { type_ = s; } return s; } } private com.google.protobuf.ByteString getTypeBytes() { java.lang.Object ref = type_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((String) ref); type_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } // optional string value = 3; public static final int VALUE_FIELD_NUMBER = 3; private java.lang.Object value_; public boolean hasValue() { return ((bitField0_ & 0x00000004) == 0x00000004); } public String getValue() { java.lang.Object ref = value_; if (ref instanceof String) { return (String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; String s = bs.toStringUtf8(); if (com.google.protobuf.Internal.isValidUtf8(bs)) { value_ = s; } return s; } } private com.google.protobuf.ByteString getValueBytes() { java.lang.Object ref = value_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((String) ref); value_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } // optional .scope.debugger.ObjectValue objectValue = 4; public static final int OBJECTVALUE_FIELD_NUMBER = 4; private com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue objectValue_; public boolean hasObjectValue() { return ((bitField0_ & 0x00000008) == 0x00000008); } public com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue getObjectValue() { return objectValue_; } public com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValueOrBuilder getObjectValueOrBuilder() { return objectValue_; } private void initFields() { name_ = ""; type_ = ""; value_ = ""; objectValue_ = com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue.getDefaultInstance(); } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized != -1) return isInitialized == 1; if (!hasName()) { memoizedIsInitialized = 0; return false; } if (!hasType()) { memoizedIsInitialized = 0; return false; } if (hasObjectValue()) { if (!getObjectValue().isInitialized()) { memoizedIsInitialized = 0; return false; } } memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { output.writeBytes(1, getNameBytes()); } if (((bitField0_ & 0x00000002) == 0x00000002)) { output.writeBytes(2, getTypeBytes()); } if (((bitField0_ & 0x00000004) == 0x00000004)) { output.writeBytes(3, getValueBytes()); } if (((bitField0_ & 0x00000008) == 0x00000008)) { output.writeMessage(4, objectValue_); } getUnknownFields().writeTo(output); } private int memoizedSerializedSize = -1; public int getSerializedSize() { int size = memoizedSerializedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(1, getNameBytes()); } if (((bitField0_ & 0x00000002) == 0x00000002)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(2, getTypeBytes()); } if (((bitField0_ & 0x00000004) == 0x00000004)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(3, getValueBytes()); } if (((bitField0_ & 0x00000008) == 0x00000008)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(4, objectValue_); } size += getUnknownFields().getSerializedSize(); memoizedSerializedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override protected java.lang.Object writeReplace() throws java.io.ObjectStreamException { return super.writeReplace(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo.Property parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo.Property parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo.Property parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo.Property parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo.Property parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo.Property parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo.Property parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo.Property parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input, extensionRegistry)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo.Property parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo.Property parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static Builder newBuilder() { return Builder.create(); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder(com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo.Property prototype) { return newBuilder().mergeFrom(prototype); } public Builder toBuilder() { return newBuilder(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder<Builder> implements com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo.PropertyOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_ObjectInfo_Property_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_ObjectInfo_Property_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo.Property.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder(BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getObjectValueFieldBuilder(); } } private static Builder create() { return new Builder(); } public Builder clear() { super.clear(); name_ = ""; bitField0_ = (bitField0_ & ~0x00000001); type_ = ""; bitField0_ = (bitField0_ & ~0x00000002); value_ = ""; bitField0_ = (bitField0_ & ~0x00000004); if (objectValueBuilder_ == null) { objectValue_ = com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue.getDefaultInstance(); } else { objectValueBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00000008); return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo.Property.getDescriptor(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo.Property getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo.Property.getDefaultInstance(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo.Property build() { com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo.Property result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo.Property buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo.Property result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo.Property buildPartial() { com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo.Property result = new com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo.Property(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } result.name_ = name_; if (((from_bitField0_ & 0x00000002) == 0x00000002)) { to_bitField0_ |= 0x00000002; } result.type_ = type_; if (((from_bitField0_ & 0x00000004) == 0x00000004)) { to_bitField0_ |= 0x00000004; } result.value_ = value_; if (((from_bitField0_ & 0x00000008) == 0x00000008)) { to_bitField0_ |= 0x00000008; } if (objectValueBuilder_ == null) { result.objectValue_ = objectValue_; } else { result.objectValue_ = objectValueBuilder_.build(); } result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo.Property) { return mergeFrom((com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo.Property)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo.Property other) { if (other == com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo.Property.getDefaultInstance()) return this; if (other.hasName()) { setName(other.getName()); } if (other.hasType()) { setType(other.getType()); } if (other.hasValue()) { setValue(other.getValue()); } if (other.hasObjectValue()) { mergeObjectValue(other.getObjectValue()); } this.mergeUnknownFields(other.getUnknownFields()); return this; } public final boolean isInitialized() { if (!hasName()) { return false; } if (!hasType()) { return false; } if (hasObjectValue()) { if (!getObjectValue().isInitialized()) { return false; } } return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder( this.getUnknownFields()); while (true) { int tag = input.readTag(); switch (tag) { case 0: this.setUnknownFields(unknownFields.build()); onChanged(); return this; default: { if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { this.setUnknownFields(unknownFields.build()); onChanged(); return this; } break; } case 10: { bitField0_ |= 0x00000001; name_ = input.readBytes(); break; } case 18: { bitField0_ |= 0x00000002; type_ = input.readBytes(); break; } case 26: { bitField0_ |= 0x00000004; value_ = input.readBytes(); break; } case 34: { com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue.Builder subBuilder = com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue.newBuilder(); if (hasObjectValue()) { subBuilder.mergeFrom(getObjectValue()); } input.readMessage(subBuilder, extensionRegistry); setObjectValue(subBuilder.buildPartial()); break; } } } } private int bitField0_; // required string name = 1; private java.lang.Object name_ = ""; public boolean hasName() { return ((bitField0_ & 0x00000001) == 0x00000001); } public String getName() { java.lang.Object ref = name_; if (!(ref instanceof String)) { String s = ((com.google.protobuf.ByteString) ref).toStringUtf8(); name_ = s; return s; } else { return (String) ref; } } public Builder setName(String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000001; name_ = value; onChanged(); return this; } public Builder clearName() { bitField0_ = (bitField0_ & ~0x00000001); name_ = getDefaultInstance().getName(); onChanged(); return this; } void setName(com.google.protobuf.ByteString value) { bitField0_ |= 0x00000001; name_ = value; onChanged(); } // required string type = 2; private java.lang.Object type_ = ""; public boolean hasType() { return ((bitField0_ & 0x00000002) == 0x00000002); } public String getType() { java.lang.Object ref = type_; if (!(ref instanceof String)) { String s = ((com.google.protobuf.ByteString) ref).toStringUtf8(); type_ = s; return s; } else { return (String) ref; } } public Builder setType(String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000002; type_ = value; onChanged(); return this; } public Builder clearType() { bitField0_ = (bitField0_ & ~0x00000002); type_ = getDefaultInstance().getType(); onChanged(); return this; } void setType(com.google.protobuf.ByteString value) { bitField0_ |= 0x00000002; type_ = value; onChanged(); } // optional string value = 3; private java.lang.Object value_ = ""; public boolean hasValue() { return ((bitField0_ & 0x00000004) == 0x00000004); } public String getValue() { java.lang.Object ref = value_; if (!(ref instanceof String)) { String s = ((com.google.protobuf.ByteString) ref).toStringUtf8(); value_ = s; return s; } else { return (String) ref; } } public Builder setValue(String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000004; value_ = value; onChanged(); return this; } public Builder clearValue() { bitField0_ = (bitField0_ & ~0x00000004); value_ = getDefaultInstance().getValue(); onChanged(); return this; } void setValue(com.google.protobuf.ByteString value) { bitField0_ |= 0x00000004; value_ = value; onChanged(); } // optional .scope.debugger.ObjectValue objectValue = 4; private com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue objectValue_ = com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue.getDefaultInstance(); private com.google.protobuf.SingleFieldBuilder< com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue, com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue.Builder, com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValueOrBuilder> objectValueBuilder_; public boolean hasObjectValue() { return ((bitField0_ & 0x00000008) == 0x00000008); } public com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue getObjectValue() { if (objectValueBuilder_ == null) { return objectValue_; } else { return objectValueBuilder_.getMessage(); } } public Builder setObjectValue(com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue value) { if (objectValueBuilder_ == null) { if (value == null) { throw new NullPointerException(); } objectValue_ = value; onChanged(); } else { objectValueBuilder_.setMessage(value); } bitField0_ |= 0x00000008; return this; } public Builder setObjectValue( com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue.Builder builderForValue) { if (objectValueBuilder_ == null) { objectValue_ = builderForValue.build(); onChanged(); } else { objectValueBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000008; return this; } public Builder mergeObjectValue(com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue value) { if (objectValueBuilder_ == null) { if (((bitField0_ & 0x00000008) == 0x00000008) && objectValue_ != com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue.getDefaultInstance()) { objectValue_ = com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue.newBuilder(objectValue_).mergeFrom(value).buildPartial(); } else { objectValue_ = value; } onChanged(); } else { objectValueBuilder_.mergeFrom(value); } bitField0_ |= 0x00000008; return this; } public Builder clearObjectValue() { if (objectValueBuilder_ == null) { objectValue_ = com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue.getDefaultInstance(); onChanged(); } else { objectValueBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00000008); return this; } public com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue.Builder getObjectValueBuilder() { bitField0_ |= 0x00000008; onChanged(); return getObjectValueFieldBuilder().getBuilder(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValueOrBuilder getObjectValueOrBuilder() { if (objectValueBuilder_ != null) { return objectValueBuilder_.getMessageOrBuilder(); } else { return objectValue_; } } private com.google.protobuf.SingleFieldBuilder< com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue, com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue.Builder, com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValueOrBuilder> getObjectValueFieldBuilder() { if (objectValueBuilder_ == null) { objectValueBuilder_ = new com.google.protobuf.SingleFieldBuilder< com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue, com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue.Builder, com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValueOrBuilder>( objectValue_, getParentForChildren(), isClean()); objectValue_ = null; } return objectValueBuilder_; } // @@protoc_insertion_point(builder_scope:scope.debugger.ObjectInfo.Property) } static { defaultInstance = new Property(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.ObjectInfo.Property) } private int bitField0_; // required .scope.debugger.ObjectValue value = 1; public static final int VALUE_FIELD_NUMBER = 1; private com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue value_; public boolean hasValue() { return ((bitField0_ & 0x00000001) == 0x00000001); } public com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue getValue() { return value_; } public com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValueOrBuilder getValueOrBuilder() { return value_; } // repeated .scope.debugger.ObjectInfo.Property propertyList = 2; public static final int PROPERTYLIST_FIELD_NUMBER = 2; private java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo.Property> propertyList_; public java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo.Property> getPropertyListList() { return propertyList_; } public java.util.List<? extends com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo.PropertyOrBuilder> getPropertyListOrBuilderList() { return propertyList_; } public int getPropertyListCount() { return propertyList_.size(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo.Property getPropertyList(int index) { return propertyList_.get(index); } public com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo.PropertyOrBuilder getPropertyListOrBuilder( int index) { return propertyList_.get(index); } private void initFields() { value_ = com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue.getDefaultInstance(); propertyList_ = java.util.Collections.emptyList(); } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized != -1) return isInitialized == 1; if (!hasValue()) { memoizedIsInitialized = 0; return false; } if (!getValue().isInitialized()) { memoizedIsInitialized = 0; return false; } for (int i = 0; i < getPropertyListCount(); i++) { if (!getPropertyList(i).isInitialized()) { memoizedIsInitialized = 0; return false; } } memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { output.writeMessage(1, value_); } for (int i = 0; i < propertyList_.size(); i++) { output.writeMessage(2, propertyList_.get(i)); } getUnknownFields().writeTo(output); } private int memoizedSerializedSize = -1; public int getSerializedSize() { int size = memoizedSerializedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, value_); } for (int i = 0; i < propertyList_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(2, propertyList_.get(i)); } size += getUnknownFields().getSerializedSize(); memoizedSerializedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override protected java.lang.Object writeReplace() throws java.io.ObjectStreamException { return super.writeReplace(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input, extensionRegistry)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static Builder newBuilder() { return Builder.create(); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder(com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo prototype) { return newBuilder().mergeFrom(prototype); } public Builder toBuilder() { return newBuilder(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder<Builder> implements com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfoOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_ObjectInfo_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_ObjectInfo_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder(BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getValueFieldBuilder(); getPropertyListFieldBuilder(); } } private static Builder create() { return new Builder(); } public Builder clear() { super.clear(); if (valueBuilder_ == null) { value_ = com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue.getDefaultInstance(); } else { valueBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00000001); if (propertyListBuilder_ == null) { propertyList_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000002); } else { propertyListBuilder_.clear(); } return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo.getDescriptor(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo.getDefaultInstance(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo build() { com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo buildPartial() { com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo result = new com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } if (valueBuilder_ == null) { result.value_ = value_; } else { result.value_ = valueBuilder_.build(); } if (propertyListBuilder_ == null) { if (((bitField0_ & 0x00000002) == 0x00000002)) { propertyList_ = java.util.Collections.unmodifiableList(propertyList_); bitField0_ = (bitField0_ & ~0x00000002); } result.propertyList_ = propertyList_; } else { result.propertyList_ = propertyListBuilder_.build(); } result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo) { return mergeFrom((com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo other) { if (other == com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo.getDefaultInstance()) return this; if (other.hasValue()) { mergeValue(other.getValue()); } if (propertyListBuilder_ == null) { if (!other.propertyList_.isEmpty()) { if (propertyList_.isEmpty()) { propertyList_ = other.propertyList_; bitField0_ = (bitField0_ & ~0x00000002); } else { ensurePropertyListIsMutable(); propertyList_.addAll(other.propertyList_); } onChanged(); } } else { if (!other.propertyList_.isEmpty()) { if (propertyListBuilder_.isEmpty()) { propertyListBuilder_.dispose(); propertyListBuilder_ = null; propertyList_ = other.propertyList_; bitField0_ = (bitField0_ & ~0x00000002); propertyListBuilder_ = com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? getPropertyListFieldBuilder() : null; } else { propertyListBuilder_.addAllMessages(other.propertyList_); } } } this.mergeUnknownFields(other.getUnknownFields()); return this; } public final boolean isInitialized() { if (!hasValue()) { return false; } if (!getValue().isInitialized()) { return false; } for (int i = 0; i < getPropertyListCount(); i++) { if (!getPropertyList(i).isInitialized()) { return false; } } return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder( this.getUnknownFields()); while (true) { int tag = input.readTag(); switch (tag) { case 0: this.setUnknownFields(unknownFields.build()); onChanged(); return this; default: { if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { this.setUnknownFields(unknownFields.build()); onChanged(); return this; } break; } case 10: { com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue.Builder subBuilder = com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue.newBuilder(); if (hasValue()) { subBuilder.mergeFrom(getValue()); } input.readMessage(subBuilder, extensionRegistry); setValue(subBuilder.buildPartial()); break; } case 18: { com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo.Property.Builder subBuilder = com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo.Property.newBuilder(); input.readMessage(subBuilder, extensionRegistry); addPropertyList(subBuilder.buildPartial()); break; } } } } private int bitField0_; // required .scope.debugger.ObjectValue value = 1; private com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue value_ = com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue.getDefaultInstance(); private com.google.protobuf.SingleFieldBuilder< com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue, com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue.Builder, com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValueOrBuilder> valueBuilder_; public boolean hasValue() { return ((bitField0_ & 0x00000001) == 0x00000001); } public com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue getValue() { if (valueBuilder_ == null) { return value_; } else { return valueBuilder_.getMessage(); } } public Builder setValue(com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue value) { if (valueBuilder_ == null) { if (value == null) { throw new NullPointerException(); } value_ = value; onChanged(); } else { valueBuilder_.setMessage(value); } bitField0_ |= 0x00000001; return this; } public Builder setValue( com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue.Builder builderForValue) { if (valueBuilder_ == null) { value_ = builderForValue.build(); onChanged(); } else { valueBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000001; return this; } public Builder mergeValue(com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue value) { if (valueBuilder_ == null) { if (((bitField0_ & 0x00000001) == 0x00000001) && value_ != com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue.getDefaultInstance()) { value_ = com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue.newBuilder(value_).mergeFrom(value).buildPartial(); } else { value_ = value; } onChanged(); } else { valueBuilder_.mergeFrom(value); } bitField0_ |= 0x00000001; return this; } public Builder clearValue() { if (valueBuilder_ == null) { value_ = com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue.getDefaultInstance(); onChanged(); } else { valueBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00000001); return this; } public com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue.Builder getValueBuilder() { bitField0_ |= 0x00000001; onChanged(); return getValueFieldBuilder().getBuilder(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValueOrBuilder getValueOrBuilder() { if (valueBuilder_ != null) { return valueBuilder_.getMessageOrBuilder(); } else { return value_; } } private com.google.protobuf.SingleFieldBuilder< com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue, com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue.Builder, com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValueOrBuilder> getValueFieldBuilder() { if (valueBuilder_ == null) { valueBuilder_ = new com.google.protobuf.SingleFieldBuilder< com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue, com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue.Builder, com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValueOrBuilder>( value_, getParentForChildren(), isClean()); value_ = null; } return valueBuilder_; } // repeated .scope.debugger.ObjectInfo.Property propertyList = 2; private java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo.Property> propertyList_ = java.util.Collections.emptyList(); private void ensurePropertyListIsMutable() { if (!((bitField0_ & 0x00000002) == 0x00000002)) { propertyList_ = new java.util.ArrayList<com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo.Property>(propertyList_); bitField0_ |= 0x00000002; } } private com.google.protobuf.RepeatedFieldBuilder< com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo.Property, com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo.Property.Builder, com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo.PropertyOrBuilder> propertyListBuilder_; public java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo.Property> getPropertyListList() { if (propertyListBuilder_ == null) { return java.util.Collections.unmodifiableList(propertyList_); } else { return propertyListBuilder_.getMessageList(); } } public int getPropertyListCount() { if (propertyListBuilder_ == null) { return propertyList_.size(); } else { return propertyListBuilder_.getCount(); } } public com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo.Property getPropertyList(int index) { if (propertyListBuilder_ == null) { return propertyList_.get(index); } else { return propertyListBuilder_.getMessage(index); } } public Builder setPropertyList( int index, com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo.Property value) { if (propertyListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensurePropertyListIsMutable(); propertyList_.set(index, value); onChanged(); } else { propertyListBuilder_.setMessage(index, value); } return this; } public Builder setPropertyList( int index, com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo.Property.Builder builderForValue) { if (propertyListBuilder_ == null) { ensurePropertyListIsMutable(); propertyList_.set(index, builderForValue.build()); onChanged(); } else { propertyListBuilder_.setMessage(index, builderForValue.build()); } return this; } public Builder addPropertyList(com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo.Property value) { if (propertyListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensurePropertyListIsMutable(); propertyList_.add(value); onChanged(); } else { propertyListBuilder_.addMessage(value); } return this; } public Builder addPropertyList( int index, com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo.Property value) { if (propertyListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensurePropertyListIsMutable(); propertyList_.add(index, value); onChanged(); } else { propertyListBuilder_.addMessage(index, value); } return this; } public Builder addPropertyList( com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo.Property.Builder builderForValue) { if (propertyListBuilder_ == null) { ensurePropertyListIsMutable(); propertyList_.add(builderForValue.build()); onChanged(); } else { propertyListBuilder_.addMessage(builderForValue.build()); } return this; } public Builder addPropertyList( int index, com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo.Property.Builder builderForValue) { if (propertyListBuilder_ == null) { ensurePropertyListIsMutable(); propertyList_.add(index, builderForValue.build()); onChanged(); } else { propertyListBuilder_.addMessage(index, builderForValue.build()); } return this; } public Builder addAllPropertyList( java.lang.Iterable<? extends com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo.Property> values) { if (propertyListBuilder_ == null) { ensurePropertyListIsMutable(); super.addAll(values, propertyList_); onChanged(); } else { propertyListBuilder_.addAllMessages(values); } return this; } public Builder clearPropertyList() { if (propertyListBuilder_ == null) { propertyList_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000002); onChanged(); } else { propertyListBuilder_.clear(); } return this; } public Builder removePropertyList(int index) { if (propertyListBuilder_ == null) { ensurePropertyListIsMutable(); propertyList_.remove(index); onChanged(); } else { propertyListBuilder_.remove(index); } return this; } public com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo.Property.Builder getPropertyListBuilder( int index) { return getPropertyListFieldBuilder().getBuilder(index); } public com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo.PropertyOrBuilder getPropertyListOrBuilder( int index) { if (propertyListBuilder_ == null) { return propertyList_.get(index); } else { return propertyListBuilder_.getMessageOrBuilder(index); } } public java.util.List<? extends com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo.PropertyOrBuilder> getPropertyListOrBuilderList() { if (propertyListBuilder_ != null) { return propertyListBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(propertyList_); } } public com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo.Property.Builder addPropertyListBuilder() { return getPropertyListFieldBuilder().addBuilder( com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo.Property.getDefaultInstance()); } public com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo.Property.Builder addPropertyListBuilder( int index) { return getPropertyListFieldBuilder().addBuilder( index, com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo.Property.getDefaultInstance()); } public java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo.Property.Builder> getPropertyListBuilderList() { return getPropertyListFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilder< com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo.Property, com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo.Property.Builder, com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo.PropertyOrBuilder> getPropertyListFieldBuilder() { if (propertyListBuilder_ == null) { propertyListBuilder_ = new com.google.protobuf.RepeatedFieldBuilder< com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo.Property, com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo.Property.Builder, com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo.PropertyOrBuilder>( propertyList_, ((bitField0_ & 0x00000002) == 0x00000002), getParentForChildren(), isClean()); propertyList_ = null; } return propertyListBuilder_; } // @@protoc_insertion_point(builder_scope:scope.debugger.ObjectInfo) } static { defaultInstance = new ObjectInfo(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.ObjectInfo) } public interface CssElementSelectionOrBuilder extends com.google.protobuf.MessageOrBuilder { // required uint32 runtimeID = 1; boolean hasRuntimeID(); int getRuntimeID(); // required uint32 objectID = 2; boolean hasObjectID(); int getObjectID(); } public static final class CssElementSelection extends com.google.protobuf.GeneratedMessage implements CssElementSelectionOrBuilder { // Use CssElementSelection.newBuilder() to construct. private CssElementSelection(Builder builder) { super(builder); } private CssElementSelection(boolean noInit) {} private static final CssElementSelection defaultInstance; public static CssElementSelection getDefaultInstance() { return defaultInstance; } public CssElementSelection getDefaultInstanceForType() { return defaultInstance; } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_CssElementSelection_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_CssElementSelection_fieldAccessorTable; } private int bitField0_; // required uint32 runtimeID = 1; public static final int RUNTIMEID_FIELD_NUMBER = 1; private int runtimeID_; public boolean hasRuntimeID() { return ((bitField0_ & 0x00000001) == 0x00000001); } public int getRuntimeID() { return runtimeID_; } // required uint32 objectID = 2; public static final int OBJECTID_FIELD_NUMBER = 2; private int objectID_; public boolean hasObjectID() { return ((bitField0_ & 0x00000002) == 0x00000002); } public int getObjectID() { return objectID_; } private void initFields() { runtimeID_ = 0; objectID_ = 0; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized != -1) return isInitialized == 1; if (!hasRuntimeID()) { memoizedIsInitialized = 0; return false; } if (!hasObjectID()) { memoizedIsInitialized = 0; return false; } memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { output.writeUInt32(1, runtimeID_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { output.writeUInt32(2, objectID_); } getUnknownFields().writeTo(output); } private int memoizedSerializedSize = -1; public int getSerializedSize() { int size = memoizedSerializedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(1, runtimeID_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(2, objectID_); } size += getUnknownFields().getSerializedSize(); memoizedSerializedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override protected java.lang.Object writeReplace() throws java.io.ObjectStreamException { return super.writeReplace(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssElementSelection parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssElementSelection parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssElementSelection parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssElementSelection parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssElementSelection parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssElementSelection parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssElementSelection parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssElementSelection parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input, extensionRegistry)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssElementSelection parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssElementSelection parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static Builder newBuilder() { return Builder.create(); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder(com.opera.core.systems.scope.protos.Esdbg6Protos.CssElementSelection prototype) { return newBuilder().mergeFrom(prototype); } public Builder toBuilder() { return newBuilder(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder<Builder> implements com.opera.core.systems.scope.protos.Esdbg6Protos.CssElementSelectionOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_CssElementSelection_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_CssElementSelection_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.Esdbg6Protos.CssElementSelection.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder(BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } private static Builder create() { return new Builder(); } public Builder clear() { super.clear(); runtimeID_ = 0; bitField0_ = (bitField0_ & ~0x00000001); objectID_ = 0; bitField0_ = (bitField0_ & ~0x00000002); return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.CssElementSelection.getDescriptor(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.CssElementSelection getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.CssElementSelection.getDefaultInstance(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.CssElementSelection build() { com.opera.core.systems.scope.protos.Esdbg6Protos.CssElementSelection result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.Esdbg6Protos.CssElementSelection buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.Esdbg6Protos.CssElementSelection result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.Esdbg6Protos.CssElementSelection buildPartial() { com.opera.core.systems.scope.protos.Esdbg6Protos.CssElementSelection result = new com.opera.core.systems.scope.protos.Esdbg6Protos.CssElementSelection(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } result.runtimeID_ = runtimeID_; if (((from_bitField0_ & 0x00000002) == 0x00000002)) { to_bitField0_ |= 0x00000002; } result.objectID_ = objectID_; result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.opera.core.systems.scope.protos.Esdbg6Protos.CssElementSelection) { return mergeFrom((com.opera.core.systems.scope.protos.Esdbg6Protos.CssElementSelection)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.Esdbg6Protos.CssElementSelection other) { if (other == com.opera.core.systems.scope.protos.Esdbg6Protos.CssElementSelection.getDefaultInstance()) return this; if (other.hasRuntimeID()) { setRuntimeID(other.getRuntimeID()); } if (other.hasObjectID()) { setObjectID(other.getObjectID()); } this.mergeUnknownFields(other.getUnknownFields()); return this; } public final boolean isInitialized() { if (!hasRuntimeID()) { return false; } if (!hasObjectID()) { return false; } return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder( this.getUnknownFields()); while (true) { int tag = input.readTag(); switch (tag) { case 0: this.setUnknownFields(unknownFields.build()); onChanged(); return this; default: { if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { this.setUnknownFields(unknownFields.build()); onChanged(); return this; } break; } case 8: { bitField0_ |= 0x00000001; runtimeID_ = input.readUInt32(); break; } case 16: { bitField0_ |= 0x00000002; objectID_ = input.readUInt32(); break; } } } } private int bitField0_; // required uint32 runtimeID = 1; private int runtimeID_ ; public boolean hasRuntimeID() { return ((bitField0_ & 0x00000001) == 0x00000001); } public int getRuntimeID() { return runtimeID_; } public Builder setRuntimeID(int value) { bitField0_ |= 0x00000001; runtimeID_ = value; onChanged(); return this; } public Builder clearRuntimeID() { bitField0_ = (bitField0_ & ~0x00000001); runtimeID_ = 0; onChanged(); return this; } // required uint32 objectID = 2; private int objectID_ ; public boolean hasObjectID() { return ((bitField0_ & 0x00000002) == 0x00000002); } public int getObjectID() { return objectID_; } public Builder setObjectID(int value) { bitField0_ |= 0x00000002; objectID_ = value; onChanged(); return this; } public Builder clearObjectID() { bitField0_ = (bitField0_ & ~0x00000002); objectID_ = 0; onChanged(); return this; } // @@protoc_insertion_point(builder_scope:scope.debugger.CssElementSelection) } static { defaultInstance = new CssElementSelection(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.CssElementSelection) } public interface DomEventOrBuilder extends com.google.protobuf.MessageOrBuilder { // required uint32 objectID = 1; boolean hasObjectID(); int getObjectID(); // required uint32 handlerID = 2; boolean hasHandlerID(); int getHandlerID(); // required string eventType = 3; boolean hasEventType(); String getEventType(); } public static final class DomEvent extends com.google.protobuf.GeneratedMessage implements DomEventOrBuilder { // Use DomEvent.newBuilder() to construct. private DomEvent(Builder builder) { super(builder); } private DomEvent(boolean noInit) {} private static final DomEvent defaultInstance; public static DomEvent getDefaultInstance() { return defaultInstance; } public DomEvent getDefaultInstanceForType() { return defaultInstance; } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_DomEvent_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_DomEvent_fieldAccessorTable; } private int bitField0_; // required uint32 objectID = 1; public static final int OBJECTID_FIELD_NUMBER = 1; private int objectID_; public boolean hasObjectID() { return ((bitField0_ & 0x00000001) == 0x00000001); } public int getObjectID() { return objectID_; } // required uint32 handlerID = 2; public static final int HANDLERID_FIELD_NUMBER = 2; private int handlerID_; public boolean hasHandlerID() { return ((bitField0_ & 0x00000002) == 0x00000002); } public int getHandlerID() { return handlerID_; } // required string eventType = 3; public static final int EVENTTYPE_FIELD_NUMBER = 3; private java.lang.Object eventType_; public boolean hasEventType() { return ((bitField0_ & 0x00000004) == 0x00000004); } public String getEventType() { java.lang.Object ref = eventType_; if (ref instanceof String) { return (String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; String s = bs.toStringUtf8(); if (com.google.protobuf.Internal.isValidUtf8(bs)) { eventType_ = s; } return s; } } private com.google.protobuf.ByteString getEventTypeBytes() { java.lang.Object ref = eventType_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((String) ref); eventType_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } private void initFields() { objectID_ = 0; handlerID_ = 0; eventType_ = ""; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized != -1) return isInitialized == 1; if (!hasObjectID()) { memoizedIsInitialized = 0; return false; } if (!hasHandlerID()) { memoizedIsInitialized = 0; return false; } if (!hasEventType()) { memoizedIsInitialized = 0; return false; } memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { output.writeUInt32(1, objectID_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { output.writeUInt32(2, handlerID_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { output.writeBytes(3, getEventTypeBytes()); } getUnknownFields().writeTo(output); } private int memoizedSerializedSize = -1; public int getSerializedSize() { int size = memoizedSerializedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(1, objectID_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(2, handlerID_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(3, getEventTypeBytes()); } size += getUnknownFields().getSerializedSize(); memoizedSerializedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override protected java.lang.Object writeReplace() throws java.io.ObjectStreamException { return super.writeReplace(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.DomEvent parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.DomEvent parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.DomEvent parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.DomEvent parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.DomEvent parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.DomEvent parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.DomEvent parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.DomEvent parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input, extensionRegistry)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.DomEvent parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.DomEvent parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static Builder newBuilder() { return Builder.create(); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder(com.opera.core.systems.scope.protos.Esdbg6Protos.DomEvent prototype) { return newBuilder().mergeFrom(prototype); } public Builder toBuilder() { return newBuilder(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder<Builder> implements com.opera.core.systems.scope.protos.Esdbg6Protos.DomEventOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_DomEvent_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_DomEvent_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.Esdbg6Protos.DomEvent.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder(BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } private static Builder create() { return new Builder(); } public Builder clear() { super.clear(); objectID_ = 0; bitField0_ = (bitField0_ & ~0x00000001); handlerID_ = 0; bitField0_ = (bitField0_ & ~0x00000002); eventType_ = ""; bitField0_ = (bitField0_ & ~0x00000004); return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.DomEvent.getDescriptor(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.DomEvent getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.DomEvent.getDefaultInstance(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.DomEvent build() { com.opera.core.systems.scope.protos.Esdbg6Protos.DomEvent result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.Esdbg6Protos.DomEvent buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.Esdbg6Protos.DomEvent result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.Esdbg6Protos.DomEvent buildPartial() { com.opera.core.systems.scope.protos.Esdbg6Protos.DomEvent result = new com.opera.core.systems.scope.protos.Esdbg6Protos.DomEvent(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } result.objectID_ = objectID_; if (((from_bitField0_ & 0x00000002) == 0x00000002)) { to_bitField0_ |= 0x00000002; } result.handlerID_ = handlerID_; if (((from_bitField0_ & 0x00000004) == 0x00000004)) { to_bitField0_ |= 0x00000004; } result.eventType_ = eventType_; result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.opera.core.systems.scope.protos.Esdbg6Protos.DomEvent) { return mergeFrom((com.opera.core.systems.scope.protos.Esdbg6Protos.DomEvent)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.Esdbg6Protos.DomEvent other) { if (other == com.opera.core.systems.scope.protos.Esdbg6Protos.DomEvent.getDefaultInstance()) return this; if (other.hasObjectID()) { setObjectID(other.getObjectID()); } if (other.hasHandlerID()) { setHandlerID(other.getHandlerID()); } if (other.hasEventType()) { setEventType(other.getEventType()); } this.mergeUnknownFields(other.getUnknownFields()); return this; } public final boolean isInitialized() { if (!hasObjectID()) { return false; } if (!hasHandlerID()) { return false; } if (!hasEventType()) { return false; } return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder( this.getUnknownFields()); while (true) { int tag = input.readTag(); switch (tag) { case 0: this.setUnknownFields(unknownFields.build()); onChanged(); return this; default: { if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { this.setUnknownFields(unknownFields.build()); onChanged(); return this; } break; } case 8: { bitField0_ |= 0x00000001; objectID_ = input.readUInt32(); break; } case 16: { bitField0_ |= 0x00000002; handlerID_ = input.readUInt32(); break; } case 26: { bitField0_ |= 0x00000004; eventType_ = input.readBytes(); break; } } } } private int bitField0_; // required uint32 objectID = 1; private int objectID_ ; public boolean hasObjectID() { return ((bitField0_ & 0x00000001) == 0x00000001); } public int getObjectID() { return objectID_; } public Builder setObjectID(int value) { bitField0_ |= 0x00000001; objectID_ = value; onChanged(); return this; } public Builder clearObjectID() { bitField0_ = (bitField0_ & ~0x00000001); objectID_ = 0; onChanged(); return this; } // required uint32 handlerID = 2; private int handlerID_ ; public boolean hasHandlerID() { return ((bitField0_ & 0x00000002) == 0x00000002); } public int getHandlerID() { return handlerID_; } public Builder setHandlerID(int value) { bitField0_ |= 0x00000002; handlerID_ = value; onChanged(); return this; } public Builder clearHandlerID() { bitField0_ = (bitField0_ & ~0x00000002); handlerID_ = 0; onChanged(); return this; } // required string eventType = 3; private java.lang.Object eventType_ = ""; public boolean hasEventType() { return ((bitField0_ & 0x00000004) == 0x00000004); } public String getEventType() { java.lang.Object ref = eventType_; if (!(ref instanceof String)) { String s = ((com.google.protobuf.ByteString) ref).toStringUtf8(); eventType_ = s; return s; } else { return (String) ref; } } public Builder setEventType(String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000004; eventType_ = value; onChanged(); return this; } public Builder clearEventType() { bitField0_ = (bitField0_ & ~0x00000004); eventType_ = getDefaultInstance().getEventType(); onChanged(); return this; } void setEventType(com.google.protobuf.ByteString value) { bitField0_ |= 0x00000004; eventType_ = value; onChanged(); } // @@protoc_insertion_point(builder_scope:scope.debugger.DomEvent) } static { defaultInstance = new DomEvent(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.DomEvent) } public interface ThreadResultOrBuilder extends com.google.protobuf.MessageOrBuilder { // required uint32 runtimeID = 1; boolean hasRuntimeID(); int getRuntimeID(); // required uint32 threadID = 2; boolean hasThreadID(); int getThreadID(); // required string status = 3; boolean hasStatus(); String getStatus(); } public static final class ThreadResult extends com.google.protobuf.GeneratedMessage implements ThreadResultOrBuilder { // Use ThreadResult.newBuilder() to construct. private ThreadResult(Builder builder) { super(builder); } private ThreadResult(boolean noInit) {} private static final ThreadResult defaultInstance; public static ThreadResult getDefaultInstance() { return defaultInstance; } public ThreadResult getDefaultInstanceForType() { return defaultInstance; } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_ThreadResult_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_ThreadResult_fieldAccessorTable; } private int bitField0_; // required uint32 runtimeID = 1; public static final int RUNTIMEID_FIELD_NUMBER = 1; private int runtimeID_; public boolean hasRuntimeID() { return ((bitField0_ & 0x00000001) == 0x00000001); } public int getRuntimeID() { return runtimeID_; } // required uint32 threadID = 2; public static final int THREADID_FIELD_NUMBER = 2; private int threadID_; public boolean hasThreadID() { return ((bitField0_ & 0x00000002) == 0x00000002); } public int getThreadID() { return threadID_; } // required string status = 3; public static final int STATUS_FIELD_NUMBER = 3; private java.lang.Object status_; public boolean hasStatus() { return ((bitField0_ & 0x00000004) == 0x00000004); } public String getStatus() { java.lang.Object ref = status_; if (ref instanceof String) { return (String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; String s = bs.toStringUtf8(); if (com.google.protobuf.Internal.isValidUtf8(bs)) { status_ = s; } return s; } } private com.google.protobuf.ByteString getStatusBytes() { java.lang.Object ref = status_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((String) ref); status_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } private void initFields() { runtimeID_ = 0; threadID_ = 0; status_ = ""; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized != -1) return isInitialized == 1; if (!hasRuntimeID()) { memoizedIsInitialized = 0; return false; } if (!hasThreadID()) { memoizedIsInitialized = 0; return false; } if (!hasStatus()) { memoizedIsInitialized = 0; return false; } memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { output.writeUInt32(1, runtimeID_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { output.writeUInt32(2, threadID_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { output.writeBytes(3, getStatusBytes()); } getUnknownFields().writeTo(output); } private int memoizedSerializedSize = -1; public int getSerializedSize() { int size = memoizedSerializedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(1, runtimeID_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(2, threadID_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(3, getStatusBytes()); } size += getUnknownFields().getSerializedSize(); memoizedSerializedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override protected java.lang.Object writeReplace() throws java.io.ObjectStreamException { return super.writeReplace(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadResult parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadResult parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadResult parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadResult parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadResult parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadResult parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadResult parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadResult parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input, extensionRegistry)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadResult parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadResult parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static Builder newBuilder() { return Builder.create(); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder(com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadResult prototype) { return newBuilder().mergeFrom(prototype); } public Builder toBuilder() { return newBuilder(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder<Builder> implements com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadResultOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_ThreadResult_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_ThreadResult_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadResult.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder(BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } private static Builder create() { return new Builder(); } public Builder clear() { super.clear(); runtimeID_ = 0; bitField0_ = (bitField0_ & ~0x00000001); threadID_ = 0; bitField0_ = (bitField0_ & ~0x00000002); status_ = ""; bitField0_ = (bitField0_ & ~0x00000004); return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadResult.getDescriptor(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadResult getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadResult.getDefaultInstance(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadResult build() { com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadResult result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadResult buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadResult result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadResult buildPartial() { com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadResult result = new com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadResult(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } result.runtimeID_ = runtimeID_; if (((from_bitField0_ & 0x00000002) == 0x00000002)) { to_bitField0_ |= 0x00000002; } result.threadID_ = threadID_; if (((from_bitField0_ & 0x00000004) == 0x00000004)) { to_bitField0_ |= 0x00000004; } result.status_ = status_; result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadResult) { return mergeFrom((com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadResult)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadResult other) { if (other == com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadResult.getDefaultInstance()) return this; if (other.hasRuntimeID()) { setRuntimeID(other.getRuntimeID()); } if (other.hasThreadID()) { setThreadID(other.getThreadID()); } if (other.hasStatus()) { setStatus(other.getStatus()); } this.mergeUnknownFields(other.getUnknownFields()); return this; } public final boolean isInitialized() { if (!hasRuntimeID()) { return false; } if (!hasThreadID()) { return false; } if (!hasStatus()) { return false; } return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder( this.getUnknownFields()); while (true) { int tag = input.readTag(); switch (tag) { case 0: this.setUnknownFields(unknownFields.build()); onChanged(); return this; default: { if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { this.setUnknownFields(unknownFields.build()); onChanged(); return this; } break; } case 8: { bitField0_ |= 0x00000001; runtimeID_ = input.readUInt32(); break; } case 16: { bitField0_ |= 0x00000002; threadID_ = input.readUInt32(); break; } case 26: { bitField0_ |= 0x00000004; status_ = input.readBytes(); break; } } } } private int bitField0_; // required uint32 runtimeID = 1; private int runtimeID_ ; public boolean hasRuntimeID() { return ((bitField0_ & 0x00000001) == 0x00000001); } public int getRuntimeID() { return runtimeID_; } public Builder setRuntimeID(int value) { bitField0_ |= 0x00000001; runtimeID_ = value; onChanged(); return this; } public Builder clearRuntimeID() { bitField0_ = (bitField0_ & ~0x00000001); runtimeID_ = 0; onChanged(); return this; } // required uint32 threadID = 2; private int threadID_ ; public boolean hasThreadID() { return ((bitField0_ & 0x00000002) == 0x00000002); } public int getThreadID() { return threadID_; } public Builder setThreadID(int value) { bitField0_ |= 0x00000002; threadID_ = value; onChanged(); return this; } public Builder clearThreadID() { bitField0_ = (bitField0_ & ~0x00000002); threadID_ = 0; onChanged(); return this; } // required string status = 3; private java.lang.Object status_ = ""; public boolean hasStatus() { return ((bitField0_ & 0x00000004) == 0x00000004); } public String getStatus() { java.lang.Object ref = status_; if (!(ref instanceof String)) { String s = ((com.google.protobuf.ByteString) ref).toStringUtf8(); status_ = s; return s; } else { return (String) ref; } } public Builder setStatus(String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000004; status_ = value; onChanged(); return this; } public Builder clearStatus() { bitField0_ = (bitField0_ & ~0x00000004); status_ = getDefaultInstance().getStatus(); onChanged(); return this; } void setStatus(com.google.protobuf.ByteString value) { bitField0_ |= 0x00000004; status_ = value; onChanged(); } // @@protoc_insertion_point(builder_scope:scope.debugger.ThreadResult) } static { defaultInstance = new ThreadResult(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.ThreadResult) } public interface BacktraceFrameListOrBuilder extends com.google.protobuf.MessageOrBuilder { // repeated .scope.debugger.BacktraceFrame frameList = 1; java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrame> getFrameListList(); com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrame getFrameList(int index); int getFrameListCount(); java.util.List<? extends com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrameOrBuilder> getFrameListOrBuilderList(); com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrameOrBuilder getFrameListOrBuilder( int index); } public static final class BacktraceFrameList extends com.google.protobuf.GeneratedMessage implements BacktraceFrameListOrBuilder { // Use BacktraceFrameList.newBuilder() to construct. private BacktraceFrameList(Builder builder) { super(builder); } private BacktraceFrameList(boolean noInit) {} private static final BacktraceFrameList defaultInstance; public static BacktraceFrameList getDefaultInstance() { return defaultInstance; } public BacktraceFrameList getDefaultInstanceForType() { return defaultInstance; } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_BacktraceFrameList_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_BacktraceFrameList_fieldAccessorTable; } // repeated .scope.debugger.BacktraceFrame frameList = 1; public static final int FRAMELIST_FIELD_NUMBER = 1; private java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrame> frameList_; public java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrame> getFrameListList() { return frameList_; } public java.util.List<? extends com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrameOrBuilder> getFrameListOrBuilderList() { return frameList_; } public int getFrameListCount() { return frameList_.size(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrame getFrameList(int index) { return frameList_.get(index); } public com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrameOrBuilder getFrameListOrBuilder( int index) { return frameList_.get(index); } private void initFields() { frameList_ = java.util.Collections.emptyList(); } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized != -1) return isInitialized == 1; for (int i = 0; i < getFrameListCount(); i++) { if (!getFrameList(i).isInitialized()) { memoizedIsInitialized = 0; return false; } } memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); for (int i = 0; i < frameList_.size(); i++) { output.writeMessage(1, frameList_.get(i)); } getUnknownFields().writeTo(output); } private int memoizedSerializedSize = -1; public int getSerializedSize() { int size = memoizedSerializedSize; if (size != -1) return size; size = 0; for (int i = 0; i < frameList_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, frameList_.get(i)); } size += getUnknownFields().getSerializedSize(); memoizedSerializedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override protected java.lang.Object writeReplace() throws java.io.ObjectStreamException { return super.writeReplace(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrameList parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrameList parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrameList parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrameList parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrameList parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrameList parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrameList parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrameList parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input, extensionRegistry)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrameList parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrameList parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static Builder newBuilder() { return Builder.create(); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder(com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrameList prototype) { return newBuilder().mergeFrom(prototype); } public Builder toBuilder() { return newBuilder(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder<Builder> implements com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrameListOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_BacktraceFrameList_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_BacktraceFrameList_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrameList.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder(BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getFrameListFieldBuilder(); } } private static Builder create() { return new Builder(); } public Builder clear() { super.clear(); if (frameListBuilder_ == null) { frameList_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); } else { frameListBuilder_.clear(); } return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrameList.getDescriptor(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrameList getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrameList.getDefaultInstance(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrameList build() { com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrameList result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrameList buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrameList result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrameList buildPartial() { com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrameList result = new com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrameList(this); int from_bitField0_ = bitField0_; if (frameListBuilder_ == null) { if (((bitField0_ & 0x00000001) == 0x00000001)) { frameList_ = java.util.Collections.unmodifiableList(frameList_); bitField0_ = (bitField0_ & ~0x00000001); } result.frameList_ = frameList_; } else { result.frameList_ = frameListBuilder_.build(); } onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrameList) { return mergeFrom((com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrameList)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrameList other) { if (other == com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrameList.getDefaultInstance()) return this; if (frameListBuilder_ == null) { if (!other.frameList_.isEmpty()) { if (frameList_.isEmpty()) { frameList_ = other.frameList_; bitField0_ = (bitField0_ & ~0x00000001); } else { ensureFrameListIsMutable(); frameList_.addAll(other.frameList_); } onChanged(); } } else { if (!other.frameList_.isEmpty()) { if (frameListBuilder_.isEmpty()) { frameListBuilder_.dispose(); frameListBuilder_ = null; frameList_ = other.frameList_; bitField0_ = (bitField0_ & ~0x00000001); frameListBuilder_ = com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? getFrameListFieldBuilder() : null; } else { frameListBuilder_.addAllMessages(other.frameList_); } } } this.mergeUnknownFields(other.getUnknownFields()); return this; } public final boolean isInitialized() { for (int i = 0; i < getFrameListCount(); i++) { if (!getFrameList(i).isInitialized()) { return false; } } return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder( this.getUnknownFields()); while (true) { int tag = input.readTag(); switch (tag) { case 0: this.setUnknownFields(unknownFields.build()); onChanged(); return this; default: { if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { this.setUnknownFields(unknownFields.build()); onChanged(); return this; } break; } case 10: { com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrame.Builder subBuilder = com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrame.newBuilder(); input.readMessage(subBuilder, extensionRegistry); addFrameList(subBuilder.buildPartial()); break; } } } } private int bitField0_; // repeated .scope.debugger.BacktraceFrame frameList = 1; private java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrame> frameList_ = java.util.Collections.emptyList(); private void ensureFrameListIsMutable() { if (!((bitField0_ & 0x00000001) == 0x00000001)) { frameList_ = new java.util.ArrayList<com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrame>(frameList_); bitField0_ |= 0x00000001; } } private com.google.protobuf.RepeatedFieldBuilder< com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrame, com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrame.Builder, com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrameOrBuilder> frameListBuilder_; public java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrame> getFrameListList() { if (frameListBuilder_ == null) { return java.util.Collections.unmodifiableList(frameList_); } else { return frameListBuilder_.getMessageList(); } } public int getFrameListCount() { if (frameListBuilder_ == null) { return frameList_.size(); } else { return frameListBuilder_.getCount(); } } public com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrame getFrameList(int index) { if (frameListBuilder_ == null) { return frameList_.get(index); } else { return frameListBuilder_.getMessage(index); } } public Builder setFrameList( int index, com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrame value) { if (frameListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureFrameListIsMutable(); frameList_.set(index, value); onChanged(); } else { frameListBuilder_.setMessage(index, value); } return this; } public Builder setFrameList( int index, com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrame.Builder builderForValue) { if (frameListBuilder_ == null) { ensureFrameListIsMutable(); frameList_.set(index, builderForValue.build()); onChanged(); } else { frameListBuilder_.setMessage(index, builderForValue.build()); } return this; } public Builder addFrameList(com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrame value) { if (frameListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureFrameListIsMutable(); frameList_.add(value); onChanged(); } else { frameListBuilder_.addMessage(value); } return this; } public Builder addFrameList( int index, com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrame value) { if (frameListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureFrameListIsMutable(); frameList_.add(index, value); onChanged(); } else { frameListBuilder_.addMessage(index, value); } return this; } public Builder addFrameList( com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrame.Builder builderForValue) { if (frameListBuilder_ == null) { ensureFrameListIsMutable(); frameList_.add(builderForValue.build()); onChanged(); } else { frameListBuilder_.addMessage(builderForValue.build()); } return this; } public Builder addFrameList( int index, com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrame.Builder builderForValue) { if (frameListBuilder_ == null) { ensureFrameListIsMutable(); frameList_.add(index, builderForValue.build()); onChanged(); } else { frameListBuilder_.addMessage(index, builderForValue.build()); } return this; } public Builder addAllFrameList( java.lang.Iterable<? extends com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrame> values) { if (frameListBuilder_ == null) { ensureFrameListIsMutable(); super.addAll(values, frameList_); onChanged(); } else { frameListBuilder_.addAllMessages(values); } return this; } public Builder clearFrameList() { if (frameListBuilder_ == null) { frameList_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); } else { frameListBuilder_.clear(); } return this; } public Builder removeFrameList(int index) { if (frameListBuilder_ == null) { ensureFrameListIsMutable(); frameList_.remove(index); onChanged(); } else { frameListBuilder_.remove(index); } return this; } public com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrame.Builder getFrameListBuilder( int index) { return getFrameListFieldBuilder().getBuilder(index); } public com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrameOrBuilder getFrameListOrBuilder( int index) { if (frameListBuilder_ == null) { return frameList_.get(index); } else { return frameListBuilder_.getMessageOrBuilder(index); } } public java.util.List<? extends com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrameOrBuilder> getFrameListOrBuilderList() { if (frameListBuilder_ != null) { return frameListBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(frameList_); } } public com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrame.Builder addFrameListBuilder() { return getFrameListFieldBuilder().addBuilder( com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrame.getDefaultInstance()); } public com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrame.Builder addFrameListBuilder( int index) { return getFrameListFieldBuilder().addBuilder( index, com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrame.getDefaultInstance()); } public java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrame.Builder> getFrameListBuilderList() { return getFrameListFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilder< com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrame, com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrame.Builder, com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrameOrBuilder> getFrameListFieldBuilder() { if (frameListBuilder_ == null) { frameListBuilder_ = new com.google.protobuf.RepeatedFieldBuilder< com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrame, com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrame.Builder, com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrameOrBuilder>( frameList_, ((bitField0_ & 0x00000001) == 0x00000001), getParentForChildren(), isClean()); frameList_ = null; } return frameListBuilder_; } // @@protoc_insertion_point(builder_scope:scope.debugger.BacktraceFrameList) } static { defaultInstance = new BacktraceFrameList(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.BacktraceFrameList) } public interface NodeListOrBuilder extends com.google.protobuf.MessageOrBuilder { // repeated .scope.debugger.NodeInfo nodeList = 1; java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo> getNodeListList(); com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo getNodeList(int index); int getNodeListCount(); java.util.List<? extends com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfoOrBuilder> getNodeListOrBuilderList(); com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfoOrBuilder getNodeListOrBuilder( int index); } public static final class NodeList extends com.google.protobuf.GeneratedMessage implements NodeListOrBuilder { // Use NodeList.newBuilder() to construct. private NodeList(Builder builder) { super(builder); } private NodeList(boolean noInit) {} private static final NodeList defaultInstance; public static NodeList getDefaultInstance() { return defaultInstance; } public NodeList getDefaultInstanceForType() { return defaultInstance; } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_NodeList_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_NodeList_fieldAccessorTable; } // repeated .scope.debugger.NodeInfo nodeList = 1; public static final int NODELIST_FIELD_NUMBER = 1; private java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo> nodeList_; public java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo> getNodeListList() { return nodeList_; } public java.util.List<? extends com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfoOrBuilder> getNodeListOrBuilderList() { return nodeList_; } public int getNodeListCount() { return nodeList_.size(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo getNodeList(int index) { return nodeList_.get(index); } public com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfoOrBuilder getNodeListOrBuilder( int index) { return nodeList_.get(index); } private void initFields() { nodeList_ = java.util.Collections.emptyList(); } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized != -1) return isInitialized == 1; for (int i = 0; i < getNodeListCount(); i++) { if (!getNodeList(i).isInitialized()) { memoizedIsInitialized = 0; return false; } } memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); for (int i = 0; i < nodeList_.size(); i++) { output.writeMessage(1, nodeList_.get(i)); } getUnknownFields().writeTo(output); } private int memoizedSerializedSize = -1; public int getSerializedSize() { int size = memoizedSerializedSize; if (size != -1) return size; size = 0; for (int i = 0; i < nodeList_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, nodeList_.get(i)); } size += getUnknownFields().getSerializedSize(); memoizedSerializedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override protected java.lang.Object writeReplace() throws java.io.ObjectStreamException { return super.writeReplace(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.NodeList parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.NodeList parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.NodeList parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.NodeList parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.NodeList parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.NodeList parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.NodeList parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.NodeList parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input, extensionRegistry)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.NodeList parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.NodeList parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static Builder newBuilder() { return Builder.create(); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder(com.opera.core.systems.scope.protos.Esdbg6Protos.NodeList prototype) { return newBuilder().mergeFrom(prototype); } public Builder toBuilder() { return newBuilder(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder<Builder> implements com.opera.core.systems.scope.protos.Esdbg6Protos.NodeListOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_NodeList_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_NodeList_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.Esdbg6Protos.NodeList.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder(BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getNodeListFieldBuilder(); } } private static Builder create() { return new Builder(); } public Builder clear() { super.clear(); if (nodeListBuilder_ == null) { nodeList_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); } else { nodeListBuilder_.clear(); } return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.NodeList.getDescriptor(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.NodeList getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.NodeList.getDefaultInstance(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.NodeList build() { com.opera.core.systems.scope.protos.Esdbg6Protos.NodeList result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.Esdbg6Protos.NodeList buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.Esdbg6Protos.NodeList result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.Esdbg6Protos.NodeList buildPartial() { com.opera.core.systems.scope.protos.Esdbg6Protos.NodeList result = new com.opera.core.systems.scope.protos.Esdbg6Protos.NodeList(this); int from_bitField0_ = bitField0_; if (nodeListBuilder_ == null) { if (((bitField0_ & 0x00000001) == 0x00000001)) { nodeList_ = java.util.Collections.unmodifiableList(nodeList_); bitField0_ = (bitField0_ & ~0x00000001); } result.nodeList_ = nodeList_; } else { result.nodeList_ = nodeListBuilder_.build(); } onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.opera.core.systems.scope.protos.Esdbg6Protos.NodeList) { return mergeFrom((com.opera.core.systems.scope.protos.Esdbg6Protos.NodeList)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.Esdbg6Protos.NodeList other) { if (other == com.opera.core.systems.scope.protos.Esdbg6Protos.NodeList.getDefaultInstance()) return this; if (nodeListBuilder_ == null) { if (!other.nodeList_.isEmpty()) { if (nodeList_.isEmpty()) { nodeList_ = other.nodeList_; bitField0_ = (bitField0_ & ~0x00000001); } else { ensureNodeListIsMutable(); nodeList_.addAll(other.nodeList_); } onChanged(); } } else { if (!other.nodeList_.isEmpty()) { if (nodeListBuilder_.isEmpty()) { nodeListBuilder_.dispose(); nodeListBuilder_ = null; nodeList_ = other.nodeList_; bitField0_ = (bitField0_ & ~0x00000001); nodeListBuilder_ = com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? getNodeListFieldBuilder() : null; } else { nodeListBuilder_.addAllMessages(other.nodeList_); } } } this.mergeUnknownFields(other.getUnknownFields()); return this; } public final boolean isInitialized() { for (int i = 0; i < getNodeListCount(); i++) { if (!getNodeList(i).isInitialized()) { return false; } } return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder( this.getUnknownFields()); while (true) { int tag = input.readTag(); switch (tag) { case 0: this.setUnknownFields(unknownFields.build()); onChanged(); return this; default: { if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { this.setUnknownFields(unknownFields.build()); onChanged(); return this; } break; } case 10: { com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo.Builder subBuilder = com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo.newBuilder(); input.readMessage(subBuilder, extensionRegistry); addNodeList(subBuilder.buildPartial()); break; } } } } private int bitField0_; // repeated .scope.debugger.NodeInfo nodeList = 1; private java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo> nodeList_ = java.util.Collections.emptyList(); private void ensureNodeListIsMutable() { if (!((bitField0_ & 0x00000001) == 0x00000001)) { nodeList_ = new java.util.ArrayList<com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo>(nodeList_); bitField0_ |= 0x00000001; } } private com.google.protobuf.RepeatedFieldBuilder< com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo, com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo.Builder, com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfoOrBuilder> nodeListBuilder_; public java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo> getNodeListList() { if (nodeListBuilder_ == null) { return java.util.Collections.unmodifiableList(nodeList_); } else { return nodeListBuilder_.getMessageList(); } } public int getNodeListCount() { if (nodeListBuilder_ == null) { return nodeList_.size(); } else { return nodeListBuilder_.getCount(); } } public com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo getNodeList(int index) { if (nodeListBuilder_ == null) { return nodeList_.get(index); } else { return nodeListBuilder_.getMessage(index); } } public Builder setNodeList( int index, com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo value) { if (nodeListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureNodeListIsMutable(); nodeList_.set(index, value); onChanged(); } else { nodeListBuilder_.setMessage(index, value); } return this; } public Builder setNodeList( int index, com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo.Builder builderForValue) { if (nodeListBuilder_ == null) { ensureNodeListIsMutable(); nodeList_.set(index, builderForValue.build()); onChanged(); } else { nodeListBuilder_.setMessage(index, builderForValue.build()); } return this; } public Builder addNodeList(com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo value) { if (nodeListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureNodeListIsMutable(); nodeList_.add(value); onChanged(); } else { nodeListBuilder_.addMessage(value); } return this; } public Builder addNodeList( int index, com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo value) { if (nodeListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureNodeListIsMutable(); nodeList_.add(index, value); onChanged(); } else { nodeListBuilder_.addMessage(index, value); } return this; } public Builder addNodeList( com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo.Builder builderForValue) { if (nodeListBuilder_ == null) { ensureNodeListIsMutable(); nodeList_.add(builderForValue.build()); onChanged(); } else { nodeListBuilder_.addMessage(builderForValue.build()); } return this; } public Builder addNodeList( int index, com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo.Builder builderForValue) { if (nodeListBuilder_ == null) { ensureNodeListIsMutable(); nodeList_.add(index, builderForValue.build()); onChanged(); } else { nodeListBuilder_.addMessage(index, builderForValue.build()); } return this; } public Builder addAllNodeList( java.lang.Iterable<? extends com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo> values) { if (nodeListBuilder_ == null) { ensureNodeListIsMutable(); super.addAll(values, nodeList_); onChanged(); } else { nodeListBuilder_.addAllMessages(values); } return this; } public Builder clearNodeList() { if (nodeListBuilder_ == null) { nodeList_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); } else { nodeListBuilder_.clear(); } return this; } public Builder removeNodeList(int index) { if (nodeListBuilder_ == null) { ensureNodeListIsMutable(); nodeList_.remove(index); onChanged(); } else { nodeListBuilder_.remove(index); } return this; } public com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo.Builder getNodeListBuilder( int index) { return getNodeListFieldBuilder().getBuilder(index); } public com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfoOrBuilder getNodeListOrBuilder( int index) { if (nodeListBuilder_ == null) { return nodeList_.get(index); } else { return nodeListBuilder_.getMessageOrBuilder(index); } } public java.util.List<? extends com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfoOrBuilder> getNodeListOrBuilderList() { if (nodeListBuilder_ != null) { return nodeListBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(nodeList_); } } public com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo.Builder addNodeListBuilder() { return getNodeListFieldBuilder().addBuilder( com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo.getDefaultInstance()); } public com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo.Builder addNodeListBuilder( int index) { return getNodeListFieldBuilder().addBuilder( index, com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo.getDefaultInstance()); } public java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo.Builder> getNodeListBuilderList() { return getNodeListFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilder< com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo, com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo.Builder, com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfoOrBuilder> getNodeListFieldBuilder() { if (nodeListBuilder_ == null) { nodeListBuilder_ = new com.google.protobuf.RepeatedFieldBuilder< com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo, com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo.Builder, com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfoOrBuilder>( nodeList_, ((bitField0_ & 0x00000001) == 0x00000001), getParentForChildren(), isClean()); nodeList_ = null; } return nodeListBuilder_; } // @@protoc_insertion_point(builder_scope:scope.debugger.NodeList) } static { defaultInstance = new NodeList(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.NodeList) } public interface FrameSelectionOrBuilder extends com.google.protobuf.MessageOrBuilder { // required uint32 runtimeID = 1; boolean hasRuntimeID(); int getRuntimeID(); // required uint32 threadID = 2; boolean hasThreadID(); int getThreadID(); // required uint32 frameID = 3; boolean hasFrameID(); int getFrameID(); } public static final class FrameSelection extends com.google.protobuf.GeneratedMessage implements FrameSelectionOrBuilder { // Use FrameSelection.newBuilder() to construct. private FrameSelection(Builder builder) { super(builder); } private FrameSelection(boolean noInit) {} private static final FrameSelection defaultInstance; public static FrameSelection getDefaultInstance() { return defaultInstance; } public FrameSelection getDefaultInstanceForType() { return defaultInstance; } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_FrameSelection_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_FrameSelection_fieldAccessorTable; } private int bitField0_; // required uint32 runtimeID = 1; public static final int RUNTIMEID_FIELD_NUMBER = 1; private int runtimeID_; public boolean hasRuntimeID() { return ((bitField0_ & 0x00000001) == 0x00000001); } public int getRuntimeID() { return runtimeID_; } // required uint32 threadID = 2; public static final int THREADID_FIELD_NUMBER = 2; private int threadID_; public boolean hasThreadID() { return ((bitField0_ & 0x00000002) == 0x00000002); } public int getThreadID() { return threadID_; } // required uint32 frameID = 3; public static final int FRAMEID_FIELD_NUMBER = 3; private int frameID_; public boolean hasFrameID() { return ((bitField0_ & 0x00000004) == 0x00000004); } public int getFrameID() { return frameID_; } private void initFields() { runtimeID_ = 0; threadID_ = 0; frameID_ = 0; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized != -1) return isInitialized == 1; if (!hasRuntimeID()) { memoizedIsInitialized = 0; return false; } if (!hasThreadID()) { memoizedIsInitialized = 0; return false; } if (!hasFrameID()) { memoizedIsInitialized = 0; return false; } memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { output.writeUInt32(1, runtimeID_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { output.writeUInt32(2, threadID_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { output.writeUInt32(3, frameID_); } getUnknownFields().writeTo(output); } private int memoizedSerializedSize = -1; public int getSerializedSize() { int size = memoizedSerializedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(1, runtimeID_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(2, threadID_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(3, frameID_); } size += getUnknownFields().getSerializedSize(); memoizedSerializedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override protected java.lang.Object writeReplace() throws java.io.ObjectStreamException { return super.writeReplace(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.FrameSelection parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.FrameSelection parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.FrameSelection parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.FrameSelection parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.FrameSelection parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.FrameSelection parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.FrameSelection parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.FrameSelection parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input, extensionRegistry)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.FrameSelection parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.FrameSelection parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static Builder newBuilder() { return Builder.create(); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder(com.opera.core.systems.scope.protos.Esdbg6Protos.FrameSelection prototype) { return newBuilder().mergeFrom(prototype); } public Builder toBuilder() { return newBuilder(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder<Builder> implements com.opera.core.systems.scope.protos.Esdbg6Protos.FrameSelectionOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_FrameSelection_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_FrameSelection_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.Esdbg6Protos.FrameSelection.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder(BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } private static Builder create() { return new Builder(); } public Builder clear() { super.clear(); runtimeID_ = 0; bitField0_ = (bitField0_ & ~0x00000001); threadID_ = 0; bitField0_ = (bitField0_ & ~0x00000002); frameID_ = 0; bitField0_ = (bitField0_ & ~0x00000004); return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.FrameSelection.getDescriptor(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.FrameSelection getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.FrameSelection.getDefaultInstance(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.FrameSelection build() { com.opera.core.systems.scope.protos.Esdbg6Protos.FrameSelection result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.Esdbg6Protos.FrameSelection buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.Esdbg6Protos.FrameSelection result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.Esdbg6Protos.FrameSelection buildPartial() { com.opera.core.systems.scope.protos.Esdbg6Protos.FrameSelection result = new com.opera.core.systems.scope.protos.Esdbg6Protos.FrameSelection(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } result.runtimeID_ = runtimeID_; if (((from_bitField0_ & 0x00000002) == 0x00000002)) { to_bitField0_ |= 0x00000002; } result.threadID_ = threadID_; if (((from_bitField0_ & 0x00000004) == 0x00000004)) { to_bitField0_ |= 0x00000004; } result.frameID_ = frameID_; result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.opera.core.systems.scope.protos.Esdbg6Protos.FrameSelection) { return mergeFrom((com.opera.core.systems.scope.protos.Esdbg6Protos.FrameSelection)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.Esdbg6Protos.FrameSelection other) { if (other == com.opera.core.systems.scope.protos.Esdbg6Protos.FrameSelection.getDefaultInstance()) return this; if (other.hasRuntimeID()) { setRuntimeID(other.getRuntimeID()); } if (other.hasThreadID()) { setThreadID(other.getThreadID()); } if (other.hasFrameID()) { setFrameID(other.getFrameID()); } this.mergeUnknownFields(other.getUnknownFields()); return this; } public final boolean isInitialized() { if (!hasRuntimeID()) { return false; } if (!hasThreadID()) { return false; } if (!hasFrameID()) { return false; } return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder( this.getUnknownFields()); while (true) { int tag = input.readTag(); switch (tag) { case 0: this.setUnknownFields(unknownFields.build()); onChanged(); return this; default: { if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { this.setUnknownFields(unknownFields.build()); onChanged(); return this; } break; } case 8: { bitField0_ |= 0x00000001; runtimeID_ = input.readUInt32(); break; } case 16: { bitField0_ |= 0x00000002; threadID_ = input.readUInt32(); break; } case 24: { bitField0_ |= 0x00000004; frameID_ = input.readUInt32(); break; } } } } private int bitField0_; // required uint32 runtimeID = 1; private int runtimeID_ ; public boolean hasRuntimeID() { return ((bitField0_ & 0x00000001) == 0x00000001); } public int getRuntimeID() { return runtimeID_; } public Builder setRuntimeID(int value) { bitField0_ |= 0x00000001; runtimeID_ = value; onChanged(); return this; } public Builder clearRuntimeID() { bitField0_ = (bitField0_ & ~0x00000001); runtimeID_ = 0; onChanged(); return this; } // required uint32 threadID = 2; private int threadID_ ; public boolean hasThreadID() { return ((bitField0_ & 0x00000002) == 0x00000002); } public int getThreadID() { return threadID_; } public Builder setThreadID(int value) { bitField0_ |= 0x00000002; threadID_ = value; onChanged(); return this; } public Builder clearThreadID() { bitField0_ = (bitField0_ & ~0x00000002); threadID_ = 0; onChanged(); return this; } // required uint32 frameID = 3; private int frameID_ ; public boolean hasFrameID() { return ((bitField0_ & 0x00000004) == 0x00000004); } public int getFrameID() { return frameID_; } public Builder setFrameID(int value) { bitField0_ |= 0x00000004; frameID_ = value; onChanged(); return this; } public Builder clearFrameID() { bitField0_ = (bitField0_ & ~0x00000004); frameID_ = 0; onChanged(); return this; } // @@protoc_insertion_point(builder_scope:scope.debugger.FrameSelection) } static { defaultInstance = new FrameSelection(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.FrameSelection) } public interface DomParseErrorOrBuilder extends com.google.protobuf.MessageOrBuilder { // required uint32 runtimeID = 1; boolean hasRuntimeID(); int getRuntimeID(); // required uint32 scriptID = 2; boolean hasScriptID(); int getScriptID(); // required uint32 lineNumber = 3; boolean hasLineNumber(); int getLineNumber(); // required uint32 offset = 4; boolean hasOffset(); int getOffset(); // required string context = 5; boolean hasContext(); String getContext(); // required string description = 6; boolean hasDescription(); String getDescription(); } public static final class DomParseError extends com.google.protobuf.GeneratedMessage implements DomParseErrorOrBuilder { // Use DomParseError.newBuilder() to construct. private DomParseError(Builder builder) { super(builder); } private DomParseError(boolean noInit) {} private static final DomParseError defaultInstance; public static DomParseError getDefaultInstance() { return defaultInstance; } public DomParseError getDefaultInstanceForType() { return defaultInstance; } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_DomParseError_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_DomParseError_fieldAccessorTable; } private int bitField0_; // required uint32 runtimeID = 1; public static final int RUNTIMEID_FIELD_NUMBER = 1; private int runtimeID_; public boolean hasRuntimeID() { return ((bitField0_ & 0x00000001) == 0x00000001); } public int getRuntimeID() { return runtimeID_; } // required uint32 scriptID = 2; public static final int SCRIPTID_FIELD_NUMBER = 2; private int scriptID_; public boolean hasScriptID() { return ((bitField0_ & 0x00000002) == 0x00000002); } public int getScriptID() { return scriptID_; } // required uint32 lineNumber = 3; public static final int LINENUMBER_FIELD_NUMBER = 3; private int lineNumber_; public boolean hasLineNumber() { return ((bitField0_ & 0x00000004) == 0x00000004); } public int getLineNumber() { return lineNumber_; } // required uint32 offset = 4; public static final int OFFSET_FIELD_NUMBER = 4; private int offset_; public boolean hasOffset() { return ((bitField0_ & 0x00000008) == 0x00000008); } public int getOffset() { return offset_; } // required string context = 5; public static final int CONTEXT_FIELD_NUMBER = 5; private java.lang.Object context_; public boolean hasContext() { return ((bitField0_ & 0x00000010) == 0x00000010); } public String getContext() { java.lang.Object ref = context_; if (ref instanceof String) { return (String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; String s = bs.toStringUtf8(); if (com.google.protobuf.Internal.isValidUtf8(bs)) { context_ = s; } return s; } } private com.google.protobuf.ByteString getContextBytes() { java.lang.Object ref = context_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((String) ref); context_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } // required string description = 6; public static final int DESCRIPTION_FIELD_NUMBER = 6; private java.lang.Object description_; public boolean hasDescription() { return ((bitField0_ & 0x00000020) == 0x00000020); } public String getDescription() { java.lang.Object ref = description_; if (ref instanceof String) { return (String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; String s = bs.toStringUtf8(); if (com.google.protobuf.Internal.isValidUtf8(bs)) { description_ = s; } return s; } } private com.google.protobuf.ByteString getDescriptionBytes() { java.lang.Object ref = description_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((String) ref); description_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } private void initFields() { runtimeID_ = 0; scriptID_ = 0; lineNumber_ = 0; offset_ = 0; context_ = ""; description_ = ""; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized != -1) return isInitialized == 1; if (!hasRuntimeID()) { memoizedIsInitialized = 0; return false; } if (!hasScriptID()) { memoizedIsInitialized = 0; return false; } if (!hasLineNumber()) { memoizedIsInitialized = 0; return false; } if (!hasOffset()) { memoizedIsInitialized = 0; return false; } if (!hasContext()) { memoizedIsInitialized = 0; return false; } if (!hasDescription()) { memoizedIsInitialized = 0; return false; } memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { output.writeUInt32(1, runtimeID_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { output.writeUInt32(2, scriptID_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { output.writeUInt32(3, lineNumber_); } if (((bitField0_ & 0x00000008) == 0x00000008)) { output.writeUInt32(4, offset_); } if (((bitField0_ & 0x00000010) == 0x00000010)) { output.writeBytes(5, getContextBytes()); } if (((bitField0_ & 0x00000020) == 0x00000020)) { output.writeBytes(6, getDescriptionBytes()); } getUnknownFields().writeTo(output); } private int memoizedSerializedSize = -1; public int getSerializedSize() { int size = memoizedSerializedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(1, runtimeID_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(2, scriptID_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(3, lineNumber_); } if (((bitField0_ & 0x00000008) == 0x00000008)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(4, offset_); } if (((bitField0_ & 0x00000010) == 0x00000010)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(5, getContextBytes()); } if (((bitField0_ & 0x00000020) == 0x00000020)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(6, getDescriptionBytes()); } size += getUnknownFields().getSerializedSize(); memoizedSerializedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override protected java.lang.Object writeReplace() throws java.io.ObjectStreamException { return super.writeReplace(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.DomParseError parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.DomParseError parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.DomParseError parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.DomParseError parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.DomParseError parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.DomParseError parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.DomParseError parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.DomParseError parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input, extensionRegistry)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.DomParseError parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.DomParseError parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static Builder newBuilder() { return Builder.create(); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder(com.opera.core.systems.scope.protos.Esdbg6Protos.DomParseError prototype) { return newBuilder().mergeFrom(prototype); } public Builder toBuilder() { return newBuilder(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder<Builder> implements com.opera.core.systems.scope.protos.Esdbg6Protos.DomParseErrorOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_DomParseError_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_DomParseError_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.Esdbg6Protos.DomParseError.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder(BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } private static Builder create() { return new Builder(); } public Builder clear() { super.clear(); runtimeID_ = 0; bitField0_ = (bitField0_ & ~0x00000001); scriptID_ = 0; bitField0_ = (bitField0_ & ~0x00000002); lineNumber_ = 0; bitField0_ = (bitField0_ & ~0x00000004); offset_ = 0; bitField0_ = (bitField0_ & ~0x00000008); context_ = ""; bitField0_ = (bitField0_ & ~0x00000010); description_ = ""; bitField0_ = (bitField0_ & ~0x00000020); return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.DomParseError.getDescriptor(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.DomParseError getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.DomParseError.getDefaultInstance(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.DomParseError build() { com.opera.core.systems.scope.protos.Esdbg6Protos.DomParseError result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.Esdbg6Protos.DomParseError buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.Esdbg6Protos.DomParseError result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.Esdbg6Protos.DomParseError buildPartial() { com.opera.core.systems.scope.protos.Esdbg6Protos.DomParseError result = new com.opera.core.systems.scope.protos.Esdbg6Protos.DomParseError(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } result.runtimeID_ = runtimeID_; if (((from_bitField0_ & 0x00000002) == 0x00000002)) { to_bitField0_ |= 0x00000002; } result.scriptID_ = scriptID_; if (((from_bitField0_ & 0x00000004) == 0x00000004)) { to_bitField0_ |= 0x00000004; } result.lineNumber_ = lineNumber_; if (((from_bitField0_ & 0x00000008) == 0x00000008)) { to_bitField0_ |= 0x00000008; } result.offset_ = offset_; if (((from_bitField0_ & 0x00000010) == 0x00000010)) { to_bitField0_ |= 0x00000010; } result.context_ = context_; if (((from_bitField0_ & 0x00000020) == 0x00000020)) { to_bitField0_ |= 0x00000020; } result.description_ = description_; result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.opera.core.systems.scope.protos.Esdbg6Protos.DomParseError) { return mergeFrom((com.opera.core.systems.scope.protos.Esdbg6Protos.DomParseError)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.Esdbg6Protos.DomParseError other) { if (other == com.opera.core.systems.scope.protos.Esdbg6Protos.DomParseError.getDefaultInstance()) return this; if (other.hasRuntimeID()) { setRuntimeID(other.getRuntimeID()); } if (other.hasScriptID()) { setScriptID(other.getScriptID()); } if (other.hasLineNumber()) { setLineNumber(other.getLineNumber()); } if (other.hasOffset()) { setOffset(other.getOffset()); } if (other.hasContext()) { setContext(other.getContext()); } if (other.hasDescription()) { setDescription(other.getDescription()); } this.mergeUnknownFields(other.getUnknownFields()); return this; } public final boolean isInitialized() { if (!hasRuntimeID()) { return false; } if (!hasScriptID()) { return false; } if (!hasLineNumber()) { return false; } if (!hasOffset()) { return false; } if (!hasContext()) { return false; } if (!hasDescription()) { return false; } return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder( this.getUnknownFields()); while (true) { int tag = input.readTag(); switch (tag) { case 0: this.setUnknownFields(unknownFields.build()); onChanged(); return this; default: { if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { this.setUnknownFields(unknownFields.build()); onChanged(); return this; } break; } case 8: { bitField0_ |= 0x00000001; runtimeID_ = input.readUInt32(); break; } case 16: { bitField0_ |= 0x00000002; scriptID_ = input.readUInt32(); break; } case 24: { bitField0_ |= 0x00000004; lineNumber_ = input.readUInt32(); break; } case 32: { bitField0_ |= 0x00000008; offset_ = input.readUInt32(); break; } case 42: { bitField0_ |= 0x00000010; context_ = input.readBytes(); break; } case 50: { bitField0_ |= 0x00000020; description_ = input.readBytes(); break; } } } } private int bitField0_; // required uint32 runtimeID = 1; private int runtimeID_ ; public boolean hasRuntimeID() { return ((bitField0_ & 0x00000001) == 0x00000001); } public int getRuntimeID() { return runtimeID_; } public Builder setRuntimeID(int value) { bitField0_ |= 0x00000001; runtimeID_ = value; onChanged(); return this; } public Builder clearRuntimeID() { bitField0_ = (bitField0_ & ~0x00000001); runtimeID_ = 0; onChanged(); return this; } // required uint32 scriptID = 2; private int scriptID_ ; public boolean hasScriptID() { return ((bitField0_ & 0x00000002) == 0x00000002); } public int getScriptID() { return scriptID_; } public Builder setScriptID(int value) { bitField0_ |= 0x00000002; scriptID_ = value; onChanged(); return this; } public Builder clearScriptID() { bitField0_ = (bitField0_ & ~0x00000002); scriptID_ = 0; onChanged(); return this; } // required uint32 lineNumber = 3; private int lineNumber_ ; public boolean hasLineNumber() { return ((bitField0_ & 0x00000004) == 0x00000004); } public int getLineNumber() { return lineNumber_; } public Builder setLineNumber(int value) { bitField0_ |= 0x00000004; lineNumber_ = value; onChanged(); return this; } public Builder clearLineNumber() { bitField0_ = (bitField0_ & ~0x00000004); lineNumber_ = 0; onChanged(); return this; } // required uint32 offset = 4; private int offset_ ; public boolean hasOffset() { return ((bitField0_ & 0x00000008) == 0x00000008); } public int getOffset() { return offset_; } public Builder setOffset(int value) { bitField0_ |= 0x00000008; offset_ = value; onChanged(); return this; } public Builder clearOffset() { bitField0_ = (bitField0_ & ~0x00000008); offset_ = 0; onChanged(); return this; } // required string context = 5; private java.lang.Object context_ = ""; public boolean hasContext() { return ((bitField0_ & 0x00000010) == 0x00000010); } public String getContext() { java.lang.Object ref = context_; if (!(ref instanceof String)) { String s = ((com.google.protobuf.ByteString) ref).toStringUtf8(); context_ = s; return s; } else { return (String) ref; } } public Builder setContext(String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000010; context_ = value; onChanged(); return this; } public Builder clearContext() { bitField0_ = (bitField0_ & ~0x00000010); context_ = getDefaultInstance().getContext(); onChanged(); return this; } void setContext(com.google.protobuf.ByteString value) { bitField0_ |= 0x00000010; context_ = value; onChanged(); } // required string description = 6; private java.lang.Object description_ = ""; public boolean hasDescription() { return ((bitField0_ & 0x00000020) == 0x00000020); } public String getDescription() { java.lang.Object ref = description_; if (!(ref instanceof String)) { String s = ((com.google.protobuf.ByteString) ref).toStringUtf8(); description_ = s; return s; } else { return (String) ref; } } public Builder setDescription(String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000020; description_ = value; onChanged(); return this; } public Builder clearDescription() { bitField0_ = (bitField0_ & ~0x00000020); description_ = getDefaultInstance().getDescription(); onChanged(); return this; } void setDescription(com.google.protobuf.ByteString value) { bitField0_ |= 0x00000020; description_ = value; onChanged(); } // @@protoc_insertion_point(builder_scope:scope.debugger.DomParseError) } static { defaultInstance = new DomParseError(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.DomParseError) } public interface ConfigurationOrBuilder extends com.google.protobuf.MessageOrBuilder { // optional bool stopAtScript = 1 [default = true]; boolean hasStopAtScript(); boolean getStopAtScript(); // optional bool stopAtException = 2 [default = false]; boolean hasStopAtException(); boolean getStopAtException(); // optional bool stopAtError = 3 [default = false]; boolean hasStopAtError(); boolean getStopAtError(); // optional bool stopAtAbort = 4 [default = false]; boolean hasStopAtAbort(); boolean getStopAtAbort(); // optional bool stopAtGc = 5 [default = false]; boolean hasStopAtGc(); boolean getStopAtGc(); // optional bool stopAtDebuggerStatement = 6 [default = false]; boolean hasStopAtDebuggerStatement(); boolean getStopAtDebuggerStatement(); } public static final class Configuration extends com.google.protobuf.GeneratedMessage implements ConfigurationOrBuilder { // Use Configuration.newBuilder() to construct. private Configuration(Builder builder) { super(builder); } private Configuration(boolean noInit) {} private static final Configuration defaultInstance; public static Configuration getDefaultInstance() { return defaultInstance; } public Configuration getDefaultInstanceForType() { return defaultInstance; } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_Configuration_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_Configuration_fieldAccessorTable; } private int bitField0_; // optional bool stopAtScript = 1 [default = true]; public static final int STOPATSCRIPT_FIELD_NUMBER = 1; private boolean stopAtScript_; public boolean hasStopAtScript() { return ((bitField0_ & 0x00000001) == 0x00000001); } public boolean getStopAtScript() { return stopAtScript_; } // optional bool stopAtException = 2 [default = false]; public static final int STOPATEXCEPTION_FIELD_NUMBER = 2; private boolean stopAtException_; public boolean hasStopAtException() { return ((bitField0_ & 0x00000002) == 0x00000002); } public boolean getStopAtException() { return stopAtException_; } // optional bool stopAtError = 3 [default = false]; public static final int STOPATERROR_FIELD_NUMBER = 3; private boolean stopAtError_; public boolean hasStopAtError() { return ((bitField0_ & 0x00000004) == 0x00000004); } public boolean getStopAtError() { return stopAtError_; } // optional bool stopAtAbort = 4 [default = false]; public static final int STOPATABORT_FIELD_NUMBER = 4; private boolean stopAtAbort_; public boolean hasStopAtAbort() { return ((bitField0_ & 0x00000008) == 0x00000008); } public boolean getStopAtAbort() { return stopAtAbort_; } // optional bool stopAtGc = 5 [default = false]; public static final int STOPATGC_FIELD_NUMBER = 5; private boolean stopAtGc_; public boolean hasStopAtGc() { return ((bitField0_ & 0x00000010) == 0x00000010); } public boolean getStopAtGc() { return stopAtGc_; } // optional bool stopAtDebuggerStatement = 6 [default = false]; public static final int STOPATDEBUGGERSTATEMENT_FIELD_NUMBER = 6; private boolean stopAtDebuggerStatement_; public boolean hasStopAtDebuggerStatement() { return ((bitField0_ & 0x00000020) == 0x00000020); } public boolean getStopAtDebuggerStatement() { return stopAtDebuggerStatement_; } private void initFields() { stopAtScript_ = true; stopAtException_ = false; stopAtError_ = false; stopAtAbort_ = false; stopAtGc_ = false; stopAtDebuggerStatement_ = false; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized != -1) return isInitialized == 1; memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { output.writeBool(1, stopAtScript_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { output.writeBool(2, stopAtException_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { output.writeBool(3, stopAtError_); } if (((bitField0_ & 0x00000008) == 0x00000008)) { output.writeBool(4, stopAtAbort_); } if (((bitField0_ & 0x00000010) == 0x00000010)) { output.writeBool(5, stopAtGc_); } if (((bitField0_ & 0x00000020) == 0x00000020)) { output.writeBool(6, stopAtDebuggerStatement_); } getUnknownFields().writeTo(output); } private int memoizedSerializedSize = -1; public int getSerializedSize() { int size = memoizedSerializedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(1, stopAtScript_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(2, stopAtException_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(3, stopAtError_); } if (((bitField0_ & 0x00000008) == 0x00000008)) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(4, stopAtAbort_); } if (((bitField0_ & 0x00000010) == 0x00000010)) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(5, stopAtGc_); } if (((bitField0_ & 0x00000020) == 0x00000020)) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(6, stopAtDebuggerStatement_); } size += getUnknownFields().getSerializedSize(); memoizedSerializedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override protected java.lang.Object writeReplace() throws java.io.ObjectStreamException { return super.writeReplace(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.Configuration parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.Configuration parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.Configuration parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.Configuration parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.Configuration parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.Configuration parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.Configuration parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.Configuration parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input, extensionRegistry)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.Configuration parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.Configuration parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static Builder newBuilder() { return Builder.create(); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder(com.opera.core.systems.scope.protos.Esdbg6Protos.Configuration prototype) { return newBuilder().mergeFrom(prototype); } public Builder toBuilder() { return newBuilder(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder<Builder> implements com.opera.core.systems.scope.protos.Esdbg6Protos.ConfigurationOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_Configuration_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_Configuration_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.Esdbg6Protos.Configuration.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder(BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } private static Builder create() { return new Builder(); } public Builder clear() { super.clear(); stopAtScript_ = true; bitField0_ = (bitField0_ & ~0x00000001); stopAtException_ = false; bitField0_ = (bitField0_ & ~0x00000002); stopAtError_ = false; bitField0_ = (bitField0_ & ~0x00000004); stopAtAbort_ = false; bitField0_ = (bitField0_ & ~0x00000008); stopAtGc_ = false; bitField0_ = (bitField0_ & ~0x00000010); stopAtDebuggerStatement_ = false; bitField0_ = (bitField0_ & ~0x00000020); return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.Configuration.getDescriptor(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.Configuration getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.Configuration.getDefaultInstance(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.Configuration build() { com.opera.core.systems.scope.protos.Esdbg6Protos.Configuration result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.Esdbg6Protos.Configuration buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.Esdbg6Protos.Configuration result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.Esdbg6Protos.Configuration buildPartial() { com.opera.core.systems.scope.protos.Esdbg6Protos.Configuration result = new com.opera.core.systems.scope.protos.Esdbg6Protos.Configuration(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } result.stopAtScript_ = stopAtScript_; if (((from_bitField0_ & 0x00000002) == 0x00000002)) { to_bitField0_ |= 0x00000002; } result.stopAtException_ = stopAtException_; if (((from_bitField0_ & 0x00000004) == 0x00000004)) { to_bitField0_ |= 0x00000004; } result.stopAtError_ = stopAtError_; if (((from_bitField0_ & 0x00000008) == 0x00000008)) { to_bitField0_ |= 0x00000008; } result.stopAtAbort_ = stopAtAbort_; if (((from_bitField0_ & 0x00000010) == 0x00000010)) { to_bitField0_ |= 0x00000010; } result.stopAtGc_ = stopAtGc_; if (((from_bitField0_ & 0x00000020) == 0x00000020)) { to_bitField0_ |= 0x00000020; } result.stopAtDebuggerStatement_ = stopAtDebuggerStatement_; result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.opera.core.systems.scope.protos.Esdbg6Protos.Configuration) { return mergeFrom((com.opera.core.systems.scope.protos.Esdbg6Protos.Configuration)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.Esdbg6Protos.Configuration other) { if (other == com.opera.core.systems.scope.protos.Esdbg6Protos.Configuration.getDefaultInstance()) return this; if (other.hasStopAtScript()) { setStopAtScript(other.getStopAtScript()); } if (other.hasStopAtException()) { setStopAtException(other.getStopAtException()); } if (other.hasStopAtError()) { setStopAtError(other.getStopAtError()); } if (other.hasStopAtAbort()) { setStopAtAbort(other.getStopAtAbort()); } if (other.hasStopAtGc()) { setStopAtGc(other.getStopAtGc()); } if (other.hasStopAtDebuggerStatement()) { setStopAtDebuggerStatement(other.getStopAtDebuggerStatement()); } this.mergeUnknownFields(other.getUnknownFields()); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder( this.getUnknownFields()); while (true) { int tag = input.readTag(); switch (tag) { case 0: this.setUnknownFields(unknownFields.build()); onChanged(); return this; default: { if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { this.setUnknownFields(unknownFields.build()); onChanged(); return this; } break; } case 8: { bitField0_ |= 0x00000001; stopAtScript_ = input.readBool(); break; } case 16: { bitField0_ |= 0x00000002; stopAtException_ = input.readBool(); break; } case 24: { bitField0_ |= 0x00000004; stopAtError_ = input.readBool(); break; } case 32: { bitField0_ |= 0x00000008; stopAtAbort_ = input.readBool(); break; } case 40: { bitField0_ |= 0x00000010; stopAtGc_ = input.readBool(); break; } case 48: { bitField0_ |= 0x00000020; stopAtDebuggerStatement_ = input.readBool(); break; } } } } private int bitField0_; // optional bool stopAtScript = 1 [default = true]; private boolean stopAtScript_ = true; public boolean hasStopAtScript() { return ((bitField0_ & 0x00000001) == 0x00000001); } public boolean getStopAtScript() { return stopAtScript_; } public Builder setStopAtScript(boolean value) { bitField0_ |= 0x00000001; stopAtScript_ = value; onChanged(); return this; } public Builder clearStopAtScript() { bitField0_ = (bitField0_ & ~0x00000001); stopAtScript_ = true; onChanged(); return this; } // optional bool stopAtException = 2 [default = false]; private boolean stopAtException_ ; public boolean hasStopAtException() { return ((bitField0_ & 0x00000002) == 0x00000002); } public boolean getStopAtException() { return stopAtException_; } public Builder setStopAtException(boolean value) { bitField0_ |= 0x00000002; stopAtException_ = value; onChanged(); return this; } public Builder clearStopAtException() { bitField0_ = (bitField0_ & ~0x00000002); stopAtException_ = false; onChanged(); return this; } // optional bool stopAtError = 3 [default = false]; private boolean stopAtError_ ; public boolean hasStopAtError() { return ((bitField0_ & 0x00000004) == 0x00000004); } public boolean getStopAtError() { return stopAtError_; } public Builder setStopAtError(boolean value) { bitField0_ |= 0x00000004; stopAtError_ = value; onChanged(); return this; } public Builder clearStopAtError() { bitField0_ = (bitField0_ & ~0x00000004); stopAtError_ = false; onChanged(); return this; } // optional bool stopAtAbort = 4 [default = false]; private boolean stopAtAbort_ ; public boolean hasStopAtAbort() { return ((bitField0_ & 0x00000008) == 0x00000008); } public boolean getStopAtAbort() { return stopAtAbort_; } public Builder setStopAtAbort(boolean value) { bitField0_ |= 0x00000008; stopAtAbort_ = value; onChanged(); return this; } public Builder clearStopAtAbort() { bitField0_ = (bitField0_ & ~0x00000008); stopAtAbort_ = false; onChanged(); return this; } // optional bool stopAtGc = 5 [default = false]; private boolean stopAtGc_ ; public boolean hasStopAtGc() { return ((bitField0_ & 0x00000010) == 0x00000010); } public boolean getStopAtGc() { return stopAtGc_; } public Builder setStopAtGc(boolean value) { bitField0_ |= 0x00000010; stopAtGc_ = value; onChanged(); return this; } public Builder clearStopAtGc() { bitField0_ = (bitField0_ & ~0x00000010); stopAtGc_ = false; onChanged(); return this; } // optional bool stopAtDebuggerStatement = 6 [default = false]; private boolean stopAtDebuggerStatement_ ; public boolean hasStopAtDebuggerStatement() { return ((bitField0_ & 0x00000020) == 0x00000020); } public boolean getStopAtDebuggerStatement() { return stopAtDebuggerStatement_; } public Builder setStopAtDebuggerStatement(boolean value) { bitField0_ |= 0x00000020; stopAtDebuggerStatement_ = value; onChanged(); return this; } public Builder clearStopAtDebuggerStatement() { bitField0_ = (bitField0_ & ~0x00000020); stopAtDebuggerStatement_ = false; onChanged(); return this; } // @@protoc_insertion_point(builder_scope:scope.debugger.Configuration) } static { defaultInstance = new Configuration(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.Configuration) } public interface BreakpointOrBuilder extends com.google.protobuf.MessageOrBuilder { // required uint32 breakpointID = 1; boolean hasBreakpointID(); int getBreakpointID(); // required uint32 scriptID = 2; boolean hasScriptID(); int getScriptID(); // required uint32 lineNumber = 3; boolean hasLineNumber(); int getLineNumber(); } public static final class Breakpoint extends com.google.protobuf.GeneratedMessage implements BreakpointOrBuilder { // Use Breakpoint.newBuilder() to construct. private Breakpoint(Builder builder) { super(builder); } private Breakpoint(boolean noInit) {} private static final Breakpoint defaultInstance; public static Breakpoint getDefaultInstance() { return defaultInstance; } public Breakpoint getDefaultInstanceForType() { return defaultInstance; } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_Breakpoint_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_Breakpoint_fieldAccessorTable; } private int bitField0_; // required uint32 breakpointID = 1; public static final int BREAKPOINTID_FIELD_NUMBER = 1; private int breakpointID_; public boolean hasBreakpointID() { return ((bitField0_ & 0x00000001) == 0x00000001); } public int getBreakpointID() { return breakpointID_; } // required uint32 scriptID = 2; public static final int SCRIPTID_FIELD_NUMBER = 2; private int scriptID_; public boolean hasScriptID() { return ((bitField0_ & 0x00000002) == 0x00000002); } public int getScriptID() { return scriptID_; } // required uint32 lineNumber = 3; public static final int LINENUMBER_FIELD_NUMBER = 3; private int lineNumber_; public boolean hasLineNumber() { return ((bitField0_ & 0x00000004) == 0x00000004); } public int getLineNumber() { return lineNumber_; } private void initFields() { breakpointID_ = 0; scriptID_ = 0; lineNumber_ = 0; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized != -1) return isInitialized == 1; if (!hasBreakpointID()) { memoizedIsInitialized = 0; return false; } if (!hasScriptID()) { memoizedIsInitialized = 0; return false; } if (!hasLineNumber()) { memoizedIsInitialized = 0; return false; } memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { output.writeUInt32(1, breakpointID_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { output.writeUInt32(2, scriptID_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { output.writeUInt32(3, lineNumber_); } getUnknownFields().writeTo(output); } private int memoizedSerializedSize = -1; public int getSerializedSize() { int size = memoizedSerializedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(1, breakpointID_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(2, scriptID_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(3, lineNumber_); } size += getUnknownFields().getSerializedSize(); memoizedSerializedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override protected java.lang.Object writeReplace() throws java.io.ObjectStreamException { return super.writeReplace(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.Breakpoint parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.Breakpoint parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.Breakpoint parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.Breakpoint parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.Breakpoint parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.Breakpoint parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.Breakpoint parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.Breakpoint parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input, extensionRegistry)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.Breakpoint parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.Breakpoint parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static Builder newBuilder() { return Builder.create(); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder(com.opera.core.systems.scope.protos.Esdbg6Protos.Breakpoint prototype) { return newBuilder().mergeFrom(prototype); } public Builder toBuilder() { return newBuilder(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder<Builder> implements com.opera.core.systems.scope.protos.Esdbg6Protos.BreakpointOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_Breakpoint_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_Breakpoint_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.Esdbg6Protos.Breakpoint.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder(BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } private static Builder create() { return new Builder(); } public Builder clear() { super.clear(); breakpointID_ = 0; bitField0_ = (bitField0_ & ~0x00000001); scriptID_ = 0; bitField0_ = (bitField0_ & ~0x00000002); lineNumber_ = 0; bitField0_ = (bitField0_ & ~0x00000004); return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.Breakpoint.getDescriptor(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.Breakpoint getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.Breakpoint.getDefaultInstance(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.Breakpoint build() { com.opera.core.systems.scope.protos.Esdbg6Protos.Breakpoint result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.Esdbg6Protos.Breakpoint buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.Esdbg6Protos.Breakpoint result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.Esdbg6Protos.Breakpoint buildPartial() { com.opera.core.systems.scope.protos.Esdbg6Protos.Breakpoint result = new com.opera.core.systems.scope.protos.Esdbg6Protos.Breakpoint(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } result.breakpointID_ = breakpointID_; if (((from_bitField0_ & 0x00000002) == 0x00000002)) { to_bitField0_ |= 0x00000002; } result.scriptID_ = scriptID_; if (((from_bitField0_ & 0x00000004) == 0x00000004)) { to_bitField0_ |= 0x00000004; } result.lineNumber_ = lineNumber_; result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.opera.core.systems.scope.protos.Esdbg6Protos.Breakpoint) { return mergeFrom((com.opera.core.systems.scope.protos.Esdbg6Protos.Breakpoint)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.Esdbg6Protos.Breakpoint other) { if (other == com.opera.core.systems.scope.protos.Esdbg6Protos.Breakpoint.getDefaultInstance()) return this; if (other.hasBreakpointID()) { setBreakpointID(other.getBreakpointID()); } if (other.hasScriptID()) { setScriptID(other.getScriptID()); } if (other.hasLineNumber()) { setLineNumber(other.getLineNumber()); } this.mergeUnknownFields(other.getUnknownFields()); return this; } public final boolean isInitialized() { if (!hasBreakpointID()) { return false; } if (!hasScriptID()) { return false; } if (!hasLineNumber()) { return false; } return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder( this.getUnknownFields()); while (true) { int tag = input.readTag(); switch (tag) { case 0: this.setUnknownFields(unknownFields.build()); onChanged(); return this; default: { if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { this.setUnknownFields(unknownFields.build()); onChanged(); return this; } break; } case 8: { bitField0_ |= 0x00000001; breakpointID_ = input.readUInt32(); break; } case 16: { bitField0_ |= 0x00000002; scriptID_ = input.readUInt32(); break; } case 24: { bitField0_ |= 0x00000004; lineNumber_ = input.readUInt32(); break; } } } } private int bitField0_; // required uint32 breakpointID = 1; private int breakpointID_ ; public boolean hasBreakpointID() { return ((bitField0_ & 0x00000001) == 0x00000001); } public int getBreakpointID() { return breakpointID_; } public Builder setBreakpointID(int value) { bitField0_ |= 0x00000001; breakpointID_ = value; onChanged(); return this; } public Builder clearBreakpointID() { bitField0_ = (bitField0_ & ~0x00000001); breakpointID_ = 0; onChanged(); return this; } // required uint32 scriptID = 2; private int scriptID_ ; public boolean hasScriptID() { return ((bitField0_ & 0x00000002) == 0x00000002); } public int getScriptID() { return scriptID_; } public Builder setScriptID(int value) { bitField0_ |= 0x00000002; scriptID_ = value; onChanged(); return this; } public Builder clearScriptID() { bitField0_ = (bitField0_ & ~0x00000002); scriptID_ = 0; onChanged(); return this; } // required uint32 lineNumber = 3; private int lineNumber_ ; public boolean hasLineNumber() { return ((bitField0_ & 0x00000004) == 0x00000004); } public int getLineNumber() { return lineNumber_; } public Builder setLineNumber(int value) { bitField0_ |= 0x00000004; lineNumber_ = value; onChanged(); return this; } public Builder clearLineNumber() { bitField0_ = (bitField0_ & ~0x00000004); lineNumber_ = 0; onChanged(); return this; } // @@protoc_insertion_point(builder_scope:scope.debugger.Breakpoint) } static { defaultInstance = new Breakpoint(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.Breakpoint) } public interface EventBreakpointOrBuilder extends com.google.protobuf.MessageOrBuilder { // required uint32 breakpointID = 1; boolean hasBreakpointID(); int getBreakpointID(); // required string eventType = 2; boolean hasEventType(); String getEventType(); // optional uint32 windowID = 3 [default = 0]; boolean hasWindowID(); int getWindowID(); } public static final class EventBreakpoint extends com.google.protobuf.GeneratedMessage implements EventBreakpointOrBuilder { // Use EventBreakpoint.newBuilder() to construct. private EventBreakpoint(Builder builder) { super(builder); } private EventBreakpoint(boolean noInit) {} private static final EventBreakpoint defaultInstance; public static EventBreakpoint getDefaultInstance() { return defaultInstance; } public EventBreakpoint getDefaultInstanceForType() { return defaultInstance; } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_EventBreakpoint_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_EventBreakpoint_fieldAccessorTable; } private int bitField0_; // required uint32 breakpointID = 1; public static final int BREAKPOINTID_FIELD_NUMBER = 1; private int breakpointID_; public boolean hasBreakpointID() { return ((bitField0_ & 0x00000001) == 0x00000001); } public int getBreakpointID() { return breakpointID_; } // required string eventType = 2; public static final int EVENTTYPE_FIELD_NUMBER = 2; private java.lang.Object eventType_; public boolean hasEventType() { return ((bitField0_ & 0x00000002) == 0x00000002); } public String getEventType() { java.lang.Object ref = eventType_; if (ref instanceof String) { return (String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; String s = bs.toStringUtf8(); if (com.google.protobuf.Internal.isValidUtf8(bs)) { eventType_ = s; } return s; } } private com.google.protobuf.ByteString getEventTypeBytes() { java.lang.Object ref = eventType_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((String) ref); eventType_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } // optional uint32 windowID = 3 [default = 0]; public static final int WINDOWID_FIELD_NUMBER = 3; private int windowID_; public boolean hasWindowID() { return ((bitField0_ & 0x00000004) == 0x00000004); } public int getWindowID() { return windowID_; } private void initFields() { breakpointID_ = 0; eventType_ = ""; windowID_ = 0; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized != -1) return isInitialized == 1; if (!hasBreakpointID()) { memoizedIsInitialized = 0; return false; } if (!hasEventType()) { memoizedIsInitialized = 0; return false; } memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { output.writeUInt32(1, breakpointID_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { output.writeBytes(2, getEventTypeBytes()); } if (((bitField0_ & 0x00000004) == 0x00000004)) { output.writeUInt32(3, windowID_); } getUnknownFields().writeTo(output); } private int memoizedSerializedSize = -1; public int getSerializedSize() { int size = memoizedSerializedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(1, breakpointID_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(2, getEventTypeBytes()); } if (((bitField0_ & 0x00000004) == 0x00000004)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(3, windowID_); } size += getUnknownFields().getSerializedSize(); memoizedSerializedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override protected java.lang.Object writeReplace() throws java.io.ObjectStreamException { return super.writeReplace(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.EventBreakpoint parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.EventBreakpoint parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.EventBreakpoint parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.EventBreakpoint parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.EventBreakpoint parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.EventBreakpoint parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.EventBreakpoint parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.EventBreakpoint parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input, extensionRegistry)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.EventBreakpoint parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.EventBreakpoint parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static Builder newBuilder() { return Builder.create(); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder(com.opera.core.systems.scope.protos.Esdbg6Protos.EventBreakpoint prototype) { return newBuilder().mergeFrom(prototype); } public Builder toBuilder() { return newBuilder(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder<Builder> implements com.opera.core.systems.scope.protos.Esdbg6Protos.EventBreakpointOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_EventBreakpoint_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_EventBreakpoint_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.Esdbg6Protos.EventBreakpoint.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder(BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } private static Builder create() { return new Builder(); } public Builder clear() { super.clear(); breakpointID_ = 0; bitField0_ = (bitField0_ & ~0x00000001); eventType_ = ""; bitField0_ = (bitField0_ & ~0x00000002); windowID_ = 0; bitField0_ = (bitField0_ & ~0x00000004); return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.EventBreakpoint.getDescriptor(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.EventBreakpoint getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.EventBreakpoint.getDefaultInstance(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.EventBreakpoint build() { com.opera.core.systems.scope.protos.Esdbg6Protos.EventBreakpoint result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.Esdbg6Protos.EventBreakpoint buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.Esdbg6Protos.EventBreakpoint result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.Esdbg6Protos.EventBreakpoint buildPartial() { com.opera.core.systems.scope.protos.Esdbg6Protos.EventBreakpoint result = new com.opera.core.systems.scope.protos.Esdbg6Protos.EventBreakpoint(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } result.breakpointID_ = breakpointID_; if (((from_bitField0_ & 0x00000002) == 0x00000002)) { to_bitField0_ |= 0x00000002; } result.eventType_ = eventType_; if (((from_bitField0_ & 0x00000004) == 0x00000004)) { to_bitField0_ |= 0x00000004; } result.windowID_ = windowID_; result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.opera.core.systems.scope.protos.Esdbg6Protos.EventBreakpoint) { return mergeFrom((com.opera.core.systems.scope.protos.Esdbg6Protos.EventBreakpoint)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.Esdbg6Protos.EventBreakpoint other) { if (other == com.opera.core.systems.scope.protos.Esdbg6Protos.EventBreakpoint.getDefaultInstance()) return this; if (other.hasBreakpointID()) { setBreakpointID(other.getBreakpointID()); } if (other.hasEventType()) { setEventType(other.getEventType()); } if (other.hasWindowID()) { setWindowID(other.getWindowID()); } this.mergeUnknownFields(other.getUnknownFields()); return this; } public final boolean isInitialized() { if (!hasBreakpointID()) { return false; } if (!hasEventType()) { return false; } return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder( this.getUnknownFields()); while (true) { int tag = input.readTag(); switch (tag) { case 0: this.setUnknownFields(unknownFields.build()); onChanged(); return this; default: { if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { this.setUnknownFields(unknownFields.build()); onChanged(); return this; } break; } case 8: { bitField0_ |= 0x00000001; breakpointID_ = input.readUInt32(); break; } case 18: { bitField0_ |= 0x00000002; eventType_ = input.readBytes(); break; } case 24: { bitField0_ |= 0x00000004; windowID_ = input.readUInt32(); break; } } } } private int bitField0_; // required uint32 breakpointID = 1; private int breakpointID_ ; public boolean hasBreakpointID() { return ((bitField0_ & 0x00000001) == 0x00000001); } public int getBreakpointID() { return breakpointID_; } public Builder setBreakpointID(int value) { bitField0_ |= 0x00000001; breakpointID_ = value; onChanged(); return this; } public Builder clearBreakpointID() { bitField0_ = (bitField0_ & ~0x00000001); breakpointID_ = 0; onChanged(); return this; } // required string eventType = 2; private java.lang.Object eventType_ = ""; public boolean hasEventType() { return ((bitField0_ & 0x00000002) == 0x00000002); } public String getEventType() { java.lang.Object ref = eventType_; if (!(ref instanceof String)) { String s = ((com.google.protobuf.ByteString) ref).toStringUtf8(); eventType_ = s; return s; } else { return (String) ref; } } public Builder setEventType(String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000002; eventType_ = value; onChanged(); return this; } public Builder clearEventType() { bitField0_ = (bitField0_ & ~0x00000002); eventType_ = getDefaultInstance().getEventType(); onChanged(); return this; } void setEventType(com.google.protobuf.ByteString value) { bitField0_ |= 0x00000002; eventType_ = value; onChanged(); } // optional uint32 windowID = 3 [default = 0]; private int windowID_ ; public boolean hasWindowID() { return ((bitField0_ & 0x00000004) == 0x00000004); } public int getWindowID() { return windowID_; } public Builder setWindowID(int value) { bitField0_ |= 0x00000004; windowID_ = value; onChanged(); return this; } public Builder clearWindowID() { bitField0_ = (bitField0_ & ~0x00000004); windowID_ = 0; onChanged(); return this; } // @@protoc_insertion_point(builder_scope:scope.debugger.EventBreakpoint) } static { defaultInstance = new EventBreakpoint(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.EventBreakpoint) } public interface CssStyleDeclarationsOrBuilder extends com.google.protobuf.MessageOrBuilder { // repeated string computedStyleList = 1; java.util.List<String> getComputedStyleListList(); int getComputedStyleListCount(); String getComputedStyleList(int index); // repeated .scope.debugger.CssStyleDeclarations.NodeStyle nodeStyleList = 2; java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle> getNodeStyleListList(); com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle getNodeStyleList(int index); int getNodeStyleListCount(); java.util.List<? extends com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyleOrBuilder> getNodeStyleListOrBuilderList(); com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyleOrBuilder getNodeStyleListOrBuilder( int index); } public static final class CssStyleDeclarations extends com.google.protobuf.GeneratedMessage implements CssStyleDeclarationsOrBuilder { // Use CssStyleDeclarations.newBuilder() to construct. private CssStyleDeclarations(Builder builder) { super(builder); } private CssStyleDeclarations(boolean noInit) {} private static final CssStyleDeclarations defaultInstance; public static CssStyleDeclarations getDefaultInstance() { return defaultInstance; } public CssStyleDeclarations getDefaultInstanceForType() { return defaultInstance; } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_CssStyleDeclarations_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_CssStyleDeclarations_fieldAccessorTable; } public interface NodeStyleOrBuilder extends com.google.protobuf.MessageOrBuilder { // required uint32 objectID = 1; boolean hasObjectID(); int getObjectID(); // required string elementName = 2; boolean hasElementName(); String getElementName(); // repeated .scope.debugger.CssStyleDeclarations.NodeStyle.StyleDeclaration styleList = 3; java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle.StyleDeclaration> getStyleListList(); com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle.StyleDeclaration getStyleList(int index); int getStyleListCount(); java.util.List<? extends com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle.StyleDeclarationOrBuilder> getStyleListOrBuilderList(); com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle.StyleDeclarationOrBuilder getStyleListOrBuilder( int index); } public static final class NodeStyle extends com.google.protobuf.GeneratedMessage implements NodeStyleOrBuilder { // Use NodeStyle.newBuilder() to construct. private NodeStyle(Builder builder) { super(builder); } private NodeStyle(boolean noInit) {} private static final NodeStyle defaultInstance; public static NodeStyle getDefaultInstance() { return defaultInstance; } public NodeStyle getDefaultInstanceForType() { return defaultInstance; } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_CssStyleDeclarations_NodeStyle_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_CssStyleDeclarations_NodeStyle_fieldAccessorTable; } public interface StyleDeclarationOrBuilder extends com.google.protobuf.MessageOrBuilder { // required uint32 origin = 1; boolean hasOrigin(); int getOrigin(); // repeated uint32 indexList = 2; java.util.List<java.lang.Integer> getIndexListList(); int getIndexListCount(); int getIndexList(int index); // repeated string valueList = 3; java.util.List<String> getValueListList(); int getValueListCount(); String getValueList(int index); // repeated bool priorityList = 4; java.util.List<java.lang.Boolean> getPriorityListList(); int getPriorityListCount(); boolean getPriorityList(int index); // repeated uint32 statusList = 5; java.util.List<java.lang.Integer> getStatusListList(); int getStatusListCount(); int getStatusList(int index); // optional string selector = 6; boolean hasSelector(); String getSelector(); // optional uint32 specificity = 7; boolean hasSpecificity(); int getSpecificity(); // optional uint32 stylesheetID = 8; boolean hasStylesheetID(); int getStylesheetID(); // optional uint32 ruleID = 9; boolean hasRuleID(); int getRuleID(); // optional uint32 ruleType = 10; boolean hasRuleType(); int getRuleType(); } public static final class StyleDeclaration extends com.google.protobuf.GeneratedMessage implements StyleDeclarationOrBuilder { // Use StyleDeclaration.newBuilder() to construct. private StyleDeclaration(Builder builder) { super(builder); } private StyleDeclaration(boolean noInit) {} private static final StyleDeclaration defaultInstance; public static StyleDeclaration getDefaultInstance() { return defaultInstance; } public StyleDeclaration getDefaultInstanceForType() { return defaultInstance; } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_CssStyleDeclarations_NodeStyle_StyleDeclaration_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_CssStyleDeclarations_NodeStyle_StyleDeclaration_fieldAccessorTable; } private int bitField0_; // required uint32 origin = 1; public static final int ORIGIN_FIELD_NUMBER = 1; private int origin_; public boolean hasOrigin() { return ((bitField0_ & 0x00000001) == 0x00000001); } public int getOrigin() { return origin_; } // repeated uint32 indexList = 2; public static final int INDEXLIST_FIELD_NUMBER = 2; private java.util.List<java.lang.Integer> indexList_; public java.util.List<java.lang.Integer> getIndexListList() { return indexList_; } public int getIndexListCount() { return indexList_.size(); } public int getIndexList(int index) { return indexList_.get(index); } // repeated string valueList = 3; public static final int VALUELIST_FIELD_NUMBER = 3; private com.google.protobuf.LazyStringList valueList_; public java.util.List<String> getValueListList() { return valueList_; } public int getValueListCount() { return valueList_.size(); } public String getValueList(int index) { return valueList_.get(index); } // repeated bool priorityList = 4; public static final int PRIORITYLIST_FIELD_NUMBER = 4; private java.util.List<java.lang.Boolean> priorityList_; public java.util.List<java.lang.Boolean> getPriorityListList() { return priorityList_; } public int getPriorityListCount() { return priorityList_.size(); } public boolean getPriorityList(int index) { return priorityList_.get(index); } // repeated uint32 statusList = 5; public static final int STATUSLIST_FIELD_NUMBER = 5; private java.util.List<java.lang.Integer> statusList_; public java.util.List<java.lang.Integer> getStatusListList() { return statusList_; } public int getStatusListCount() { return statusList_.size(); } public int getStatusList(int index) { return statusList_.get(index); } // optional string selector = 6; public static final int SELECTOR_FIELD_NUMBER = 6; private java.lang.Object selector_; public boolean hasSelector() { return ((bitField0_ & 0x00000002) == 0x00000002); } public String getSelector() { java.lang.Object ref = selector_; if (ref instanceof String) { return (String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; String s = bs.toStringUtf8(); if (com.google.protobuf.Internal.isValidUtf8(bs)) { selector_ = s; } return s; } } private com.google.protobuf.ByteString getSelectorBytes() { java.lang.Object ref = selector_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((String) ref); selector_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } // optional uint32 specificity = 7; public static final int SPECIFICITY_FIELD_NUMBER = 7; private int specificity_; public boolean hasSpecificity() { return ((bitField0_ & 0x00000004) == 0x00000004); } public int getSpecificity() { return specificity_; } // optional uint32 stylesheetID = 8; public static final int STYLESHEETID_FIELD_NUMBER = 8; private int stylesheetID_; public boolean hasStylesheetID() { return ((bitField0_ & 0x00000008) == 0x00000008); } public int getStylesheetID() { return stylesheetID_; } // optional uint32 ruleID = 9; public static final int RULEID_FIELD_NUMBER = 9; private int ruleID_; public boolean hasRuleID() { return ((bitField0_ & 0x00000010) == 0x00000010); } public int getRuleID() { return ruleID_; } // optional uint32 ruleType = 10; public static final int RULETYPE_FIELD_NUMBER = 10; private int ruleType_; public boolean hasRuleType() { return ((bitField0_ & 0x00000020) == 0x00000020); } public int getRuleType() { return ruleType_; } private void initFields() { origin_ = 0; indexList_ = java.util.Collections.emptyList();; valueList_ = com.google.protobuf.LazyStringArrayList.EMPTY; priorityList_ = java.util.Collections.emptyList();; statusList_ = java.util.Collections.emptyList();; selector_ = ""; specificity_ = 0; stylesheetID_ = 0; ruleID_ = 0; ruleType_ = 0; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized != -1) return isInitialized == 1; if (!hasOrigin()) { memoizedIsInitialized = 0; return false; } memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { output.writeUInt32(1, origin_); } for (int i = 0; i < indexList_.size(); i++) { output.writeUInt32(2, indexList_.get(i)); } for (int i = 0; i < valueList_.size(); i++) { output.writeBytes(3, valueList_.getByteString(i)); } for (int i = 0; i < priorityList_.size(); i++) { output.writeBool(4, priorityList_.get(i)); } for (int i = 0; i < statusList_.size(); i++) { output.writeUInt32(5, statusList_.get(i)); } if (((bitField0_ & 0x00000002) == 0x00000002)) { output.writeBytes(6, getSelectorBytes()); } if (((bitField0_ & 0x00000004) == 0x00000004)) { output.writeUInt32(7, specificity_); } if (((bitField0_ & 0x00000008) == 0x00000008)) { output.writeUInt32(8, stylesheetID_); } if (((bitField0_ & 0x00000010) == 0x00000010)) { output.writeUInt32(9, ruleID_); } if (((bitField0_ & 0x00000020) == 0x00000020)) { output.writeUInt32(10, ruleType_); } getUnknownFields().writeTo(output); } private int memoizedSerializedSize = -1; public int getSerializedSize() { int size = memoizedSerializedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(1, origin_); } { int dataSize = 0; for (int i = 0; i < indexList_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeUInt32SizeNoTag(indexList_.get(i)); } size += dataSize; size += 1 * getIndexListList().size(); } { int dataSize = 0; for (int i = 0; i < valueList_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeBytesSizeNoTag(valueList_.getByteString(i)); } size += dataSize; size += 1 * getValueListList().size(); } { int dataSize = 0; dataSize = 1 * getPriorityListList().size(); size += dataSize; size += 1 * getPriorityListList().size(); } { int dataSize = 0; for (int i = 0; i < statusList_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeUInt32SizeNoTag(statusList_.get(i)); } size += dataSize; size += 1 * getStatusListList().size(); } if (((bitField0_ & 0x00000002) == 0x00000002)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(6, getSelectorBytes()); } if (((bitField0_ & 0x00000004) == 0x00000004)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(7, specificity_); } if (((bitField0_ & 0x00000008) == 0x00000008)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(8, stylesheetID_); } if (((bitField0_ & 0x00000010) == 0x00000010)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(9, ruleID_); } if (((bitField0_ & 0x00000020) == 0x00000020)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(10, ruleType_); } size += getUnknownFields().getSerializedSize(); memoizedSerializedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override protected java.lang.Object writeReplace() throws java.io.ObjectStreamException { return super.writeReplace(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle.StyleDeclaration parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle.StyleDeclaration parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle.StyleDeclaration parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle.StyleDeclaration parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle.StyleDeclaration parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle.StyleDeclaration parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle.StyleDeclaration parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle.StyleDeclaration parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input, extensionRegistry)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle.StyleDeclaration parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle.StyleDeclaration parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static Builder newBuilder() { return Builder.create(); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder(com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle.StyleDeclaration prototype) { return newBuilder().mergeFrom(prototype); } public Builder toBuilder() { return newBuilder(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder<Builder> implements com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle.StyleDeclarationOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_CssStyleDeclarations_NodeStyle_StyleDeclaration_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_CssStyleDeclarations_NodeStyle_StyleDeclaration_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle.StyleDeclaration.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder(BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } private static Builder create() { return new Builder(); } public Builder clear() { super.clear(); origin_ = 0; bitField0_ = (bitField0_ & ~0x00000001); indexList_ = java.util.Collections.emptyList();; bitField0_ = (bitField0_ & ~0x00000002); valueList_ = com.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000004); priorityList_ = java.util.Collections.emptyList();; bitField0_ = (bitField0_ & ~0x00000008); statusList_ = java.util.Collections.emptyList();; bitField0_ = (bitField0_ & ~0x00000010); selector_ = ""; bitField0_ = (bitField0_ & ~0x00000020); specificity_ = 0; bitField0_ = (bitField0_ & ~0x00000040); stylesheetID_ = 0; bitField0_ = (bitField0_ & ~0x00000080); ruleID_ = 0; bitField0_ = (bitField0_ & ~0x00000100); ruleType_ = 0; bitField0_ = (bitField0_ & ~0x00000200); return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle.StyleDeclaration.getDescriptor(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle.StyleDeclaration getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle.StyleDeclaration.getDefaultInstance(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle.StyleDeclaration build() { com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle.StyleDeclaration result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle.StyleDeclaration buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle.StyleDeclaration result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle.StyleDeclaration buildPartial() { com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle.StyleDeclaration result = new com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle.StyleDeclaration(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } result.origin_ = origin_; if (((bitField0_ & 0x00000002) == 0x00000002)) { indexList_ = java.util.Collections.unmodifiableList(indexList_); bitField0_ = (bitField0_ & ~0x00000002); } result.indexList_ = indexList_; if (((bitField0_ & 0x00000004) == 0x00000004)) { valueList_ = new com.google.protobuf.UnmodifiableLazyStringList( valueList_); bitField0_ = (bitField0_ & ~0x00000004); } result.valueList_ = valueList_; if (((bitField0_ & 0x00000008) == 0x00000008)) { priorityList_ = java.util.Collections.unmodifiableList(priorityList_); bitField0_ = (bitField0_ & ~0x00000008); } result.priorityList_ = priorityList_; if (((bitField0_ & 0x00000010) == 0x00000010)) { statusList_ = java.util.Collections.unmodifiableList(statusList_); bitField0_ = (bitField0_ & ~0x00000010); } result.statusList_ = statusList_; if (((from_bitField0_ & 0x00000020) == 0x00000020)) { to_bitField0_ |= 0x00000002; } result.selector_ = selector_; if (((from_bitField0_ & 0x00000040) == 0x00000040)) { to_bitField0_ |= 0x00000004; } result.specificity_ = specificity_; if (((from_bitField0_ & 0x00000080) == 0x00000080)) { to_bitField0_ |= 0x00000008; } result.stylesheetID_ = stylesheetID_; if (((from_bitField0_ & 0x00000100) == 0x00000100)) { to_bitField0_ |= 0x00000010; } result.ruleID_ = ruleID_; if (((from_bitField0_ & 0x00000200) == 0x00000200)) { to_bitField0_ |= 0x00000020; } result.ruleType_ = ruleType_; result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle.StyleDeclaration) { return mergeFrom((com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle.StyleDeclaration)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle.StyleDeclaration other) { if (other == com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle.StyleDeclaration.getDefaultInstance()) return this; if (other.hasOrigin()) { setOrigin(other.getOrigin()); } if (!other.indexList_.isEmpty()) { if (indexList_.isEmpty()) { indexList_ = other.indexList_; bitField0_ = (bitField0_ & ~0x00000002); } else { ensureIndexListIsMutable(); indexList_.addAll(other.indexList_); } onChanged(); } if (!other.valueList_.isEmpty()) { if (valueList_.isEmpty()) { valueList_ = other.valueList_; bitField0_ = (bitField0_ & ~0x00000004); } else { ensureValueListIsMutable(); valueList_.addAll(other.valueList_); } onChanged(); } if (!other.priorityList_.isEmpty()) { if (priorityList_.isEmpty()) { priorityList_ = other.priorityList_; bitField0_ = (bitField0_ & ~0x00000008); } else { ensurePriorityListIsMutable(); priorityList_.addAll(other.priorityList_); } onChanged(); } if (!other.statusList_.isEmpty()) { if (statusList_.isEmpty()) { statusList_ = other.statusList_; bitField0_ = (bitField0_ & ~0x00000010); } else { ensureStatusListIsMutable(); statusList_.addAll(other.statusList_); } onChanged(); } if (other.hasSelector()) { setSelector(other.getSelector()); } if (other.hasSpecificity()) { setSpecificity(other.getSpecificity()); } if (other.hasStylesheetID()) { setStylesheetID(other.getStylesheetID()); } if (other.hasRuleID()) { setRuleID(other.getRuleID()); } if (other.hasRuleType()) { setRuleType(other.getRuleType()); } this.mergeUnknownFields(other.getUnknownFields()); return this; } public final boolean isInitialized() { if (!hasOrigin()) { return false; } return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder( this.getUnknownFields()); while (true) { int tag = input.readTag(); switch (tag) { case 0: this.setUnknownFields(unknownFields.build()); onChanged(); return this; default: { if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { this.setUnknownFields(unknownFields.build()); onChanged(); return this; } break; } case 8: { bitField0_ |= 0x00000001; origin_ = input.readUInt32(); break; } case 16: { ensureIndexListIsMutable(); indexList_.add(input.readUInt32()); break; } case 18: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); while (input.getBytesUntilLimit() > 0) { addIndexList(input.readUInt32()); } input.popLimit(limit); break; } case 26: { ensureValueListIsMutable(); valueList_.add(input.readBytes()); break; } case 32: { ensurePriorityListIsMutable(); priorityList_.add(input.readBool()); break; } case 34: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); while (input.getBytesUntilLimit() > 0) { addPriorityList(input.readBool()); } input.popLimit(limit); break; } case 40: { ensureStatusListIsMutable(); statusList_.add(input.readUInt32()); break; } case 42: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); while (input.getBytesUntilLimit() > 0) { addStatusList(input.readUInt32()); } input.popLimit(limit); break; } case 50: { bitField0_ |= 0x00000020; selector_ = input.readBytes(); break; } case 56: { bitField0_ |= 0x00000040; specificity_ = input.readUInt32(); break; } case 64: { bitField0_ |= 0x00000080; stylesheetID_ = input.readUInt32(); break; } case 72: { bitField0_ |= 0x00000100; ruleID_ = input.readUInt32(); break; } case 80: { bitField0_ |= 0x00000200; ruleType_ = input.readUInt32(); break; } } } } private int bitField0_; // required uint32 origin = 1; private int origin_ ; public boolean hasOrigin() { return ((bitField0_ & 0x00000001) == 0x00000001); } public int getOrigin() { return origin_; } public Builder setOrigin(int value) { bitField0_ |= 0x00000001; origin_ = value; onChanged(); return this; } public Builder clearOrigin() { bitField0_ = (bitField0_ & ~0x00000001); origin_ = 0; onChanged(); return this; } // repeated uint32 indexList = 2; private java.util.List<java.lang.Integer> indexList_ = java.util.Collections.emptyList();; private void ensureIndexListIsMutable() { if (!((bitField0_ & 0x00000002) == 0x00000002)) { indexList_ = new java.util.ArrayList<java.lang.Integer>(indexList_); bitField0_ |= 0x00000002; } } public java.util.List<java.lang.Integer> getIndexListList() { return java.util.Collections.unmodifiableList(indexList_); } public int getIndexListCount() { return indexList_.size(); } public int getIndexList(int index) { return indexList_.get(index); } public Builder setIndexList( int index, int value) { ensureIndexListIsMutable(); indexList_.set(index, value); onChanged(); return this; } public Builder addIndexList(int value) { ensureIndexListIsMutable(); indexList_.add(value); onChanged(); return this; } public Builder addAllIndexList( java.lang.Iterable<? extends java.lang.Integer> values) { ensureIndexListIsMutable(); super.addAll(values, indexList_); onChanged(); return this; } public Builder clearIndexList() { indexList_ = java.util.Collections.emptyList();; bitField0_ = (bitField0_ & ~0x00000002); onChanged(); return this; } // repeated string valueList = 3; private com.google.protobuf.LazyStringList valueList_ = com.google.protobuf.LazyStringArrayList.EMPTY; private void ensureValueListIsMutable() { if (!((bitField0_ & 0x00000004) == 0x00000004)) { valueList_ = new com.google.protobuf.LazyStringArrayList(valueList_); bitField0_ |= 0x00000004; } } public java.util.List<String> getValueListList() { return java.util.Collections.unmodifiableList(valueList_); } public int getValueListCount() { return valueList_.size(); } public String getValueList(int index) { return valueList_.get(index); } public Builder setValueList( int index, String value) { if (value == null) { throw new NullPointerException(); } ensureValueListIsMutable(); valueList_.set(index, value); onChanged(); return this; } public Builder addValueList(String value) { if (value == null) { throw new NullPointerException(); } ensureValueListIsMutable(); valueList_.add(value); onChanged(); return this; } public Builder addAllValueList( java.lang.Iterable<String> values) { ensureValueListIsMutable(); super.addAll(values, valueList_); onChanged(); return this; } public Builder clearValueList() { valueList_ = com.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000004); onChanged(); return this; } void addValueList(com.google.protobuf.ByteString value) { ensureValueListIsMutable(); valueList_.add(value); onChanged(); } // repeated bool priorityList = 4; private java.util.List<java.lang.Boolean> priorityList_ = java.util.Collections.emptyList();; private void ensurePriorityListIsMutable() { if (!((bitField0_ & 0x00000008) == 0x00000008)) { priorityList_ = new java.util.ArrayList<java.lang.Boolean>(priorityList_); bitField0_ |= 0x00000008; } } public java.util.List<java.lang.Boolean> getPriorityListList() { return java.util.Collections.unmodifiableList(priorityList_); } public int getPriorityListCount() { return priorityList_.size(); } public boolean getPriorityList(int index) { return priorityList_.get(index); } public Builder setPriorityList( int index, boolean value) { ensurePriorityListIsMutable(); priorityList_.set(index, value); onChanged(); return this; } public Builder addPriorityList(boolean value) { ensurePriorityListIsMutable(); priorityList_.add(value); onChanged(); return this; } public Builder addAllPriorityList( java.lang.Iterable<? extends java.lang.Boolean> values) { ensurePriorityListIsMutable(); super.addAll(values, priorityList_); onChanged(); return this; } public Builder clearPriorityList() { priorityList_ = java.util.Collections.emptyList();; bitField0_ = (bitField0_ & ~0x00000008); onChanged(); return this; } // repeated uint32 statusList = 5; private java.util.List<java.lang.Integer> statusList_ = java.util.Collections.emptyList();; private void ensureStatusListIsMutable() { if (!((bitField0_ & 0x00000010) == 0x00000010)) { statusList_ = new java.util.ArrayList<java.lang.Integer>(statusList_); bitField0_ |= 0x00000010; } } public java.util.List<java.lang.Integer> getStatusListList() { return java.util.Collections.unmodifiableList(statusList_); } public int getStatusListCount() { return statusList_.size(); } public int getStatusList(int index) { return statusList_.get(index); } public Builder setStatusList( int index, int value) { ensureStatusListIsMutable(); statusList_.set(index, value); onChanged(); return this; } public Builder addStatusList(int value) { ensureStatusListIsMutable(); statusList_.add(value); onChanged(); return this; } public Builder addAllStatusList( java.lang.Iterable<? extends java.lang.Integer> values) { ensureStatusListIsMutable(); super.addAll(values, statusList_); onChanged(); return this; } public Builder clearStatusList() { statusList_ = java.util.Collections.emptyList();; bitField0_ = (bitField0_ & ~0x00000010); onChanged(); return this; } // optional string selector = 6; private java.lang.Object selector_ = ""; public boolean hasSelector() { return ((bitField0_ & 0x00000020) == 0x00000020); } public String getSelector() { java.lang.Object ref = selector_; if (!(ref instanceof String)) { String s = ((com.google.protobuf.ByteString) ref).toStringUtf8(); selector_ = s; return s; } else { return (String) ref; } } public Builder setSelector(String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000020; selector_ = value; onChanged(); return this; } public Builder clearSelector() { bitField0_ = (bitField0_ & ~0x00000020); selector_ = getDefaultInstance().getSelector(); onChanged(); return this; } void setSelector(com.google.protobuf.ByteString value) { bitField0_ |= 0x00000020; selector_ = value; onChanged(); } // optional uint32 specificity = 7; private int specificity_ ; public boolean hasSpecificity() { return ((bitField0_ & 0x00000040) == 0x00000040); } public int getSpecificity() { return specificity_; } public Builder setSpecificity(int value) { bitField0_ |= 0x00000040; specificity_ = value; onChanged(); return this; } public Builder clearSpecificity() { bitField0_ = (bitField0_ & ~0x00000040); specificity_ = 0; onChanged(); return this; } // optional uint32 stylesheetID = 8; private int stylesheetID_ ; public boolean hasStylesheetID() { return ((bitField0_ & 0x00000080) == 0x00000080); } public int getStylesheetID() { return stylesheetID_; } public Builder setStylesheetID(int value) { bitField0_ |= 0x00000080; stylesheetID_ = value; onChanged(); return this; } public Builder clearStylesheetID() { bitField0_ = (bitField0_ & ~0x00000080); stylesheetID_ = 0; onChanged(); return this; } // optional uint32 ruleID = 9; private int ruleID_ ; public boolean hasRuleID() { return ((bitField0_ & 0x00000100) == 0x00000100); } public int getRuleID() { return ruleID_; } public Builder setRuleID(int value) { bitField0_ |= 0x00000100; ruleID_ = value; onChanged(); return this; } public Builder clearRuleID() { bitField0_ = (bitField0_ & ~0x00000100); ruleID_ = 0; onChanged(); return this; } // optional uint32 ruleType = 10; private int ruleType_ ; public boolean hasRuleType() { return ((bitField0_ & 0x00000200) == 0x00000200); } public int getRuleType() { return ruleType_; } public Builder setRuleType(int value) { bitField0_ |= 0x00000200; ruleType_ = value; onChanged(); return this; } public Builder clearRuleType() { bitField0_ = (bitField0_ & ~0x00000200); ruleType_ = 0; onChanged(); return this; } // @@protoc_insertion_point(builder_scope:scope.debugger.CssStyleDeclarations.NodeStyle.StyleDeclaration) } static { defaultInstance = new StyleDeclaration(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.CssStyleDeclarations.NodeStyle.StyleDeclaration) } private int bitField0_; // required uint32 objectID = 1; public static final int OBJECTID_FIELD_NUMBER = 1; private int objectID_; public boolean hasObjectID() { return ((bitField0_ & 0x00000001) == 0x00000001); } public int getObjectID() { return objectID_; } // required string elementName = 2; public static final int ELEMENTNAME_FIELD_NUMBER = 2; private java.lang.Object elementName_; public boolean hasElementName() { return ((bitField0_ & 0x00000002) == 0x00000002); } public String getElementName() { java.lang.Object ref = elementName_; if (ref instanceof String) { return (String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; String s = bs.toStringUtf8(); if (com.google.protobuf.Internal.isValidUtf8(bs)) { elementName_ = s; } return s; } } private com.google.protobuf.ByteString getElementNameBytes() { java.lang.Object ref = elementName_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((String) ref); elementName_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } // repeated .scope.debugger.CssStyleDeclarations.NodeStyle.StyleDeclaration styleList = 3; public static final int STYLELIST_FIELD_NUMBER = 3; private java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle.StyleDeclaration> styleList_; public java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle.StyleDeclaration> getStyleListList() { return styleList_; } public java.util.List<? extends com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle.StyleDeclarationOrBuilder> getStyleListOrBuilderList() { return styleList_; } public int getStyleListCount() { return styleList_.size(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle.StyleDeclaration getStyleList(int index) { return styleList_.get(index); } public com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle.StyleDeclarationOrBuilder getStyleListOrBuilder( int index) { return styleList_.get(index); } private void initFields() { objectID_ = 0; elementName_ = ""; styleList_ = java.util.Collections.emptyList(); } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized != -1) return isInitialized == 1; if (!hasObjectID()) { memoizedIsInitialized = 0; return false; } if (!hasElementName()) { memoizedIsInitialized = 0; return false; } for (int i = 0; i < getStyleListCount(); i++) { if (!getStyleList(i).isInitialized()) { memoizedIsInitialized = 0; return false; } } memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { output.writeUInt32(1, objectID_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { output.writeBytes(2, getElementNameBytes()); } for (int i = 0; i < styleList_.size(); i++) { output.writeMessage(3, styleList_.get(i)); } getUnknownFields().writeTo(output); } private int memoizedSerializedSize = -1; public int getSerializedSize() { int size = memoizedSerializedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(1, objectID_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(2, getElementNameBytes()); } for (int i = 0; i < styleList_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(3, styleList_.get(i)); } size += getUnknownFields().getSerializedSize(); memoizedSerializedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override protected java.lang.Object writeReplace() throws java.io.ObjectStreamException { return super.writeReplace(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input, extensionRegistry)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static Builder newBuilder() { return Builder.create(); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder(com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle prototype) { return newBuilder().mergeFrom(prototype); } public Builder toBuilder() { return newBuilder(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder<Builder> implements com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyleOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_CssStyleDeclarations_NodeStyle_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_CssStyleDeclarations_NodeStyle_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder(BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getStyleListFieldBuilder(); } } private static Builder create() { return new Builder(); } public Builder clear() { super.clear(); objectID_ = 0; bitField0_ = (bitField0_ & ~0x00000001); elementName_ = ""; bitField0_ = (bitField0_ & ~0x00000002); if (styleListBuilder_ == null) { styleList_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000004); } else { styleListBuilder_.clear(); } return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle.getDescriptor(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle.getDefaultInstance(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle build() { com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle buildPartial() { com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle result = new com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } result.objectID_ = objectID_; if (((from_bitField0_ & 0x00000002) == 0x00000002)) { to_bitField0_ |= 0x00000002; } result.elementName_ = elementName_; if (styleListBuilder_ == null) { if (((bitField0_ & 0x00000004) == 0x00000004)) { styleList_ = java.util.Collections.unmodifiableList(styleList_); bitField0_ = (bitField0_ & ~0x00000004); } result.styleList_ = styleList_; } else { result.styleList_ = styleListBuilder_.build(); } result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle) { return mergeFrom((com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle other) { if (other == com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle.getDefaultInstance()) return this; if (other.hasObjectID()) { setObjectID(other.getObjectID()); } if (other.hasElementName()) { setElementName(other.getElementName()); } if (styleListBuilder_ == null) { if (!other.styleList_.isEmpty()) { if (styleList_.isEmpty()) { styleList_ = other.styleList_; bitField0_ = (bitField0_ & ~0x00000004); } else { ensureStyleListIsMutable(); styleList_.addAll(other.styleList_); } onChanged(); } } else { if (!other.styleList_.isEmpty()) { if (styleListBuilder_.isEmpty()) { styleListBuilder_.dispose(); styleListBuilder_ = null; styleList_ = other.styleList_; bitField0_ = (bitField0_ & ~0x00000004); styleListBuilder_ = com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? getStyleListFieldBuilder() : null; } else { styleListBuilder_.addAllMessages(other.styleList_); } } } this.mergeUnknownFields(other.getUnknownFields()); return this; } public final boolean isInitialized() { if (!hasObjectID()) { return false; } if (!hasElementName()) { return false; } for (int i = 0; i < getStyleListCount(); i++) { if (!getStyleList(i).isInitialized()) { return false; } } return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder( this.getUnknownFields()); while (true) { int tag = input.readTag(); switch (tag) { case 0: this.setUnknownFields(unknownFields.build()); onChanged(); return this; default: { if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { this.setUnknownFields(unknownFields.build()); onChanged(); return this; } break; } case 8: { bitField0_ |= 0x00000001; objectID_ = input.readUInt32(); break; } case 18: { bitField0_ |= 0x00000002; elementName_ = input.readBytes(); break; } case 26: { com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle.StyleDeclaration.Builder subBuilder = com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle.StyleDeclaration.newBuilder(); input.readMessage(subBuilder, extensionRegistry); addStyleList(subBuilder.buildPartial()); break; } } } } private int bitField0_; // required uint32 objectID = 1; private int objectID_ ; public boolean hasObjectID() { return ((bitField0_ & 0x00000001) == 0x00000001); } public int getObjectID() { return objectID_; } public Builder setObjectID(int value) { bitField0_ |= 0x00000001; objectID_ = value; onChanged(); return this; } public Builder clearObjectID() { bitField0_ = (bitField0_ & ~0x00000001); objectID_ = 0; onChanged(); return this; } // required string elementName = 2; private java.lang.Object elementName_ = ""; public boolean hasElementName() { return ((bitField0_ & 0x00000002) == 0x00000002); } public String getElementName() { java.lang.Object ref = elementName_; if (!(ref instanceof String)) { String s = ((com.google.protobuf.ByteString) ref).toStringUtf8(); elementName_ = s; return s; } else { return (String) ref; } } public Builder setElementName(String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000002; elementName_ = value; onChanged(); return this; } public Builder clearElementName() { bitField0_ = (bitField0_ & ~0x00000002); elementName_ = getDefaultInstance().getElementName(); onChanged(); return this; } void setElementName(com.google.protobuf.ByteString value) { bitField0_ |= 0x00000002; elementName_ = value; onChanged(); } // repeated .scope.debugger.CssStyleDeclarations.NodeStyle.StyleDeclaration styleList = 3; private java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle.StyleDeclaration> styleList_ = java.util.Collections.emptyList(); private void ensureStyleListIsMutable() { if (!((bitField0_ & 0x00000004) == 0x00000004)) { styleList_ = new java.util.ArrayList<com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle.StyleDeclaration>(styleList_); bitField0_ |= 0x00000004; } } private com.google.protobuf.RepeatedFieldBuilder< com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle.StyleDeclaration, com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle.StyleDeclaration.Builder, com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle.StyleDeclarationOrBuilder> styleListBuilder_; public java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle.StyleDeclaration> getStyleListList() { if (styleListBuilder_ == null) { return java.util.Collections.unmodifiableList(styleList_); } else { return styleListBuilder_.getMessageList(); } } public int getStyleListCount() { if (styleListBuilder_ == null) { return styleList_.size(); } else { return styleListBuilder_.getCount(); } } public com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle.StyleDeclaration getStyleList(int index) { if (styleListBuilder_ == null) { return styleList_.get(index); } else { return styleListBuilder_.getMessage(index); } } public Builder setStyleList( int index, com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle.StyleDeclaration value) { if (styleListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureStyleListIsMutable(); styleList_.set(index, value); onChanged(); } else { styleListBuilder_.setMessage(index, value); } return this; } public Builder setStyleList( int index, com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle.StyleDeclaration.Builder builderForValue) { if (styleListBuilder_ == null) { ensureStyleListIsMutable(); styleList_.set(index, builderForValue.build()); onChanged(); } else { styleListBuilder_.setMessage(index, builderForValue.build()); } return this; } public Builder addStyleList(com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle.StyleDeclaration value) { if (styleListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureStyleListIsMutable(); styleList_.add(value); onChanged(); } else { styleListBuilder_.addMessage(value); } return this; } public Builder addStyleList( int index, com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle.StyleDeclaration value) { if (styleListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureStyleListIsMutable(); styleList_.add(index, value); onChanged(); } else { styleListBuilder_.addMessage(index, value); } return this; } public Builder addStyleList( com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle.StyleDeclaration.Builder builderForValue) { if (styleListBuilder_ == null) { ensureStyleListIsMutable(); styleList_.add(builderForValue.build()); onChanged(); } else { styleListBuilder_.addMessage(builderForValue.build()); } return this; } public Builder addStyleList( int index, com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle.StyleDeclaration.Builder builderForValue) { if (styleListBuilder_ == null) { ensureStyleListIsMutable(); styleList_.add(index, builderForValue.build()); onChanged(); } else { styleListBuilder_.addMessage(index, builderForValue.build()); } return this; } public Builder addAllStyleList( java.lang.Iterable<? extends com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle.StyleDeclaration> values) { if (styleListBuilder_ == null) { ensureStyleListIsMutable(); super.addAll(values, styleList_); onChanged(); } else { styleListBuilder_.addAllMessages(values); } return this; } public Builder clearStyleList() { if (styleListBuilder_ == null) { styleList_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000004); onChanged(); } else { styleListBuilder_.clear(); } return this; } public Builder removeStyleList(int index) { if (styleListBuilder_ == null) { ensureStyleListIsMutable(); styleList_.remove(index); onChanged(); } else { styleListBuilder_.remove(index); } return this; } public com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle.StyleDeclaration.Builder getStyleListBuilder( int index) { return getStyleListFieldBuilder().getBuilder(index); } public com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle.StyleDeclarationOrBuilder getStyleListOrBuilder( int index) { if (styleListBuilder_ == null) { return styleList_.get(index); } else { return styleListBuilder_.getMessageOrBuilder(index); } } public java.util.List<? extends com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle.StyleDeclarationOrBuilder> getStyleListOrBuilderList() { if (styleListBuilder_ != null) { return styleListBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(styleList_); } } public com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle.StyleDeclaration.Builder addStyleListBuilder() { return getStyleListFieldBuilder().addBuilder( com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle.StyleDeclaration.getDefaultInstance()); } public com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle.StyleDeclaration.Builder addStyleListBuilder( int index) { return getStyleListFieldBuilder().addBuilder( index, com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle.StyleDeclaration.getDefaultInstance()); } public java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle.StyleDeclaration.Builder> getStyleListBuilderList() { return getStyleListFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilder< com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle.StyleDeclaration, com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle.StyleDeclaration.Builder, com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle.StyleDeclarationOrBuilder> getStyleListFieldBuilder() { if (styleListBuilder_ == null) { styleListBuilder_ = new com.google.protobuf.RepeatedFieldBuilder< com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle.StyleDeclaration, com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle.StyleDeclaration.Builder, com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle.StyleDeclarationOrBuilder>( styleList_, ((bitField0_ & 0x00000004) == 0x00000004), getParentForChildren(), isClean()); styleList_ = null; } return styleListBuilder_; } // @@protoc_insertion_point(builder_scope:scope.debugger.CssStyleDeclarations.NodeStyle) } static { defaultInstance = new NodeStyle(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.CssStyleDeclarations.NodeStyle) } // repeated string computedStyleList = 1; public static final int COMPUTEDSTYLELIST_FIELD_NUMBER = 1; private com.google.protobuf.LazyStringList computedStyleList_; public java.util.List<String> getComputedStyleListList() { return computedStyleList_; } public int getComputedStyleListCount() { return computedStyleList_.size(); } public String getComputedStyleList(int index) { return computedStyleList_.get(index); } // repeated .scope.debugger.CssStyleDeclarations.NodeStyle nodeStyleList = 2; public static final int NODESTYLELIST_FIELD_NUMBER = 2; private java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle> nodeStyleList_; public java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle> getNodeStyleListList() { return nodeStyleList_; } public java.util.List<? extends com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyleOrBuilder> getNodeStyleListOrBuilderList() { return nodeStyleList_; } public int getNodeStyleListCount() { return nodeStyleList_.size(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle getNodeStyleList(int index) { return nodeStyleList_.get(index); } public com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyleOrBuilder getNodeStyleListOrBuilder( int index) { return nodeStyleList_.get(index); } private void initFields() { computedStyleList_ = com.google.protobuf.LazyStringArrayList.EMPTY; nodeStyleList_ = java.util.Collections.emptyList(); } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized != -1) return isInitialized == 1; for (int i = 0; i < getNodeStyleListCount(); i++) { if (!getNodeStyleList(i).isInitialized()) { memoizedIsInitialized = 0; return false; } } memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); for (int i = 0; i < computedStyleList_.size(); i++) { output.writeBytes(1, computedStyleList_.getByteString(i)); } for (int i = 0; i < nodeStyleList_.size(); i++) { output.writeMessage(2, nodeStyleList_.get(i)); } getUnknownFields().writeTo(output); } private int memoizedSerializedSize = -1; public int getSerializedSize() { int size = memoizedSerializedSize; if (size != -1) return size; size = 0; { int dataSize = 0; for (int i = 0; i < computedStyleList_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeBytesSizeNoTag(computedStyleList_.getByteString(i)); } size += dataSize; size += 1 * getComputedStyleListList().size(); } for (int i = 0; i < nodeStyleList_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(2, nodeStyleList_.get(i)); } size += getUnknownFields().getSerializedSize(); memoizedSerializedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override protected java.lang.Object writeReplace() throws java.io.ObjectStreamException { return super.writeReplace(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input, extensionRegistry)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static Builder newBuilder() { return Builder.create(); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder(com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations prototype) { return newBuilder().mergeFrom(prototype); } public Builder toBuilder() { return newBuilder(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder<Builder> implements com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarationsOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_CssStyleDeclarations_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_CssStyleDeclarations_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder(BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getNodeStyleListFieldBuilder(); } } private static Builder create() { return new Builder(); } public Builder clear() { super.clear(); computedStyleList_ = com.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000001); if (nodeStyleListBuilder_ == null) { nodeStyleList_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000002); } else { nodeStyleListBuilder_.clear(); } return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.getDescriptor(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.getDefaultInstance(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations build() { com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations buildPartial() { com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations result = new com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations(this); int from_bitField0_ = bitField0_; if (((bitField0_ & 0x00000001) == 0x00000001)) { computedStyleList_ = new com.google.protobuf.UnmodifiableLazyStringList( computedStyleList_); bitField0_ = (bitField0_ & ~0x00000001); } result.computedStyleList_ = computedStyleList_; if (nodeStyleListBuilder_ == null) { if (((bitField0_ & 0x00000002) == 0x00000002)) { nodeStyleList_ = java.util.Collections.unmodifiableList(nodeStyleList_); bitField0_ = (bitField0_ & ~0x00000002); } result.nodeStyleList_ = nodeStyleList_; } else { result.nodeStyleList_ = nodeStyleListBuilder_.build(); } onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations) { return mergeFrom((com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations other) { if (other == com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.getDefaultInstance()) return this; if (!other.computedStyleList_.isEmpty()) { if (computedStyleList_.isEmpty()) { computedStyleList_ = other.computedStyleList_; bitField0_ = (bitField0_ & ~0x00000001); } else { ensureComputedStyleListIsMutable(); computedStyleList_.addAll(other.computedStyleList_); } onChanged(); } if (nodeStyleListBuilder_ == null) { if (!other.nodeStyleList_.isEmpty()) { if (nodeStyleList_.isEmpty()) { nodeStyleList_ = other.nodeStyleList_; bitField0_ = (bitField0_ & ~0x00000002); } else { ensureNodeStyleListIsMutable(); nodeStyleList_.addAll(other.nodeStyleList_); } onChanged(); } } else { if (!other.nodeStyleList_.isEmpty()) { if (nodeStyleListBuilder_.isEmpty()) { nodeStyleListBuilder_.dispose(); nodeStyleListBuilder_ = null; nodeStyleList_ = other.nodeStyleList_; bitField0_ = (bitField0_ & ~0x00000002); nodeStyleListBuilder_ = com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? getNodeStyleListFieldBuilder() : null; } else { nodeStyleListBuilder_.addAllMessages(other.nodeStyleList_); } } } this.mergeUnknownFields(other.getUnknownFields()); return this; } public final boolean isInitialized() { for (int i = 0; i < getNodeStyleListCount(); i++) { if (!getNodeStyleList(i).isInitialized()) { return false; } } return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder( this.getUnknownFields()); while (true) { int tag = input.readTag(); switch (tag) { case 0: this.setUnknownFields(unknownFields.build()); onChanged(); return this; default: { if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { this.setUnknownFields(unknownFields.build()); onChanged(); return this; } break; } case 10: { ensureComputedStyleListIsMutable(); computedStyleList_.add(input.readBytes()); break; } case 18: { com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle.Builder subBuilder = com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle.newBuilder(); input.readMessage(subBuilder, extensionRegistry); addNodeStyleList(subBuilder.buildPartial()); break; } } } } private int bitField0_; // repeated string computedStyleList = 1; private com.google.protobuf.LazyStringList computedStyleList_ = com.google.protobuf.LazyStringArrayList.EMPTY; private void ensureComputedStyleListIsMutable() { if (!((bitField0_ & 0x00000001) == 0x00000001)) { computedStyleList_ = new com.google.protobuf.LazyStringArrayList(computedStyleList_); bitField0_ |= 0x00000001; } } public java.util.List<String> getComputedStyleListList() { return java.util.Collections.unmodifiableList(computedStyleList_); } public int getComputedStyleListCount() { return computedStyleList_.size(); } public String getComputedStyleList(int index) { return computedStyleList_.get(index); } public Builder setComputedStyleList( int index, String value) { if (value == null) { throw new NullPointerException(); } ensureComputedStyleListIsMutable(); computedStyleList_.set(index, value); onChanged(); return this; } public Builder addComputedStyleList(String value) { if (value == null) { throw new NullPointerException(); } ensureComputedStyleListIsMutable(); computedStyleList_.add(value); onChanged(); return this; } public Builder addAllComputedStyleList( java.lang.Iterable<String> values) { ensureComputedStyleListIsMutable(); super.addAll(values, computedStyleList_); onChanged(); return this; } public Builder clearComputedStyleList() { computedStyleList_ = com.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000001); onChanged(); return this; } void addComputedStyleList(com.google.protobuf.ByteString value) { ensureComputedStyleListIsMutable(); computedStyleList_.add(value); onChanged(); } // repeated .scope.debugger.CssStyleDeclarations.NodeStyle nodeStyleList = 2; private java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle> nodeStyleList_ = java.util.Collections.emptyList(); private void ensureNodeStyleListIsMutable() { if (!((bitField0_ & 0x00000002) == 0x00000002)) { nodeStyleList_ = new java.util.ArrayList<com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle>(nodeStyleList_); bitField0_ |= 0x00000002; } } private com.google.protobuf.RepeatedFieldBuilder< com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle, com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle.Builder, com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyleOrBuilder> nodeStyleListBuilder_; public java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle> getNodeStyleListList() { if (nodeStyleListBuilder_ == null) { return java.util.Collections.unmodifiableList(nodeStyleList_); } else { return nodeStyleListBuilder_.getMessageList(); } } public int getNodeStyleListCount() { if (nodeStyleListBuilder_ == null) { return nodeStyleList_.size(); } else { return nodeStyleListBuilder_.getCount(); } } public com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle getNodeStyleList(int index) { if (nodeStyleListBuilder_ == null) { return nodeStyleList_.get(index); } else { return nodeStyleListBuilder_.getMessage(index); } } public Builder setNodeStyleList( int index, com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle value) { if (nodeStyleListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureNodeStyleListIsMutable(); nodeStyleList_.set(index, value); onChanged(); } else { nodeStyleListBuilder_.setMessage(index, value); } return this; } public Builder setNodeStyleList( int index, com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle.Builder builderForValue) { if (nodeStyleListBuilder_ == null) { ensureNodeStyleListIsMutable(); nodeStyleList_.set(index, builderForValue.build()); onChanged(); } else { nodeStyleListBuilder_.setMessage(index, builderForValue.build()); } return this; } public Builder addNodeStyleList(com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle value) { if (nodeStyleListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureNodeStyleListIsMutable(); nodeStyleList_.add(value); onChanged(); } else { nodeStyleListBuilder_.addMessage(value); } return this; } public Builder addNodeStyleList( int index, com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle value) { if (nodeStyleListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureNodeStyleListIsMutable(); nodeStyleList_.add(index, value); onChanged(); } else { nodeStyleListBuilder_.addMessage(index, value); } return this; } public Builder addNodeStyleList( com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle.Builder builderForValue) { if (nodeStyleListBuilder_ == null) { ensureNodeStyleListIsMutable(); nodeStyleList_.add(builderForValue.build()); onChanged(); } else { nodeStyleListBuilder_.addMessage(builderForValue.build()); } return this; } public Builder addNodeStyleList( int index, com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle.Builder builderForValue) { if (nodeStyleListBuilder_ == null) { ensureNodeStyleListIsMutable(); nodeStyleList_.add(index, builderForValue.build()); onChanged(); } else { nodeStyleListBuilder_.addMessage(index, builderForValue.build()); } return this; } public Builder addAllNodeStyleList( java.lang.Iterable<? extends com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle> values) { if (nodeStyleListBuilder_ == null) { ensureNodeStyleListIsMutable(); super.addAll(values, nodeStyleList_); onChanged(); } else { nodeStyleListBuilder_.addAllMessages(values); } return this; } public Builder clearNodeStyleList() { if (nodeStyleListBuilder_ == null) { nodeStyleList_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000002); onChanged(); } else { nodeStyleListBuilder_.clear(); } return this; } public Builder removeNodeStyleList(int index) { if (nodeStyleListBuilder_ == null) { ensureNodeStyleListIsMutable(); nodeStyleList_.remove(index); onChanged(); } else { nodeStyleListBuilder_.remove(index); } return this; } public com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle.Builder getNodeStyleListBuilder( int index) { return getNodeStyleListFieldBuilder().getBuilder(index); } public com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyleOrBuilder getNodeStyleListOrBuilder( int index) { if (nodeStyleListBuilder_ == null) { return nodeStyleList_.get(index); } else { return nodeStyleListBuilder_.getMessageOrBuilder(index); } } public java.util.List<? extends com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyleOrBuilder> getNodeStyleListOrBuilderList() { if (nodeStyleListBuilder_ != null) { return nodeStyleListBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(nodeStyleList_); } } public com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle.Builder addNodeStyleListBuilder() { return getNodeStyleListFieldBuilder().addBuilder( com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle.getDefaultInstance()); } public com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle.Builder addNodeStyleListBuilder( int index) { return getNodeStyleListFieldBuilder().addBuilder( index, com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle.getDefaultInstance()); } public java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle.Builder> getNodeStyleListBuilderList() { return getNodeStyleListFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilder< com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle, com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle.Builder, com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyleOrBuilder> getNodeStyleListFieldBuilder() { if (nodeStyleListBuilder_ == null) { nodeStyleListBuilder_ = new com.google.protobuf.RepeatedFieldBuilder< com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle, com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle.Builder, com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyleOrBuilder>( nodeStyleList_, ((bitField0_ & 0x00000002) == 0x00000002), getParentForChildren(), isClean()); nodeStyleList_ = null; } return nodeStyleListBuilder_; } // @@protoc_insertion_point(builder_scope:scope.debugger.CssStyleDeclarations) } static { defaultInstance = new CssStyleDeclarations(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.CssStyleDeclarations) } public interface CssIndexMapOrBuilder extends com.google.protobuf.MessageOrBuilder { // repeated string nameList = 1; java.util.List<String> getNameListList(); int getNameListCount(); String getNameList(int index); } public static final class CssIndexMap extends com.google.protobuf.GeneratedMessage implements CssIndexMapOrBuilder { // Use CssIndexMap.newBuilder() to construct. private CssIndexMap(Builder builder) { super(builder); } private CssIndexMap(boolean noInit) {} private static final CssIndexMap defaultInstance; public static CssIndexMap getDefaultInstance() { return defaultInstance; } public CssIndexMap getDefaultInstanceForType() { return defaultInstance; } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_CssIndexMap_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_CssIndexMap_fieldAccessorTable; } // repeated string nameList = 1; public static final int NAMELIST_FIELD_NUMBER = 1; private com.google.protobuf.LazyStringList nameList_; public java.util.List<String> getNameListList() { return nameList_; } public int getNameListCount() { return nameList_.size(); } public String getNameList(int index) { return nameList_.get(index); } private void initFields() { nameList_ = com.google.protobuf.LazyStringArrayList.EMPTY; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized != -1) return isInitialized == 1; memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); for (int i = 0; i < nameList_.size(); i++) { output.writeBytes(1, nameList_.getByteString(i)); } getUnknownFields().writeTo(output); } private int memoizedSerializedSize = -1; public int getSerializedSize() { int size = memoizedSerializedSize; if (size != -1) return size; size = 0; { int dataSize = 0; for (int i = 0; i < nameList_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeBytesSizeNoTag(nameList_.getByteString(i)); } size += dataSize; size += 1 * getNameListList().size(); } size += getUnknownFields().getSerializedSize(); memoizedSerializedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override protected java.lang.Object writeReplace() throws java.io.ObjectStreamException { return super.writeReplace(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssIndexMap parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssIndexMap parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssIndexMap parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssIndexMap parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssIndexMap parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssIndexMap parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssIndexMap parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssIndexMap parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input, extensionRegistry)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssIndexMap parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssIndexMap parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static Builder newBuilder() { return Builder.create(); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder(com.opera.core.systems.scope.protos.Esdbg6Protos.CssIndexMap prototype) { return newBuilder().mergeFrom(prototype); } public Builder toBuilder() { return newBuilder(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder<Builder> implements com.opera.core.systems.scope.protos.Esdbg6Protos.CssIndexMapOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_CssIndexMap_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_CssIndexMap_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.Esdbg6Protos.CssIndexMap.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder(BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } private static Builder create() { return new Builder(); } public Builder clear() { super.clear(); nameList_ = com.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000001); return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.CssIndexMap.getDescriptor(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.CssIndexMap getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.CssIndexMap.getDefaultInstance(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.CssIndexMap build() { com.opera.core.systems.scope.protos.Esdbg6Protos.CssIndexMap result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.Esdbg6Protos.CssIndexMap buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.Esdbg6Protos.CssIndexMap result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.Esdbg6Protos.CssIndexMap buildPartial() { com.opera.core.systems.scope.protos.Esdbg6Protos.CssIndexMap result = new com.opera.core.systems.scope.protos.Esdbg6Protos.CssIndexMap(this); int from_bitField0_ = bitField0_; if (((bitField0_ & 0x00000001) == 0x00000001)) { nameList_ = new com.google.protobuf.UnmodifiableLazyStringList( nameList_); bitField0_ = (bitField0_ & ~0x00000001); } result.nameList_ = nameList_; onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.opera.core.systems.scope.protos.Esdbg6Protos.CssIndexMap) { return mergeFrom((com.opera.core.systems.scope.protos.Esdbg6Protos.CssIndexMap)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.Esdbg6Protos.CssIndexMap other) { if (other == com.opera.core.systems.scope.protos.Esdbg6Protos.CssIndexMap.getDefaultInstance()) return this; if (!other.nameList_.isEmpty()) { if (nameList_.isEmpty()) { nameList_ = other.nameList_; bitField0_ = (bitField0_ & ~0x00000001); } else { ensureNameListIsMutable(); nameList_.addAll(other.nameList_); } onChanged(); } this.mergeUnknownFields(other.getUnknownFields()); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder( this.getUnknownFields()); while (true) { int tag = input.readTag(); switch (tag) { case 0: this.setUnknownFields(unknownFields.build()); onChanged(); return this; default: { if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { this.setUnknownFields(unknownFields.build()); onChanged(); return this; } break; } case 10: { ensureNameListIsMutable(); nameList_.add(input.readBytes()); break; } } } } private int bitField0_; // repeated string nameList = 1; private com.google.protobuf.LazyStringList nameList_ = com.google.protobuf.LazyStringArrayList.EMPTY; private void ensureNameListIsMutable() { if (!((bitField0_ & 0x00000001) == 0x00000001)) { nameList_ = new com.google.protobuf.LazyStringArrayList(nameList_); bitField0_ |= 0x00000001; } } public java.util.List<String> getNameListList() { return java.util.Collections.unmodifiableList(nameList_); } public int getNameListCount() { return nameList_.size(); } public String getNameList(int index) { return nameList_.get(index); } public Builder setNameList( int index, String value) { if (value == null) { throw new NullPointerException(); } ensureNameListIsMutable(); nameList_.set(index, value); onChanged(); return this; } public Builder addNameList(String value) { if (value == null) { throw new NullPointerException(); } ensureNameListIsMutable(); nameList_.add(value); onChanged(); return this; } public Builder addAllNameList( java.lang.Iterable<String> values) { ensureNameListIsMutable(); super.addAll(values, nameList_); onChanged(); return this; } public Builder clearNameList() { nameList_ = com.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000001); onChanged(); return this; } void addNameList(com.google.protobuf.ByteString value) { ensureNameListIsMutable(); nameList_.add(value); onChanged(); } // @@protoc_insertion_point(builder_scope:scope.debugger.CssIndexMap) } static { defaultInstance = new CssIndexMap(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.CssIndexMap) } public interface ThreadStopInfoOrBuilder extends com.google.protobuf.MessageOrBuilder { // required uint32 runtimeID = 1; boolean hasRuntimeID(); int getRuntimeID(); // required uint32 threadID = 2; boolean hasThreadID(); int getThreadID(); // required uint32 scriptID = 3; boolean hasScriptID(); int getScriptID(); // required uint32 lineNumber = 4; boolean hasLineNumber(); int getLineNumber(); // required string stoppedReason = 5; boolean hasStoppedReason(); String getStoppedReason(); // optional uint32 breakpointID = 6; boolean hasBreakpointID(); int getBreakpointID(); } public static final class ThreadStopInfo extends com.google.protobuf.GeneratedMessage implements ThreadStopInfoOrBuilder { // Use ThreadStopInfo.newBuilder() to construct. private ThreadStopInfo(Builder builder) { super(builder); } private ThreadStopInfo(boolean noInit) {} private static final ThreadStopInfo defaultInstance; public static ThreadStopInfo getDefaultInstance() { return defaultInstance; } public ThreadStopInfo getDefaultInstanceForType() { return defaultInstance; } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_ThreadStopInfo_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_ThreadStopInfo_fieldAccessorTable; } private int bitField0_; // required uint32 runtimeID = 1; public static final int RUNTIMEID_FIELD_NUMBER = 1; private int runtimeID_; public boolean hasRuntimeID() { return ((bitField0_ & 0x00000001) == 0x00000001); } public int getRuntimeID() { return runtimeID_; } // required uint32 threadID = 2; public static final int THREADID_FIELD_NUMBER = 2; private int threadID_; public boolean hasThreadID() { return ((bitField0_ & 0x00000002) == 0x00000002); } public int getThreadID() { return threadID_; } // required uint32 scriptID = 3; public static final int SCRIPTID_FIELD_NUMBER = 3; private int scriptID_; public boolean hasScriptID() { return ((bitField0_ & 0x00000004) == 0x00000004); } public int getScriptID() { return scriptID_; } // required uint32 lineNumber = 4; public static final int LINENUMBER_FIELD_NUMBER = 4; private int lineNumber_; public boolean hasLineNumber() { return ((bitField0_ & 0x00000008) == 0x00000008); } public int getLineNumber() { return lineNumber_; } // required string stoppedReason = 5; public static final int STOPPEDREASON_FIELD_NUMBER = 5; private java.lang.Object stoppedReason_; public boolean hasStoppedReason() { return ((bitField0_ & 0x00000010) == 0x00000010); } public String getStoppedReason() { java.lang.Object ref = stoppedReason_; if (ref instanceof String) { return (String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; String s = bs.toStringUtf8(); if (com.google.protobuf.Internal.isValidUtf8(bs)) { stoppedReason_ = s; } return s; } } private com.google.protobuf.ByteString getStoppedReasonBytes() { java.lang.Object ref = stoppedReason_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((String) ref); stoppedReason_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } // optional uint32 breakpointID = 6; public static final int BREAKPOINTID_FIELD_NUMBER = 6; private int breakpointID_; public boolean hasBreakpointID() { return ((bitField0_ & 0x00000020) == 0x00000020); } public int getBreakpointID() { return breakpointID_; } private void initFields() { runtimeID_ = 0; threadID_ = 0; scriptID_ = 0; lineNumber_ = 0; stoppedReason_ = ""; breakpointID_ = 0; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized != -1) return isInitialized == 1; if (!hasRuntimeID()) { memoizedIsInitialized = 0; return false; } if (!hasThreadID()) { memoizedIsInitialized = 0; return false; } if (!hasScriptID()) { memoizedIsInitialized = 0; return false; } if (!hasLineNumber()) { memoizedIsInitialized = 0; return false; } if (!hasStoppedReason()) { memoizedIsInitialized = 0; return false; } memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { output.writeUInt32(1, runtimeID_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { output.writeUInt32(2, threadID_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { output.writeUInt32(3, scriptID_); } if (((bitField0_ & 0x00000008) == 0x00000008)) { output.writeUInt32(4, lineNumber_); } if (((bitField0_ & 0x00000010) == 0x00000010)) { output.writeBytes(5, getStoppedReasonBytes()); } if (((bitField0_ & 0x00000020) == 0x00000020)) { output.writeUInt32(6, breakpointID_); } getUnknownFields().writeTo(output); } private int memoizedSerializedSize = -1; public int getSerializedSize() { int size = memoizedSerializedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(1, runtimeID_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(2, threadID_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(3, scriptID_); } if (((bitField0_ & 0x00000008) == 0x00000008)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(4, lineNumber_); } if (((bitField0_ & 0x00000010) == 0x00000010)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(5, getStoppedReasonBytes()); } if (((bitField0_ & 0x00000020) == 0x00000020)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(6, breakpointID_); } size += getUnknownFields().getSerializedSize(); memoizedSerializedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override protected java.lang.Object writeReplace() throws java.io.ObjectStreamException { return super.writeReplace(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadStopInfo parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadStopInfo parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadStopInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadStopInfo parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadStopInfo parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadStopInfo parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadStopInfo parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadStopInfo parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input, extensionRegistry)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadStopInfo parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadStopInfo parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static Builder newBuilder() { return Builder.create(); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder(com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadStopInfo prototype) { return newBuilder().mergeFrom(prototype); } public Builder toBuilder() { return newBuilder(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder<Builder> implements com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadStopInfoOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_ThreadStopInfo_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_ThreadStopInfo_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadStopInfo.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder(BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } private static Builder create() { return new Builder(); } public Builder clear() { super.clear(); runtimeID_ = 0; bitField0_ = (bitField0_ & ~0x00000001); threadID_ = 0; bitField0_ = (bitField0_ & ~0x00000002); scriptID_ = 0; bitField0_ = (bitField0_ & ~0x00000004); lineNumber_ = 0; bitField0_ = (bitField0_ & ~0x00000008); stoppedReason_ = ""; bitField0_ = (bitField0_ & ~0x00000010); breakpointID_ = 0; bitField0_ = (bitField0_ & ~0x00000020); return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadStopInfo.getDescriptor(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadStopInfo getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadStopInfo.getDefaultInstance(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadStopInfo build() { com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadStopInfo result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadStopInfo buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadStopInfo result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadStopInfo buildPartial() { com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadStopInfo result = new com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadStopInfo(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } result.runtimeID_ = runtimeID_; if (((from_bitField0_ & 0x00000002) == 0x00000002)) { to_bitField0_ |= 0x00000002; } result.threadID_ = threadID_; if (((from_bitField0_ & 0x00000004) == 0x00000004)) { to_bitField0_ |= 0x00000004; } result.scriptID_ = scriptID_; if (((from_bitField0_ & 0x00000008) == 0x00000008)) { to_bitField0_ |= 0x00000008; } result.lineNumber_ = lineNumber_; if (((from_bitField0_ & 0x00000010) == 0x00000010)) { to_bitField0_ |= 0x00000010; } result.stoppedReason_ = stoppedReason_; if (((from_bitField0_ & 0x00000020) == 0x00000020)) { to_bitField0_ |= 0x00000020; } result.breakpointID_ = breakpointID_; result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadStopInfo) { return mergeFrom((com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadStopInfo)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadStopInfo other) { if (other == com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadStopInfo.getDefaultInstance()) return this; if (other.hasRuntimeID()) { setRuntimeID(other.getRuntimeID()); } if (other.hasThreadID()) { setThreadID(other.getThreadID()); } if (other.hasScriptID()) { setScriptID(other.getScriptID()); } if (other.hasLineNumber()) { setLineNumber(other.getLineNumber()); } if (other.hasStoppedReason()) { setStoppedReason(other.getStoppedReason()); } if (other.hasBreakpointID()) { setBreakpointID(other.getBreakpointID()); } this.mergeUnknownFields(other.getUnknownFields()); return this; } public final boolean isInitialized() { if (!hasRuntimeID()) { return false; } if (!hasThreadID()) { return false; } if (!hasScriptID()) { return false; } if (!hasLineNumber()) { return false; } if (!hasStoppedReason()) { return false; } return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder( this.getUnknownFields()); while (true) { int tag = input.readTag(); switch (tag) { case 0: this.setUnknownFields(unknownFields.build()); onChanged(); return this; default: { if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { this.setUnknownFields(unknownFields.build()); onChanged(); return this; } break; } case 8: { bitField0_ |= 0x00000001; runtimeID_ = input.readUInt32(); break; } case 16: { bitField0_ |= 0x00000002; threadID_ = input.readUInt32(); break; } case 24: { bitField0_ |= 0x00000004; scriptID_ = input.readUInt32(); break; } case 32: { bitField0_ |= 0x00000008; lineNumber_ = input.readUInt32(); break; } case 42: { bitField0_ |= 0x00000010; stoppedReason_ = input.readBytes(); break; } case 48: { bitField0_ |= 0x00000020; breakpointID_ = input.readUInt32(); break; } } } } private int bitField0_; // required uint32 runtimeID = 1; private int runtimeID_ ; public boolean hasRuntimeID() { return ((bitField0_ & 0x00000001) == 0x00000001); } public int getRuntimeID() { return runtimeID_; } public Builder setRuntimeID(int value) { bitField0_ |= 0x00000001; runtimeID_ = value; onChanged(); return this; } public Builder clearRuntimeID() { bitField0_ = (bitField0_ & ~0x00000001); runtimeID_ = 0; onChanged(); return this; } // required uint32 threadID = 2; private int threadID_ ; public boolean hasThreadID() { return ((bitField0_ & 0x00000002) == 0x00000002); } public int getThreadID() { return threadID_; } public Builder setThreadID(int value) { bitField0_ |= 0x00000002; threadID_ = value; onChanged(); return this; } public Builder clearThreadID() { bitField0_ = (bitField0_ & ~0x00000002); threadID_ = 0; onChanged(); return this; } // required uint32 scriptID = 3; private int scriptID_ ; public boolean hasScriptID() { return ((bitField0_ & 0x00000004) == 0x00000004); } public int getScriptID() { return scriptID_; } public Builder setScriptID(int value) { bitField0_ |= 0x00000004; scriptID_ = value; onChanged(); return this; } public Builder clearScriptID() { bitField0_ = (bitField0_ & ~0x00000004); scriptID_ = 0; onChanged(); return this; } // required uint32 lineNumber = 4; private int lineNumber_ ; public boolean hasLineNumber() { return ((bitField0_ & 0x00000008) == 0x00000008); } public int getLineNumber() { return lineNumber_; } public Builder setLineNumber(int value) { bitField0_ |= 0x00000008; lineNumber_ = value; onChanged(); return this; } public Builder clearLineNumber() { bitField0_ = (bitField0_ & ~0x00000008); lineNumber_ = 0; onChanged(); return this; } // required string stoppedReason = 5; private java.lang.Object stoppedReason_ = ""; public boolean hasStoppedReason() { return ((bitField0_ & 0x00000010) == 0x00000010); } public String getStoppedReason() { java.lang.Object ref = stoppedReason_; if (!(ref instanceof String)) { String s = ((com.google.protobuf.ByteString) ref).toStringUtf8(); stoppedReason_ = s; return s; } else { return (String) ref; } } public Builder setStoppedReason(String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000010; stoppedReason_ = value; onChanged(); return this; } public Builder clearStoppedReason() { bitField0_ = (bitField0_ & ~0x00000010); stoppedReason_ = getDefaultInstance().getStoppedReason(); onChanged(); return this; } void setStoppedReason(com.google.protobuf.ByteString value) { bitField0_ |= 0x00000010; stoppedReason_ = value; onChanged(); } // optional uint32 breakpointID = 6; private int breakpointID_ ; public boolean hasBreakpointID() { return ((bitField0_ & 0x00000020) == 0x00000020); } public int getBreakpointID() { return breakpointID_; } public Builder setBreakpointID(int value) { bitField0_ |= 0x00000020; breakpointID_ = value; onChanged(); return this; } public Builder clearBreakpointID() { bitField0_ = (bitField0_ & ~0x00000020); breakpointID_ = 0; onChanged(); return this; } // @@protoc_insertion_point(builder_scope:scope.debugger.ThreadStopInfo) } static { defaultInstance = new ThreadStopInfo(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.ThreadStopInfo) } public interface ObjectSelectionOrBuilder extends com.google.protobuf.MessageOrBuilder { // required uint32 objectID = 1; boolean hasObjectID(); int getObjectID(); // required uint32 windowID = 2; boolean hasWindowID(); int getWindowID(); // optional uint32 runtimeID = 3; boolean hasRuntimeID(); int getRuntimeID(); } public static final class ObjectSelection extends com.google.protobuf.GeneratedMessage implements ObjectSelectionOrBuilder { // Use ObjectSelection.newBuilder() to construct. private ObjectSelection(Builder builder) { super(builder); } private ObjectSelection(boolean noInit) {} private static final ObjectSelection defaultInstance; public static ObjectSelection getDefaultInstance() { return defaultInstance; } public ObjectSelection getDefaultInstanceForType() { return defaultInstance; } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_ObjectSelection_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_ObjectSelection_fieldAccessorTable; } private int bitField0_; // required uint32 objectID = 1; public static final int OBJECTID_FIELD_NUMBER = 1; private int objectID_; public boolean hasObjectID() { return ((bitField0_ & 0x00000001) == 0x00000001); } public int getObjectID() { return objectID_; } // required uint32 windowID = 2; public static final int WINDOWID_FIELD_NUMBER = 2; private int windowID_; public boolean hasWindowID() { return ((bitField0_ & 0x00000002) == 0x00000002); } public int getWindowID() { return windowID_; } // optional uint32 runtimeID = 3; public static final int RUNTIMEID_FIELD_NUMBER = 3; private int runtimeID_; public boolean hasRuntimeID() { return ((bitField0_ & 0x00000004) == 0x00000004); } public int getRuntimeID() { return runtimeID_; } private void initFields() { objectID_ = 0; windowID_ = 0; runtimeID_ = 0; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized != -1) return isInitialized == 1; if (!hasObjectID()) { memoizedIsInitialized = 0; return false; } if (!hasWindowID()) { memoizedIsInitialized = 0; return false; } memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { output.writeUInt32(1, objectID_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { output.writeUInt32(2, windowID_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { output.writeUInt32(3, runtimeID_); } getUnknownFields().writeTo(output); } private int memoizedSerializedSize = -1; public int getSerializedSize() { int size = memoizedSerializedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(1, objectID_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(2, windowID_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(3, runtimeID_); } size += getUnknownFields().getSerializedSize(); memoizedSerializedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override protected java.lang.Object writeReplace() throws java.io.ObjectStreamException { return super.writeReplace(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectSelection parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectSelection parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectSelection parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectSelection parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectSelection parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectSelection parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectSelection parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectSelection parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input, extensionRegistry)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectSelection parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectSelection parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static Builder newBuilder() { return Builder.create(); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder(com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectSelection prototype) { return newBuilder().mergeFrom(prototype); } public Builder toBuilder() { return newBuilder(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder<Builder> implements com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectSelectionOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_ObjectSelection_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_ObjectSelection_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectSelection.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder(BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } private static Builder create() { return new Builder(); } public Builder clear() { super.clear(); objectID_ = 0; bitField0_ = (bitField0_ & ~0x00000001); windowID_ = 0; bitField0_ = (bitField0_ & ~0x00000002); runtimeID_ = 0; bitField0_ = (bitField0_ & ~0x00000004); return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectSelection.getDescriptor(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectSelection getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectSelection.getDefaultInstance(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectSelection build() { com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectSelection result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectSelection buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectSelection result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectSelection buildPartial() { com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectSelection result = new com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectSelection(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } result.objectID_ = objectID_; if (((from_bitField0_ & 0x00000002) == 0x00000002)) { to_bitField0_ |= 0x00000002; } result.windowID_ = windowID_; if (((from_bitField0_ & 0x00000004) == 0x00000004)) { to_bitField0_ |= 0x00000004; } result.runtimeID_ = runtimeID_; result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectSelection) { return mergeFrom((com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectSelection)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectSelection other) { if (other == com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectSelection.getDefaultInstance()) return this; if (other.hasObjectID()) { setObjectID(other.getObjectID()); } if (other.hasWindowID()) { setWindowID(other.getWindowID()); } if (other.hasRuntimeID()) { setRuntimeID(other.getRuntimeID()); } this.mergeUnknownFields(other.getUnknownFields()); return this; } public final boolean isInitialized() { if (!hasObjectID()) { return false; } if (!hasWindowID()) { return false; } return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder( this.getUnknownFields()); while (true) { int tag = input.readTag(); switch (tag) { case 0: this.setUnknownFields(unknownFields.build()); onChanged(); return this; default: { if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { this.setUnknownFields(unknownFields.build()); onChanged(); return this; } break; } case 8: { bitField0_ |= 0x00000001; objectID_ = input.readUInt32(); break; } case 16: { bitField0_ |= 0x00000002; windowID_ = input.readUInt32(); break; } case 24: { bitField0_ |= 0x00000004; runtimeID_ = input.readUInt32(); break; } } } } private int bitField0_; // required uint32 objectID = 1; private int objectID_ ; public boolean hasObjectID() { return ((bitField0_ & 0x00000001) == 0x00000001); } public int getObjectID() { return objectID_; } public Builder setObjectID(int value) { bitField0_ |= 0x00000001; objectID_ = value; onChanged(); return this; } public Builder clearObjectID() { bitField0_ = (bitField0_ & ~0x00000001); objectID_ = 0; onChanged(); return this; } // required uint32 windowID = 2; private int windowID_ ; public boolean hasWindowID() { return ((bitField0_ & 0x00000002) == 0x00000002); } public int getWindowID() { return windowID_; } public Builder setWindowID(int value) { bitField0_ |= 0x00000002; windowID_ = value; onChanged(); return this; } public Builder clearWindowID() { bitField0_ = (bitField0_ & ~0x00000002); windowID_ = 0; onChanged(); return this; } // optional uint32 runtimeID = 3; private int runtimeID_ ; public boolean hasRuntimeID() { return ((bitField0_ & 0x00000004) == 0x00000004); } public int getRuntimeID() { return runtimeID_; } public Builder setRuntimeID(int value) { bitField0_ |= 0x00000004; runtimeID_ = value; onChanged(); return this; } public Builder clearRuntimeID() { bitField0_ = (bitField0_ & ~0x00000004); runtimeID_ = 0; onChanged(); return this; } // @@protoc_insertion_point(builder_scope:scope.debugger.ObjectSelection) } static { defaultInstance = new ObjectSelection(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.ObjectSelection) } public interface ScriptInfoOrBuilder extends com.google.protobuf.MessageOrBuilder { // required uint32 runtimeID = 1; boolean hasRuntimeID(); int getRuntimeID(); // required uint32 scriptID = 2; boolean hasScriptID(); int getScriptID(); // required string scriptType = 3; boolean hasScriptType(); String getScriptType(); // required string scriptData = 4; boolean hasScriptData(); String getScriptData(); // optional string uri = 5; boolean hasUri(); String getUri(); } public static final class ScriptInfo extends com.google.protobuf.GeneratedMessage implements ScriptInfoOrBuilder { // Use ScriptInfo.newBuilder() to construct. private ScriptInfo(Builder builder) { super(builder); } private ScriptInfo(boolean noInit) {} private static final ScriptInfo defaultInstance; public static ScriptInfo getDefaultInstance() { return defaultInstance; } public ScriptInfo getDefaultInstanceForType() { return defaultInstance; } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_ScriptInfo_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_ScriptInfo_fieldAccessorTable; } private int bitField0_; // required uint32 runtimeID = 1; public static final int RUNTIMEID_FIELD_NUMBER = 1; private int runtimeID_; public boolean hasRuntimeID() { return ((bitField0_ & 0x00000001) == 0x00000001); } public int getRuntimeID() { return runtimeID_; } // required uint32 scriptID = 2; public static final int SCRIPTID_FIELD_NUMBER = 2; private int scriptID_; public boolean hasScriptID() { return ((bitField0_ & 0x00000002) == 0x00000002); } public int getScriptID() { return scriptID_; } // required string scriptType = 3; public static final int SCRIPTTYPE_FIELD_NUMBER = 3; private java.lang.Object scriptType_; public boolean hasScriptType() { return ((bitField0_ & 0x00000004) == 0x00000004); } public String getScriptType() { java.lang.Object ref = scriptType_; if (ref instanceof String) { return (String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; String s = bs.toStringUtf8(); if (com.google.protobuf.Internal.isValidUtf8(bs)) { scriptType_ = s; } return s; } } private com.google.protobuf.ByteString getScriptTypeBytes() { java.lang.Object ref = scriptType_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((String) ref); scriptType_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } // required string scriptData = 4; public static final int SCRIPTDATA_FIELD_NUMBER = 4; private java.lang.Object scriptData_; public boolean hasScriptData() { return ((bitField0_ & 0x00000008) == 0x00000008); } public String getScriptData() { java.lang.Object ref = scriptData_; if (ref instanceof String) { return (String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; String s = bs.toStringUtf8(); if (com.google.protobuf.Internal.isValidUtf8(bs)) { scriptData_ = s; } return s; } } private com.google.protobuf.ByteString getScriptDataBytes() { java.lang.Object ref = scriptData_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((String) ref); scriptData_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } // optional string uri = 5; public static final int URI_FIELD_NUMBER = 5; private java.lang.Object uri_; public boolean hasUri() { return ((bitField0_ & 0x00000010) == 0x00000010); } public String getUri() { java.lang.Object ref = uri_; if (ref instanceof String) { return (String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; String s = bs.toStringUtf8(); if (com.google.protobuf.Internal.isValidUtf8(bs)) { uri_ = s; } return s; } } private com.google.protobuf.ByteString getUriBytes() { java.lang.Object ref = uri_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((String) ref); uri_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } private void initFields() { runtimeID_ = 0; scriptID_ = 0; scriptType_ = ""; scriptData_ = ""; uri_ = ""; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized != -1) return isInitialized == 1; if (!hasRuntimeID()) { memoizedIsInitialized = 0; return false; } if (!hasScriptID()) { memoizedIsInitialized = 0; return false; } if (!hasScriptType()) { memoizedIsInitialized = 0; return false; } if (!hasScriptData()) { memoizedIsInitialized = 0; return false; } memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { output.writeUInt32(1, runtimeID_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { output.writeUInt32(2, scriptID_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { output.writeBytes(3, getScriptTypeBytes()); } if (((bitField0_ & 0x00000008) == 0x00000008)) { output.writeBytes(4, getScriptDataBytes()); } if (((bitField0_ & 0x00000010) == 0x00000010)) { output.writeBytes(5, getUriBytes()); } getUnknownFields().writeTo(output); } private int memoizedSerializedSize = -1; public int getSerializedSize() { int size = memoizedSerializedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(1, runtimeID_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(2, scriptID_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(3, getScriptTypeBytes()); } if (((bitField0_ & 0x00000008) == 0x00000008)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(4, getScriptDataBytes()); } if (((bitField0_ & 0x00000010) == 0x00000010)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(5, getUriBytes()); } size += getUnknownFields().getSerializedSize(); memoizedSerializedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override protected java.lang.Object writeReplace() throws java.io.ObjectStreamException { return super.writeReplace(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ScriptInfo parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ScriptInfo parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ScriptInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ScriptInfo parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ScriptInfo parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ScriptInfo parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ScriptInfo parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ScriptInfo parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input, extensionRegistry)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ScriptInfo parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ScriptInfo parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static Builder newBuilder() { return Builder.create(); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder(com.opera.core.systems.scope.protos.Esdbg6Protos.ScriptInfo prototype) { return newBuilder().mergeFrom(prototype); } public Builder toBuilder() { return newBuilder(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder<Builder> implements com.opera.core.systems.scope.protos.Esdbg6Protos.ScriptInfoOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_ScriptInfo_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_ScriptInfo_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.Esdbg6Protos.ScriptInfo.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder(BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } private static Builder create() { return new Builder(); } public Builder clear() { super.clear(); runtimeID_ = 0; bitField0_ = (bitField0_ & ~0x00000001); scriptID_ = 0; bitField0_ = (bitField0_ & ~0x00000002); scriptType_ = ""; bitField0_ = (bitField0_ & ~0x00000004); scriptData_ = ""; bitField0_ = (bitField0_ & ~0x00000008); uri_ = ""; bitField0_ = (bitField0_ & ~0x00000010); return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.ScriptInfo.getDescriptor(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.ScriptInfo getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.ScriptInfo.getDefaultInstance(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.ScriptInfo build() { com.opera.core.systems.scope.protos.Esdbg6Protos.ScriptInfo result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.Esdbg6Protos.ScriptInfo buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.Esdbg6Protos.ScriptInfo result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.Esdbg6Protos.ScriptInfo buildPartial() { com.opera.core.systems.scope.protos.Esdbg6Protos.ScriptInfo result = new com.opera.core.systems.scope.protos.Esdbg6Protos.ScriptInfo(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } result.runtimeID_ = runtimeID_; if (((from_bitField0_ & 0x00000002) == 0x00000002)) { to_bitField0_ |= 0x00000002; } result.scriptID_ = scriptID_; if (((from_bitField0_ & 0x00000004) == 0x00000004)) { to_bitField0_ |= 0x00000004; } result.scriptType_ = scriptType_; if (((from_bitField0_ & 0x00000008) == 0x00000008)) { to_bitField0_ |= 0x00000008; } result.scriptData_ = scriptData_; if (((from_bitField0_ & 0x00000010) == 0x00000010)) { to_bitField0_ |= 0x00000010; } result.uri_ = uri_; result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.opera.core.systems.scope.protos.Esdbg6Protos.ScriptInfo) { return mergeFrom((com.opera.core.systems.scope.protos.Esdbg6Protos.ScriptInfo)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.Esdbg6Protos.ScriptInfo other) { if (other == com.opera.core.systems.scope.protos.Esdbg6Protos.ScriptInfo.getDefaultInstance()) return this; if (other.hasRuntimeID()) { setRuntimeID(other.getRuntimeID()); } if (other.hasScriptID()) { setScriptID(other.getScriptID()); } if (other.hasScriptType()) { setScriptType(other.getScriptType()); } if (other.hasScriptData()) { setScriptData(other.getScriptData()); } if (other.hasUri()) { setUri(other.getUri()); } this.mergeUnknownFields(other.getUnknownFields()); return this; } public final boolean isInitialized() { if (!hasRuntimeID()) { return false; } if (!hasScriptID()) { return false; } if (!hasScriptType()) { return false; } if (!hasScriptData()) { return false; } return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder( this.getUnknownFields()); while (true) { int tag = input.readTag(); switch (tag) { case 0: this.setUnknownFields(unknownFields.build()); onChanged(); return this; default: { if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { this.setUnknownFields(unknownFields.build()); onChanged(); return this; } break; } case 8: { bitField0_ |= 0x00000001; runtimeID_ = input.readUInt32(); break; } case 16: { bitField0_ |= 0x00000002; scriptID_ = input.readUInt32(); break; } case 26: { bitField0_ |= 0x00000004; scriptType_ = input.readBytes(); break; } case 34: { bitField0_ |= 0x00000008; scriptData_ = input.readBytes(); break; } case 42: { bitField0_ |= 0x00000010; uri_ = input.readBytes(); break; } } } } private int bitField0_; // required uint32 runtimeID = 1; private int runtimeID_ ; public boolean hasRuntimeID() { return ((bitField0_ & 0x00000001) == 0x00000001); } public int getRuntimeID() { return runtimeID_; } public Builder setRuntimeID(int value) { bitField0_ |= 0x00000001; runtimeID_ = value; onChanged(); return this; } public Builder clearRuntimeID() { bitField0_ = (bitField0_ & ~0x00000001); runtimeID_ = 0; onChanged(); return this; } // required uint32 scriptID = 2; private int scriptID_ ; public boolean hasScriptID() { return ((bitField0_ & 0x00000002) == 0x00000002); } public int getScriptID() { return scriptID_; } public Builder setScriptID(int value) { bitField0_ |= 0x00000002; scriptID_ = value; onChanged(); return this; } public Builder clearScriptID() { bitField0_ = (bitField0_ & ~0x00000002); scriptID_ = 0; onChanged(); return this; } // required string scriptType = 3; private java.lang.Object scriptType_ = ""; public boolean hasScriptType() { return ((bitField0_ & 0x00000004) == 0x00000004); } public String getScriptType() { java.lang.Object ref = scriptType_; if (!(ref instanceof String)) { String s = ((com.google.protobuf.ByteString) ref).toStringUtf8(); scriptType_ = s; return s; } else { return (String) ref; } } public Builder setScriptType(String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000004; scriptType_ = value; onChanged(); return this; } public Builder clearScriptType() { bitField0_ = (bitField0_ & ~0x00000004); scriptType_ = getDefaultInstance().getScriptType(); onChanged(); return this; } void setScriptType(com.google.protobuf.ByteString value) { bitField0_ |= 0x00000004; scriptType_ = value; onChanged(); } // required string scriptData = 4; private java.lang.Object scriptData_ = ""; public boolean hasScriptData() { return ((bitField0_ & 0x00000008) == 0x00000008); } public String getScriptData() { java.lang.Object ref = scriptData_; if (!(ref instanceof String)) { String s = ((com.google.protobuf.ByteString) ref).toStringUtf8(); scriptData_ = s; return s; } else { return (String) ref; } } public Builder setScriptData(String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000008; scriptData_ = value; onChanged(); return this; } public Builder clearScriptData() { bitField0_ = (bitField0_ & ~0x00000008); scriptData_ = getDefaultInstance().getScriptData(); onChanged(); return this; } void setScriptData(com.google.protobuf.ByteString value) { bitField0_ |= 0x00000008; scriptData_ = value; onChanged(); } // optional string uri = 5; private java.lang.Object uri_ = ""; public boolean hasUri() { return ((bitField0_ & 0x00000010) == 0x00000010); } public String getUri() { java.lang.Object ref = uri_; if (!(ref instanceof String)) { String s = ((com.google.protobuf.ByteString) ref).toStringUtf8(); uri_ = s; return s; } else { return (String) ref; } } public Builder setUri(String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000010; uri_ = value; onChanged(); return this; } public Builder clearUri() { bitField0_ = (bitField0_ & ~0x00000010); uri_ = getDefaultInstance().getUri(); onChanged(); return this; } void setUri(com.google.protobuf.ByteString value) { bitField0_ |= 0x00000010; uri_ = value; onChanged(); } // @@protoc_insertion_point(builder_scope:scope.debugger.ScriptInfo) } static { defaultInstance = new ScriptInfo(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.ScriptInfo) } public interface ThreadModeOrBuilder extends com.google.protobuf.MessageOrBuilder { // required uint32 runtimeID = 1; boolean hasRuntimeID(); int getRuntimeID(); // required uint32 threadID = 2; boolean hasThreadID(); int getThreadID(); // required string mode = 3; boolean hasMode(); String getMode(); } public static final class ThreadMode extends com.google.protobuf.GeneratedMessage implements ThreadModeOrBuilder { // Use ThreadMode.newBuilder() to construct. private ThreadMode(Builder builder) { super(builder); } private ThreadMode(boolean noInit) {} private static final ThreadMode defaultInstance; public static ThreadMode getDefaultInstance() { return defaultInstance; } public ThreadMode getDefaultInstanceForType() { return defaultInstance; } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_ThreadMode_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_ThreadMode_fieldAccessorTable; } private int bitField0_; // required uint32 runtimeID = 1; public static final int RUNTIMEID_FIELD_NUMBER = 1; private int runtimeID_; public boolean hasRuntimeID() { return ((bitField0_ & 0x00000001) == 0x00000001); } public int getRuntimeID() { return runtimeID_; } // required uint32 threadID = 2; public static final int THREADID_FIELD_NUMBER = 2; private int threadID_; public boolean hasThreadID() { return ((bitField0_ & 0x00000002) == 0x00000002); } public int getThreadID() { return threadID_; } // required string mode = 3; public static final int MODE_FIELD_NUMBER = 3; private java.lang.Object mode_; public boolean hasMode() { return ((bitField0_ & 0x00000004) == 0x00000004); } public String getMode() { java.lang.Object ref = mode_; if (ref instanceof String) { return (String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; String s = bs.toStringUtf8(); if (com.google.protobuf.Internal.isValidUtf8(bs)) { mode_ = s; } return s; } } private com.google.protobuf.ByteString getModeBytes() { java.lang.Object ref = mode_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((String) ref); mode_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } private void initFields() { runtimeID_ = 0; threadID_ = 0; mode_ = ""; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized != -1) return isInitialized == 1; if (!hasRuntimeID()) { memoizedIsInitialized = 0; return false; } if (!hasThreadID()) { memoizedIsInitialized = 0; return false; } if (!hasMode()) { memoizedIsInitialized = 0; return false; } memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { output.writeUInt32(1, runtimeID_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { output.writeUInt32(2, threadID_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { output.writeBytes(3, getModeBytes()); } getUnknownFields().writeTo(output); } private int memoizedSerializedSize = -1; public int getSerializedSize() { int size = memoizedSerializedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(1, runtimeID_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(2, threadID_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(3, getModeBytes()); } size += getUnknownFields().getSerializedSize(); memoizedSerializedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override protected java.lang.Object writeReplace() throws java.io.ObjectStreamException { return super.writeReplace(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadMode parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadMode parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadMode parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadMode parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadMode parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadMode parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadMode parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadMode parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input, extensionRegistry)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadMode parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadMode parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static Builder newBuilder() { return Builder.create(); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder(com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadMode prototype) { return newBuilder().mergeFrom(prototype); } public Builder toBuilder() { return newBuilder(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder<Builder> implements com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadModeOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_ThreadMode_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_ThreadMode_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadMode.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder(BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } private static Builder create() { return new Builder(); } public Builder clear() { super.clear(); runtimeID_ = 0; bitField0_ = (bitField0_ & ~0x00000001); threadID_ = 0; bitField0_ = (bitField0_ & ~0x00000002); mode_ = ""; bitField0_ = (bitField0_ & ~0x00000004); return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadMode.getDescriptor(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadMode getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadMode.getDefaultInstance(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadMode build() { com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadMode result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadMode buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadMode result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadMode buildPartial() { com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadMode result = new com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadMode(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } result.runtimeID_ = runtimeID_; if (((from_bitField0_ & 0x00000002) == 0x00000002)) { to_bitField0_ |= 0x00000002; } result.threadID_ = threadID_; if (((from_bitField0_ & 0x00000004) == 0x00000004)) { to_bitField0_ |= 0x00000004; } result.mode_ = mode_; result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadMode) { return mergeFrom((com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadMode)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadMode other) { if (other == com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadMode.getDefaultInstance()) return this; if (other.hasRuntimeID()) { setRuntimeID(other.getRuntimeID()); } if (other.hasThreadID()) { setThreadID(other.getThreadID()); } if (other.hasMode()) { setMode(other.getMode()); } this.mergeUnknownFields(other.getUnknownFields()); return this; } public final boolean isInitialized() { if (!hasRuntimeID()) { return false; } if (!hasThreadID()) { return false; } if (!hasMode()) { return false; } return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder( this.getUnknownFields()); while (true) { int tag = input.readTag(); switch (tag) { case 0: this.setUnknownFields(unknownFields.build()); onChanged(); return this; default: { if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { this.setUnknownFields(unknownFields.build()); onChanged(); return this; } break; } case 8: { bitField0_ |= 0x00000001; runtimeID_ = input.readUInt32(); break; } case 16: { bitField0_ |= 0x00000002; threadID_ = input.readUInt32(); break; } case 26: { bitField0_ |= 0x00000004; mode_ = input.readBytes(); break; } } } } private int bitField0_; // required uint32 runtimeID = 1; private int runtimeID_ ; public boolean hasRuntimeID() { return ((bitField0_ & 0x00000001) == 0x00000001); } public int getRuntimeID() { return runtimeID_; } public Builder setRuntimeID(int value) { bitField0_ |= 0x00000001; runtimeID_ = value; onChanged(); return this; } public Builder clearRuntimeID() { bitField0_ = (bitField0_ & ~0x00000001); runtimeID_ = 0; onChanged(); return this; } // required uint32 threadID = 2; private int threadID_ ; public boolean hasThreadID() { return ((bitField0_ & 0x00000002) == 0x00000002); } public int getThreadID() { return threadID_; } public Builder setThreadID(int value) { bitField0_ |= 0x00000002; threadID_ = value; onChanged(); return this; } public Builder clearThreadID() { bitField0_ = (bitField0_ & ~0x00000002); threadID_ = 0; onChanged(); return this; } // required string mode = 3; private java.lang.Object mode_ = ""; public boolean hasMode() { return ((bitField0_ & 0x00000004) == 0x00000004); } public String getMode() { java.lang.Object ref = mode_; if (!(ref instanceof String)) { String s = ((com.google.protobuf.ByteString) ref).toStringUtf8(); mode_ = s; return s; } else { return (String) ref; } } public Builder setMode(String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000004; mode_ = value; onChanged(); return this; } public Builder clearMode() { bitField0_ = (bitField0_ & ~0x00000004); mode_ = getDefaultInstance().getMode(); onChanged(); return this; } void setMode(com.google.protobuf.ByteString value) { bitField0_ |= 0x00000004; mode_ = value; onChanged(); } // @@protoc_insertion_point(builder_scope:scope.debugger.ThreadMode) } static { defaultInstance = new ThreadMode(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.ThreadMode) } public interface ObjectListOrBuilder extends com.google.protobuf.MessageOrBuilder { // repeated .scope.debugger.ObjectInfo objectList = 1; java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo> getObjectListList(); com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo getObjectList(int index); int getObjectListCount(); java.util.List<? extends com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfoOrBuilder> getObjectListOrBuilderList(); com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfoOrBuilder getObjectListOrBuilder( int index); } public static final class ObjectList extends com.google.protobuf.GeneratedMessage implements ObjectListOrBuilder { // Use ObjectList.newBuilder() to construct. private ObjectList(Builder builder) { super(builder); } private ObjectList(boolean noInit) {} private static final ObjectList defaultInstance; public static ObjectList getDefaultInstance() { return defaultInstance; } public ObjectList getDefaultInstanceForType() { return defaultInstance; } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_ObjectList_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_ObjectList_fieldAccessorTable; } // repeated .scope.debugger.ObjectInfo objectList = 1; public static final int OBJECTLIST_FIELD_NUMBER = 1; private java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo> objectList_; public java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo> getObjectListList() { return objectList_; } public java.util.List<? extends com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfoOrBuilder> getObjectListOrBuilderList() { return objectList_; } public int getObjectListCount() { return objectList_.size(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo getObjectList(int index) { return objectList_.get(index); } public com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfoOrBuilder getObjectListOrBuilder( int index) { return objectList_.get(index); } private void initFields() { objectList_ = java.util.Collections.emptyList(); } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized != -1) return isInitialized == 1; for (int i = 0; i < getObjectListCount(); i++) { if (!getObjectList(i).isInitialized()) { memoizedIsInitialized = 0; return false; } } memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); for (int i = 0; i < objectList_.size(); i++) { output.writeMessage(1, objectList_.get(i)); } getUnknownFields().writeTo(output); } private int memoizedSerializedSize = -1; public int getSerializedSize() { int size = memoizedSerializedSize; if (size != -1) return size; size = 0; for (int i = 0; i < objectList_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, objectList_.get(i)); } size += getUnknownFields().getSerializedSize(); memoizedSerializedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override protected java.lang.Object writeReplace() throws java.io.ObjectStreamException { return super.writeReplace(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectList parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectList parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectList parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectList parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectList parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectList parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectList parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectList parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input, extensionRegistry)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectList parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectList parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static Builder newBuilder() { return Builder.create(); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder(com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectList prototype) { return newBuilder().mergeFrom(prototype); } public Builder toBuilder() { return newBuilder(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder<Builder> implements com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectListOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_ObjectList_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_ObjectList_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectList.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder(BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getObjectListFieldBuilder(); } } private static Builder create() { return new Builder(); } public Builder clear() { super.clear(); if (objectListBuilder_ == null) { objectList_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); } else { objectListBuilder_.clear(); } return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectList.getDescriptor(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectList getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectList.getDefaultInstance(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectList build() { com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectList result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectList buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectList result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectList buildPartial() { com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectList result = new com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectList(this); int from_bitField0_ = bitField0_; if (objectListBuilder_ == null) { if (((bitField0_ & 0x00000001) == 0x00000001)) { objectList_ = java.util.Collections.unmodifiableList(objectList_); bitField0_ = (bitField0_ & ~0x00000001); } result.objectList_ = objectList_; } else { result.objectList_ = objectListBuilder_.build(); } onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectList) { return mergeFrom((com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectList)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectList other) { if (other == com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectList.getDefaultInstance()) return this; if (objectListBuilder_ == null) { if (!other.objectList_.isEmpty()) { if (objectList_.isEmpty()) { objectList_ = other.objectList_; bitField0_ = (bitField0_ & ~0x00000001); } else { ensureObjectListIsMutable(); objectList_.addAll(other.objectList_); } onChanged(); } } else { if (!other.objectList_.isEmpty()) { if (objectListBuilder_.isEmpty()) { objectListBuilder_.dispose(); objectListBuilder_ = null; objectList_ = other.objectList_; bitField0_ = (bitField0_ & ~0x00000001); objectListBuilder_ = com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? getObjectListFieldBuilder() : null; } else { objectListBuilder_.addAllMessages(other.objectList_); } } } this.mergeUnknownFields(other.getUnknownFields()); return this; } public final boolean isInitialized() { for (int i = 0; i < getObjectListCount(); i++) { if (!getObjectList(i).isInitialized()) { return false; } } return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder( this.getUnknownFields()); while (true) { int tag = input.readTag(); switch (tag) { case 0: this.setUnknownFields(unknownFields.build()); onChanged(); return this; default: { if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { this.setUnknownFields(unknownFields.build()); onChanged(); return this; } break; } case 10: { com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo.Builder subBuilder = com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo.newBuilder(); input.readMessage(subBuilder, extensionRegistry); addObjectList(subBuilder.buildPartial()); break; } } } } private int bitField0_; // repeated .scope.debugger.ObjectInfo objectList = 1; private java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo> objectList_ = java.util.Collections.emptyList(); private void ensureObjectListIsMutable() { if (!((bitField0_ & 0x00000001) == 0x00000001)) { objectList_ = new java.util.ArrayList<com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo>(objectList_); bitField0_ |= 0x00000001; } } private com.google.protobuf.RepeatedFieldBuilder< com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo, com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo.Builder, com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfoOrBuilder> objectListBuilder_; public java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo> getObjectListList() { if (objectListBuilder_ == null) { return java.util.Collections.unmodifiableList(objectList_); } else { return objectListBuilder_.getMessageList(); } } public int getObjectListCount() { if (objectListBuilder_ == null) { return objectList_.size(); } else { return objectListBuilder_.getCount(); } } public com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo getObjectList(int index) { if (objectListBuilder_ == null) { return objectList_.get(index); } else { return objectListBuilder_.getMessage(index); } } public Builder setObjectList( int index, com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo value) { if (objectListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureObjectListIsMutable(); objectList_.set(index, value); onChanged(); } else { objectListBuilder_.setMessage(index, value); } return this; } public Builder setObjectList( int index, com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo.Builder builderForValue) { if (objectListBuilder_ == null) { ensureObjectListIsMutable(); objectList_.set(index, builderForValue.build()); onChanged(); } else { objectListBuilder_.setMessage(index, builderForValue.build()); } return this; } public Builder addObjectList(com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo value) { if (objectListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureObjectListIsMutable(); objectList_.add(value); onChanged(); } else { objectListBuilder_.addMessage(value); } return this; } public Builder addObjectList( int index, com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo value) { if (objectListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureObjectListIsMutable(); objectList_.add(index, value); onChanged(); } else { objectListBuilder_.addMessage(index, value); } return this; } public Builder addObjectList( com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo.Builder builderForValue) { if (objectListBuilder_ == null) { ensureObjectListIsMutable(); objectList_.add(builderForValue.build()); onChanged(); } else { objectListBuilder_.addMessage(builderForValue.build()); } return this; } public Builder addObjectList( int index, com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo.Builder builderForValue) { if (objectListBuilder_ == null) { ensureObjectListIsMutable(); objectList_.add(index, builderForValue.build()); onChanged(); } else { objectListBuilder_.addMessage(index, builderForValue.build()); } return this; } public Builder addAllObjectList( java.lang.Iterable<? extends com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo> values) { if (objectListBuilder_ == null) { ensureObjectListIsMutable(); super.addAll(values, objectList_); onChanged(); } else { objectListBuilder_.addAllMessages(values); } return this; } public Builder clearObjectList() { if (objectListBuilder_ == null) { objectList_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); } else { objectListBuilder_.clear(); } return this; } public Builder removeObjectList(int index) { if (objectListBuilder_ == null) { ensureObjectListIsMutable(); objectList_.remove(index); onChanged(); } else { objectListBuilder_.remove(index); } return this; } public com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo.Builder getObjectListBuilder( int index) { return getObjectListFieldBuilder().getBuilder(index); } public com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfoOrBuilder getObjectListOrBuilder( int index) { if (objectListBuilder_ == null) { return objectList_.get(index); } else { return objectListBuilder_.getMessageOrBuilder(index); } } public java.util.List<? extends com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfoOrBuilder> getObjectListOrBuilderList() { if (objectListBuilder_ != null) { return objectListBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(objectList_); } } public com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo.Builder addObjectListBuilder() { return getObjectListFieldBuilder().addBuilder( com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo.getDefaultInstance()); } public com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo.Builder addObjectListBuilder( int index) { return getObjectListFieldBuilder().addBuilder( index, com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo.getDefaultInstance()); } public java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo.Builder> getObjectListBuilderList() { return getObjectListFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilder< com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo, com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo.Builder, com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfoOrBuilder> getObjectListFieldBuilder() { if (objectListBuilder_ == null) { objectListBuilder_ = new com.google.protobuf.RepeatedFieldBuilder< com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo, com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo.Builder, com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfoOrBuilder>( objectList_, ((bitField0_ & 0x00000001) == 0x00000001), getParentForChildren(), isClean()); objectList_ = null; } return objectListBuilder_; } // @@protoc_insertion_point(builder_scope:scope.debugger.ObjectList) } static { defaultInstance = new ObjectList(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.ObjectList) } public interface ObjectChainListOrBuilder extends com.google.protobuf.MessageOrBuilder { // repeated .scope.debugger.ObjectList objectChainList = 1; java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectList> getObjectChainListList(); com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectList getObjectChainList(int index); int getObjectChainListCount(); java.util.List<? extends com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectListOrBuilder> getObjectChainListOrBuilderList(); com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectListOrBuilder getObjectChainListOrBuilder( int index); } public static final class ObjectChainList extends com.google.protobuf.GeneratedMessage implements ObjectChainListOrBuilder { // Use ObjectChainList.newBuilder() to construct. private ObjectChainList(Builder builder) { super(builder); } private ObjectChainList(boolean noInit) {} private static final ObjectChainList defaultInstance; public static ObjectChainList getDefaultInstance() { return defaultInstance; } public ObjectChainList getDefaultInstanceForType() { return defaultInstance; } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_ObjectChainList_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_ObjectChainList_fieldAccessorTable; } // repeated .scope.debugger.ObjectList objectChainList = 1; public static final int OBJECTCHAINLIST_FIELD_NUMBER = 1; private java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectList> objectChainList_; public java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectList> getObjectChainListList() { return objectChainList_; } public java.util.List<? extends com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectListOrBuilder> getObjectChainListOrBuilderList() { return objectChainList_; } public int getObjectChainListCount() { return objectChainList_.size(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectList getObjectChainList(int index) { return objectChainList_.get(index); } public com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectListOrBuilder getObjectChainListOrBuilder( int index) { return objectChainList_.get(index); } private void initFields() { objectChainList_ = java.util.Collections.emptyList(); } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized != -1) return isInitialized == 1; for (int i = 0; i < getObjectChainListCount(); i++) { if (!getObjectChainList(i).isInitialized()) { memoizedIsInitialized = 0; return false; } } memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); for (int i = 0; i < objectChainList_.size(); i++) { output.writeMessage(1, objectChainList_.get(i)); } getUnknownFields().writeTo(output); } private int memoizedSerializedSize = -1; public int getSerializedSize() { int size = memoizedSerializedSize; if (size != -1) return size; size = 0; for (int i = 0; i < objectChainList_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, objectChainList_.get(i)); } size += getUnknownFields().getSerializedSize(); memoizedSerializedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override protected java.lang.Object writeReplace() throws java.io.ObjectStreamException { return super.writeReplace(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectChainList parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectChainList parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectChainList parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectChainList parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectChainList parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectChainList parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectChainList parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectChainList parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input, extensionRegistry)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectChainList parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectChainList parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static Builder newBuilder() { return Builder.create(); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder(com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectChainList prototype) { return newBuilder().mergeFrom(prototype); } public Builder toBuilder() { return newBuilder(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder<Builder> implements com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectChainListOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_ObjectChainList_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_ObjectChainList_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectChainList.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder(BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getObjectChainListFieldBuilder(); } } private static Builder create() { return new Builder(); } public Builder clear() { super.clear(); if (objectChainListBuilder_ == null) { objectChainList_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); } else { objectChainListBuilder_.clear(); } return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectChainList.getDescriptor(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectChainList getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectChainList.getDefaultInstance(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectChainList build() { com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectChainList result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectChainList buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectChainList result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectChainList buildPartial() { com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectChainList result = new com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectChainList(this); int from_bitField0_ = bitField0_; if (objectChainListBuilder_ == null) { if (((bitField0_ & 0x00000001) == 0x00000001)) { objectChainList_ = java.util.Collections.unmodifiableList(objectChainList_); bitField0_ = (bitField0_ & ~0x00000001); } result.objectChainList_ = objectChainList_; } else { result.objectChainList_ = objectChainListBuilder_.build(); } onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectChainList) { return mergeFrom((com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectChainList)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectChainList other) { if (other == com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectChainList.getDefaultInstance()) return this; if (objectChainListBuilder_ == null) { if (!other.objectChainList_.isEmpty()) { if (objectChainList_.isEmpty()) { objectChainList_ = other.objectChainList_; bitField0_ = (bitField0_ & ~0x00000001); } else { ensureObjectChainListIsMutable(); objectChainList_.addAll(other.objectChainList_); } onChanged(); } } else { if (!other.objectChainList_.isEmpty()) { if (objectChainListBuilder_.isEmpty()) { objectChainListBuilder_.dispose(); objectChainListBuilder_ = null; objectChainList_ = other.objectChainList_; bitField0_ = (bitField0_ & ~0x00000001); objectChainListBuilder_ = com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? getObjectChainListFieldBuilder() : null; } else { objectChainListBuilder_.addAllMessages(other.objectChainList_); } } } this.mergeUnknownFields(other.getUnknownFields()); return this; } public final boolean isInitialized() { for (int i = 0; i < getObjectChainListCount(); i++) { if (!getObjectChainList(i).isInitialized()) { return false; } } return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder( this.getUnknownFields()); while (true) { int tag = input.readTag(); switch (tag) { case 0: this.setUnknownFields(unknownFields.build()); onChanged(); return this; default: { if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { this.setUnknownFields(unknownFields.build()); onChanged(); return this; } break; } case 10: { com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectList.Builder subBuilder = com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectList.newBuilder(); input.readMessage(subBuilder, extensionRegistry); addObjectChainList(subBuilder.buildPartial()); break; } } } } private int bitField0_; // repeated .scope.debugger.ObjectList objectChainList = 1; private java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectList> objectChainList_ = java.util.Collections.emptyList(); private void ensureObjectChainListIsMutable() { if (!((bitField0_ & 0x00000001) == 0x00000001)) { objectChainList_ = new java.util.ArrayList<com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectList>(objectChainList_); bitField0_ |= 0x00000001; } } private com.google.protobuf.RepeatedFieldBuilder< com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectList, com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectList.Builder, com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectListOrBuilder> objectChainListBuilder_; public java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectList> getObjectChainListList() { if (objectChainListBuilder_ == null) { return java.util.Collections.unmodifiableList(objectChainList_); } else { return objectChainListBuilder_.getMessageList(); } } public int getObjectChainListCount() { if (objectChainListBuilder_ == null) { return objectChainList_.size(); } else { return objectChainListBuilder_.getCount(); } } public com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectList getObjectChainList(int index) { if (objectChainListBuilder_ == null) { return objectChainList_.get(index); } else { return objectChainListBuilder_.getMessage(index); } } public Builder setObjectChainList( int index, com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectList value) { if (objectChainListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureObjectChainListIsMutable(); objectChainList_.set(index, value); onChanged(); } else { objectChainListBuilder_.setMessage(index, value); } return this; } public Builder setObjectChainList( int index, com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectList.Builder builderForValue) { if (objectChainListBuilder_ == null) { ensureObjectChainListIsMutable(); objectChainList_.set(index, builderForValue.build()); onChanged(); } else { objectChainListBuilder_.setMessage(index, builderForValue.build()); } return this; } public Builder addObjectChainList(com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectList value) { if (objectChainListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureObjectChainListIsMutable(); objectChainList_.add(value); onChanged(); } else { objectChainListBuilder_.addMessage(value); } return this; } public Builder addObjectChainList( int index, com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectList value) { if (objectChainListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureObjectChainListIsMutable(); objectChainList_.add(index, value); onChanged(); } else { objectChainListBuilder_.addMessage(index, value); } return this; } public Builder addObjectChainList( com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectList.Builder builderForValue) { if (objectChainListBuilder_ == null) { ensureObjectChainListIsMutable(); objectChainList_.add(builderForValue.build()); onChanged(); } else { objectChainListBuilder_.addMessage(builderForValue.build()); } return this; } public Builder addObjectChainList( int index, com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectList.Builder builderForValue) { if (objectChainListBuilder_ == null) { ensureObjectChainListIsMutable(); objectChainList_.add(index, builderForValue.build()); onChanged(); } else { objectChainListBuilder_.addMessage(index, builderForValue.build()); } return this; } public Builder addAllObjectChainList( java.lang.Iterable<? extends com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectList> values) { if (objectChainListBuilder_ == null) { ensureObjectChainListIsMutable(); super.addAll(values, objectChainList_); onChanged(); } else { objectChainListBuilder_.addAllMessages(values); } return this; } public Builder clearObjectChainList() { if (objectChainListBuilder_ == null) { objectChainList_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); } else { objectChainListBuilder_.clear(); } return this; } public Builder removeObjectChainList(int index) { if (objectChainListBuilder_ == null) { ensureObjectChainListIsMutable(); objectChainList_.remove(index); onChanged(); } else { objectChainListBuilder_.remove(index); } return this; } public com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectList.Builder getObjectChainListBuilder( int index) { return getObjectChainListFieldBuilder().getBuilder(index); } public com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectListOrBuilder getObjectChainListOrBuilder( int index) { if (objectChainListBuilder_ == null) { return objectChainList_.get(index); } else { return objectChainListBuilder_.getMessageOrBuilder(index); } } public java.util.List<? extends com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectListOrBuilder> getObjectChainListOrBuilderList() { if (objectChainListBuilder_ != null) { return objectChainListBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(objectChainList_); } } public com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectList.Builder addObjectChainListBuilder() { return getObjectChainListFieldBuilder().addBuilder( com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectList.getDefaultInstance()); } public com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectList.Builder addObjectChainListBuilder( int index) { return getObjectChainListFieldBuilder().addBuilder( index, com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectList.getDefaultInstance()); } public java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectList.Builder> getObjectChainListBuilderList() { return getObjectChainListFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilder< com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectList, com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectList.Builder, com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectListOrBuilder> getObjectChainListFieldBuilder() { if (objectChainListBuilder_ == null) { objectChainListBuilder_ = new com.google.protobuf.RepeatedFieldBuilder< com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectList, com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectList.Builder, com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectListOrBuilder>( objectChainList_, ((bitField0_ & 0x00000001) == 0x00000001), getParentForChildren(), isClean()); objectChainList_ = null; } return objectChainListBuilder_; } // @@protoc_insertion_point(builder_scope:scope.debugger.ObjectChainList) } static { defaultInstance = new ObjectChainList(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.ObjectChainList) } public interface EventHandlerOrBuilder extends com.google.protobuf.MessageOrBuilder { // required uint32 handlerID = 1; boolean hasHandlerID(); int getHandlerID(); // required uint32 objectID = 2; boolean hasObjectID(); int getObjectID(); // required string namespace = 3; boolean hasNamespace(); String getNamespace(); // required string eventType = 4; boolean hasEventType(); String getEventType(); // required bool preventDefaultHandler = 5; boolean hasPreventDefaultHandler(); boolean getPreventDefaultHandler(); // required bool stopPropagation = 6; boolean hasStopPropagation(); boolean getStopPropagation(); } public static final class EventHandler extends com.google.protobuf.GeneratedMessage implements EventHandlerOrBuilder { // Use EventHandler.newBuilder() to construct. private EventHandler(Builder builder) { super(builder); } private EventHandler(boolean noInit) {} private static final EventHandler defaultInstance; public static EventHandler getDefaultInstance() { return defaultInstance; } public EventHandler getDefaultInstanceForType() { return defaultInstance; } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_EventHandler_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_EventHandler_fieldAccessorTable; } private int bitField0_; // required uint32 handlerID = 1; public static final int HANDLERID_FIELD_NUMBER = 1; private int handlerID_; public boolean hasHandlerID() { return ((bitField0_ & 0x00000001) == 0x00000001); } public int getHandlerID() { return handlerID_; } // required uint32 objectID = 2; public static final int OBJECTID_FIELD_NUMBER = 2; private int objectID_; public boolean hasObjectID() { return ((bitField0_ & 0x00000002) == 0x00000002); } public int getObjectID() { return objectID_; } // required string namespace = 3; public static final int NAMESPACE_FIELD_NUMBER = 3; private java.lang.Object namespace_; public boolean hasNamespace() { return ((bitField0_ & 0x00000004) == 0x00000004); } public String getNamespace() { java.lang.Object ref = namespace_; if (ref instanceof String) { return (String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; String s = bs.toStringUtf8(); if (com.google.protobuf.Internal.isValidUtf8(bs)) { namespace_ = s; } return s; } } private com.google.protobuf.ByteString getNamespaceBytes() { java.lang.Object ref = namespace_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((String) ref); namespace_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } // required string eventType = 4; public static final int EVENTTYPE_FIELD_NUMBER = 4; private java.lang.Object eventType_; public boolean hasEventType() { return ((bitField0_ & 0x00000008) == 0x00000008); } public String getEventType() { java.lang.Object ref = eventType_; if (ref instanceof String) { return (String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; String s = bs.toStringUtf8(); if (com.google.protobuf.Internal.isValidUtf8(bs)) { eventType_ = s; } return s; } } private com.google.protobuf.ByteString getEventTypeBytes() { java.lang.Object ref = eventType_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((String) ref); eventType_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } // required bool preventDefaultHandler = 5; public static final int PREVENTDEFAULTHANDLER_FIELD_NUMBER = 5; private boolean preventDefaultHandler_; public boolean hasPreventDefaultHandler() { return ((bitField0_ & 0x00000010) == 0x00000010); } public boolean getPreventDefaultHandler() { return preventDefaultHandler_; } // required bool stopPropagation = 6; public static final int STOPPROPAGATION_FIELD_NUMBER = 6; private boolean stopPropagation_; public boolean hasStopPropagation() { return ((bitField0_ & 0x00000020) == 0x00000020); } public boolean getStopPropagation() { return stopPropagation_; } private void initFields() { handlerID_ = 0; objectID_ = 0; namespace_ = ""; eventType_ = ""; preventDefaultHandler_ = false; stopPropagation_ = false; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized != -1) return isInitialized == 1; if (!hasHandlerID()) { memoizedIsInitialized = 0; return false; } if (!hasObjectID()) { memoizedIsInitialized = 0; return false; } if (!hasNamespace()) { memoizedIsInitialized = 0; return false; } if (!hasEventType()) { memoizedIsInitialized = 0; return false; } if (!hasPreventDefaultHandler()) { memoizedIsInitialized = 0; return false; } if (!hasStopPropagation()) { memoizedIsInitialized = 0; return false; } memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { output.writeUInt32(1, handlerID_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { output.writeUInt32(2, objectID_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { output.writeBytes(3, getNamespaceBytes()); } if (((bitField0_ & 0x00000008) == 0x00000008)) { output.writeBytes(4, getEventTypeBytes()); } if (((bitField0_ & 0x00000010) == 0x00000010)) { output.writeBool(5, preventDefaultHandler_); } if (((bitField0_ & 0x00000020) == 0x00000020)) { output.writeBool(6, stopPropagation_); } getUnknownFields().writeTo(output); } private int memoizedSerializedSize = -1; public int getSerializedSize() { int size = memoizedSerializedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(1, handlerID_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(2, objectID_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(3, getNamespaceBytes()); } if (((bitField0_ & 0x00000008) == 0x00000008)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(4, getEventTypeBytes()); } if (((bitField0_ & 0x00000010) == 0x00000010)) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(5, preventDefaultHandler_); } if (((bitField0_ & 0x00000020) == 0x00000020)) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(6, stopPropagation_); } size += getUnknownFields().getSerializedSize(); memoizedSerializedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override protected java.lang.Object writeReplace() throws java.io.ObjectStreamException { return super.writeReplace(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.EventHandler parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.EventHandler parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.EventHandler parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.EventHandler parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.EventHandler parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.EventHandler parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.EventHandler parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.EventHandler parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input, extensionRegistry)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.EventHandler parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.EventHandler parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static Builder newBuilder() { return Builder.create(); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder(com.opera.core.systems.scope.protos.Esdbg6Protos.EventHandler prototype) { return newBuilder().mergeFrom(prototype); } public Builder toBuilder() { return newBuilder(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder<Builder> implements com.opera.core.systems.scope.protos.Esdbg6Protos.EventHandlerOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_EventHandler_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_EventHandler_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.Esdbg6Protos.EventHandler.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder(BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } private static Builder create() { return new Builder(); } public Builder clear() { super.clear(); handlerID_ = 0; bitField0_ = (bitField0_ & ~0x00000001); objectID_ = 0; bitField0_ = (bitField0_ & ~0x00000002); namespace_ = ""; bitField0_ = (bitField0_ & ~0x00000004); eventType_ = ""; bitField0_ = (bitField0_ & ~0x00000008); preventDefaultHandler_ = false; bitField0_ = (bitField0_ & ~0x00000010); stopPropagation_ = false; bitField0_ = (bitField0_ & ~0x00000020); return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.EventHandler.getDescriptor(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.EventHandler getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.EventHandler.getDefaultInstance(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.EventHandler build() { com.opera.core.systems.scope.protos.Esdbg6Protos.EventHandler result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.Esdbg6Protos.EventHandler buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.Esdbg6Protos.EventHandler result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.Esdbg6Protos.EventHandler buildPartial() { com.opera.core.systems.scope.protos.Esdbg6Protos.EventHandler result = new com.opera.core.systems.scope.protos.Esdbg6Protos.EventHandler(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } result.handlerID_ = handlerID_; if (((from_bitField0_ & 0x00000002) == 0x00000002)) { to_bitField0_ |= 0x00000002; } result.objectID_ = objectID_; if (((from_bitField0_ & 0x00000004) == 0x00000004)) { to_bitField0_ |= 0x00000004; } result.namespace_ = namespace_; if (((from_bitField0_ & 0x00000008) == 0x00000008)) { to_bitField0_ |= 0x00000008; } result.eventType_ = eventType_; if (((from_bitField0_ & 0x00000010) == 0x00000010)) { to_bitField0_ |= 0x00000010; } result.preventDefaultHandler_ = preventDefaultHandler_; if (((from_bitField0_ & 0x00000020) == 0x00000020)) { to_bitField0_ |= 0x00000020; } result.stopPropagation_ = stopPropagation_; result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.opera.core.systems.scope.protos.Esdbg6Protos.EventHandler) { return mergeFrom((com.opera.core.systems.scope.protos.Esdbg6Protos.EventHandler)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.Esdbg6Protos.EventHandler other) { if (other == com.opera.core.systems.scope.protos.Esdbg6Protos.EventHandler.getDefaultInstance()) return this; if (other.hasHandlerID()) { setHandlerID(other.getHandlerID()); } if (other.hasObjectID()) { setObjectID(other.getObjectID()); } if (other.hasNamespace()) { setNamespace(other.getNamespace()); } if (other.hasEventType()) { setEventType(other.getEventType()); } if (other.hasPreventDefaultHandler()) { setPreventDefaultHandler(other.getPreventDefaultHandler()); } if (other.hasStopPropagation()) { setStopPropagation(other.getStopPropagation()); } this.mergeUnknownFields(other.getUnknownFields()); return this; } public final boolean isInitialized() { if (!hasHandlerID()) { return false; } if (!hasObjectID()) { return false; } if (!hasNamespace()) { return false; } if (!hasEventType()) { return false; } if (!hasPreventDefaultHandler()) { return false; } if (!hasStopPropagation()) { return false; } return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder( this.getUnknownFields()); while (true) { int tag = input.readTag(); switch (tag) { case 0: this.setUnknownFields(unknownFields.build()); onChanged(); return this; default: { if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { this.setUnknownFields(unknownFields.build()); onChanged(); return this; } break; } case 8: { bitField0_ |= 0x00000001; handlerID_ = input.readUInt32(); break; } case 16: { bitField0_ |= 0x00000002; objectID_ = input.readUInt32(); break; } case 26: { bitField0_ |= 0x00000004; namespace_ = input.readBytes(); break; } case 34: { bitField0_ |= 0x00000008; eventType_ = input.readBytes(); break; } case 40: { bitField0_ |= 0x00000010; preventDefaultHandler_ = input.readBool(); break; } case 48: { bitField0_ |= 0x00000020; stopPropagation_ = input.readBool(); break; } } } } private int bitField0_; // required uint32 handlerID = 1; private int handlerID_ ; public boolean hasHandlerID() { return ((bitField0_ & 0x00000001) == 0x00000001); } public int getHandlerID() { return handlerID_; } public Builder setHandlerID(int value) { bitField0_ |= 0x00000001; handlerID_ = value; onChanged(); return this; } public Builder clearHandlerID() { bitField0_ = (bitField0_ & ~0x00000001); handlerID_ = 0; onChanged(); return this; } // required uint32 objectID = 2; private int objectID_ ; public boolean hasObjectID() { return ((bitField0_ & 0x00000002) == 0x00000002); } public int getObjectID() { return objectID_; } public Builder setObjectID(int value) { bitField0_ |= 0x00000002; objectID_ = value; onChanged(); return this; } public Builder clearObjectID() { bitField0_ = (bitField0_ & ~0x00000002); objectID_ = 0; onChanged(); return this; } // required string namespace = 3; private java.lang.Object namespace_ = ""; public boolean hasNamespace() { return ((bitField0_ & 0x00000004) == 0x00000004); } public String getNamespace() { java.lang.Object ref = namespace_; if (!(ref instanceof String)) { String s = ((com.google.protobuf.ByteString) ref).toStringUtf8(); namespace_ = s; return s; } else { return (String) ref; } } public Builder setNamespace(String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000004; namespace_ = value; onChanged(); return this; } public Builder clearNamespace() { bitField0_ = (bitField0_ & ~0x00000004); namespace_ = getDefaultInstance().getNamespace(); onChanged(); return this; } void setNamespace(com.google.protobuf.ByteString value) { bitField0_ |= 0x00000004; namespace_ = value; onChanged(); } // required string eventType = 4; private java.lang.Object eventType_ = ""; public boolean hasEventType() { return ((bitField0_ & 0x00000008) == 0x00000008); } public String getEventType() { java.lang.Object ref = eventType_; if (!(ref instanceof String)) { String s = ((com.google.protobuf.ByteString) ref).toStringUtf8(); eventType_ = s; return s; } else { return (String) ref; } } public Builder setEventType(String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000008; eventType_ = value; onChanged(); return this; } public Builder clearEventType() { bitField0_ = (bitField0_ & ~0x00000008); eventType_ = getDefaultInstance().getEventType(); onChanged(); return this; } void setEventType(com.google.protobuf.ByteString value) { bitField0_ |= 0x00000008; eventType_ = value; onChanged(); } // required bool preventDefaultHandler = 5; private boolean preventDefaultHandler_ ; public boolean hasPreventDefaultHandler() { return ((bitField0_ & 0x00000010) == 0x00000010); } public boolean getPreventDefaultHandler() { return preventDefaultHandler_; } public Builder setPreventDefaultHandler(boolean value) { bitField0_ |= 0x00000010; preventDefaultHandler_ = value; onChanged(); return this; } public Builder clearPreventDefaultHandler() { bitField0_ = (bitField0_ & ~0x00000010); preventDefaultHandler_ = false; onChanged(); return this; } // required bool stopPropagation = 6; private boolean stopPropagation_ ; public boolean hasStopPropagation() { return ((bitField0_ & 0x00000020) == 0x00000020); } public boolean getStopPropagation() { return stopPropagation_; } public Builder setStopPropagation(boolean value) { bitField0_ |= 0x00000020; stopPropagation_ = value; onChanged(); return this; } public Builder clearStopPropagation() { bitField0_ = (bitField0_ & ~0x00000020); stopPropagation_ = false; onChanged(); return this; } // @@protoc_insertion_point(builder_scope:scope.debugger.EventHandler) } static { defaultInstance = new EventHandler(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.EventHandler) } public interface EvalResultOrBuilder extends com.google.protobuf.MessageOrBuilder { // required string status = 1; boolean hasStatus(); String getStatus(); // required string type = 2; boolean hasType(); String getType(); // optional string value = 3; boolean hasValue(); String getValue(); // optional .scope.debugger.ObjectValue objectValue = 4; boolean hasObjectValue(); com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue getObjectValue(); com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValueOrBuilder getObjectValueOrBuilder(); } public static final class EvalResult extends com.google.protobuf.GeneratedMessage implements EvalResultOrBuilder { // Use EvalResult.newBuilder() to construct. private EvalResult(Builder builder) { super(builder); } private EvalResult(boolean noInit) {} private static final EvalResult defaultInstance; public static EvalResult getDefaultInstance() { return defaultInstance; } public EvalResult getDefaultInstanceForType() { return defaultInstance; } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_EvalResult_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_EvalResult_fieldAccessorTable; } private int bitField0_; // required string status = 1; public static final int STATUS_FIELD_NUMBER = 1; private java.lang.Object status_; public boolean hasStatus() { return ((bitField0_ & 0x00000001) == 0x00000001); } public String getStatus() { java.lang.Object ref = status_; if (ref instanceof String) { return (String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; String s = bs.toStringUtf8(); if (com.google.protobuf.Internal.isValidUtf8(bs)) { status_ = s; } return s; } } private com.google.protobuf.ByteString getStatusBytes() { java.lang.Object ref = status_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((String) ref); status_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } // required string type = 2; public static final int TYPE_FIELD_NUMBER = 2; private java.lang.Object type_; public boolean hasType() { return ((bitField0_ & 0x00000002) == 0x00000002); } public String getType() { java.lang.Object ref = type_; if (ref instanceof String) { return (String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; String s = bs.toStringUtf8(); if (com.google.protobuf.Internal.isValidUtf8(bs)) { type_ = s; } return s; } } private com.google.protobuf.ByteString getTypeBytes() { java.lang.Object ref = type_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((String) ref); type_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } // optional string value = 3; public static final int VALUE_FIELD_NUMBER = 3; private java.lang.Object value_; public boolean hasValue() { return ((bitField0_ & 0x00000004) == 0x00000004); } public String getValue() { java.lang.Object ref = value_; if (ref instanceof String) { return (String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; String s = bs.toStringUtf8(); if (com.google.protobuf.Internal.isValidUtf8(bs)) { value_ = s; } return s; } } private com.google.protobuf.ByteString getValueBytes() { java.lang.Object ref = value_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((String) ref); value_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } // optional .scope.debugger.ObjectValue objectValue = 4; public static final int OBJECTVALUE_FIELD_NUMBER = 4; private com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue objectValue_; public boolean hasObjectValue() { return ((bitField0_ & 0x00000008) == 0x00000008); } public com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue getObjectValue() { return objectValue_; } public com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValueOrBuilder getObjectValueOrBuilder() { return objectValue_; } private void initFields() { status_ = ""; type_ = ""; value_ = ""; objectValue_ = com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue.getDefaultInstance(); } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized != -1) return isInitialized == 1; if (!hasStatus()) { memoizedIsInitialized = 0; return false; } if (!hasType()) { memoizedIsInitialized = 0; return false; } if (hasObjectValue()) { if (!getObjectValue().isInitialized()) { memoizedIsInitialized = 0; return false; } } memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { output.writeBytes(1, getStatusBytes()); } if (((bitField0_ & 0x00000002) == 0x00000002)) { output.writeBytes(2, getTypeBytes()); } if (((bitField0_ & 0x00000004) == 0x00000004)) { output.writeBytes(3, getValueBytes()); } if (((bitField0_ & 0x00000008) == 0x00000008)) { output.writeMessage(4, objectValue_); } getUnknownFields().writeTo(output); } private int memoizedSerializedSize = -1; public int getSerializedSize() { int size = memoizedSerializedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(1, getStatusBytes()); } if (((bitField0_ & 0x00000002) == 0x00000002)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(2, getTypeBytes()); } if (((bitField0_ & 0x00000004) == 0x00000004)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(3, getValueBytes()); } if (((bitField0_ & 0x00000008) == 0x00000008)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(4, objectValue_); } size += getUnknownFields().getSerializedSize(); memoizedSerializedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override protected java.lang.Object writeReplace() throws java.io.ObjectStreamException { return super.writeReplace(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.EvalResult parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.EvalResult parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.EvalResult parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.EvalResult parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.EvalResult parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.EvalResult parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.EvalResult parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.EvalResult parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input, extensionRegistry)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.EvalResult parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.EvalResult parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static Builder newBuilder() { return Builder.create(); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder(com.opera.core.systems.scope.protos.Esdbg6Protos.EvalResult prototype) { return newBuilder().mergeFrom(prototype); } public Builder toBuilder() { return newBuilder(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder<Builder> implements com.opera.core.systems.scope.protos.Esdbg6Protos.EvalResultOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_EvalResult_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_EvalResult_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.Esdbg6Protos.EvalResult.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder(BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getObjectValueFieldBuilder(); } } private static Builder create() { return new Builder(); } public Builder clear() { super.clear(); status_ = ""; bitField0_ = (bitField0_ & ~0x00000001); type_ = ""; bitField0_ = (bitField0_ & ~0x00000002); value_ = ""; bitField0_ = (bitField0_ & ~0x00000004); if (objectValueBuilder_ == null) { objectValue_ = com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue.getDefaultInstance(); } else { objectValueBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00000008); return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.EvalResult.getDescriptor(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.EvalResult getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.EvalResult.getDefaultInstance(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.EvalResult build() { com.opera.core.systems.scope.protos.Esdbg6Protos.EvalResult result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.Esdbg6Protos.EvalResult buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.Esdbg6Protos.EvalResult result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.Esdbg6Protos.EvalResult buildPartial() { com.opera.core.systems.scope.protos.Esdbg6Protos.EvalResult result = new com.opera.core.systems.scope.protos.Esdbg6Protos.EvalResult(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } result.status_ = status_; if (((from_bitField0_ & 0x00000002) == 0x00000002)) { to_bitField0_ |= 0x00000002; } result.type_ = type_; if (((from_bitField0_ & 0x00000004) == 0x00000004)) { to_bitField0_ |= 0x00000004; } result.value_ = value_; if (((from_bitField0_ & 0x00000008) == 0x00000008)) { to_bitField0_ |= 0x00000008; } if (objectValueBuilder_ == null) { result.objectValue_ = objectValue_; } else { result.objectValue_ = objectValueBuilder_.build(); } result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.opera.core.systems.scope.protos.Esdbg6Protos.EvalResult) { return mergeFrom((com.opera.core.systems.scope.protos.Esdbg6Protos.EvalResult)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.Esdbg6Protos.EvalResult other) { if (other == com.opera.core.systems.scope.protos.Esdbg6Protos.EvalResult.getDefaultInstance()) return this; if (other.hasStatus()) { setStatus(other.getStatus()); } if (other.hasType()) { setType(other.getType()); } if (other.hasValue()) { setValue(other.getValue()); } if (other.hasObjectValue()) { mergeObjectValue(other.getObjectValue()); } this.mergeUnknownFields(other.getUnknownFields()); return this; } public final boolean isInitialized() { if (!hasStatus()) { return false; } if (!hasType()) { return false; } if (hasObjectValue()) { if (!getObjectValue().isInitialized()) { return false; } } return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder( this.getUnknownFields()); while (true) { int tag = input.readTag(); switch (tag) { case 0: this.setUnknownFields(unknownFields.build()); onChanged(); return this; default: { if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { this.setUnknownFields(unknownFields.build()); onChanged(); return this; } break; } case 10: { bitField0_ |= 0x00000001; status_ = input.readBytes(); break; } case 18: { bitField0_ |= 0x00000002; type_ = input.readBytes(); break; } case 26: { bitField0_ |= 0x00000004; value_ = input.readBytes(); break; } case 34: { com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue.Builder subBuilder = com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue.newBuilder(); if (hasObjectValue()) { subBuilder.mergeFrom(getObjectValue()); } input.readMessage(subBuilder, extensionRegistry); setObjectValue(subBuilder.buildPartial()); break; } } } } private int bitField0_; // required string status = 1; private java.lang.Object status_ = ""; public boolean hasStatus() { return ((bitField0_ & 0x00000001) == 0x00000001); } public String getStatus() { java.lang.Object ref = status_; if (!(ref instanceof String)) { String s = ((com.google.protobuf.ByteString) ref).toStringUtf8(); status_ = s; return s; } else { return (String) ref; } } public Builder setStatus(String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000001; status_ = value; onChanged(); return this; } public Builder clearStatus() { bitField0_ = (bitField0_ & ~0x00000001); status_ = getDefaultInstance().getStatus(); onChanged(); return this; } void setStatus(com.google.protobuf.ByteString value) { bitField0_ |= 0x00000001; status_ = value; onChanged(); } // required string type = 2; private java.lang.Object type_ = ""; public boolean hasType() { return ((bitField0_ & 0x00000002) == 0x00000002); } public String getType() { java.lang.Object ref = type_; if (!(ref instanceof String)) { String s = ((com.google.protobuf.ByteString) ref).toStringUtf8(); type_ = s; return s; } else { return (String) ref; } } public Builder setType(String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000002; type_ = value; onChanged(); return this; } public Builder clearType() { bitField0_ = (bitField0_ & ~0x00000002); type_ = getDefaultInstance().getType(); onChanged(); return this; } void setType(com.google.protobuf.ByteString value) { bitField0_ |= 0x00000002; type_ = value; onChanged(); } // optional string value = 3; private java.lang.Object value_ = ""; public boolean hasValue() { return ((bitField0_ & 0x00000004) == 0x00000004); } public String getValue() { java.lang.Object ref = value_; if (!(ref instanceof String)) { String s = ((com.google.protobuf.ByteString) ref).toStringUtf8(); value_ = s; return s; } else { return (String) ref; } } public Builder setValue(String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000004; value_ = value; onChanged(); return this; } public Builder clearValue() { bitField0_ = (bitField0_ & ~0x00000004); value_ = getDefaultInstance().getValue(); onChanged(); return this; } void setValue(com.google.protobuf.ByteString value) { bitField0_ |= 0x00000004; value_ = value; onChanged(); } // optional .scope.debugger.ObjectValue objectValue = 4; private com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue objectValue_ = com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue.getDefaultInstance(); private com.google.protobuf.SingleFieldBuilder< com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue, com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue.Builder, com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValueOrBuilder> objectValueBuilder_; public boolean hasObjectValue() { return ((bitField0_ & 0x00000008) == 0x00000008); } public com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue getObjectValue() { if (objectValueBuilder_ == null) { return objectValue_; } else { return objectValueBuilder_.getMessage(); } } public Builder setObjectValue(com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue value) { if (objectValueBuilder_ == null) { if (value == null) { throw new NullPointerException(); } objectValue_ = value; onChanged(); } else { objectValueBuilder_.setMessage(value); } bitField0_ |= 0x00000008; return this; } public Builder setObjectValue( com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue.Builder builderForValue) { if (objectValueBuilder_ == null) { objectValue_ = builderForValue.build(); onChanged(); } else { objectValueBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000008; return this; } public Builder mergeObjectValue(com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue value) { if (objectValueBuilder_ == null) { if (((bitField0_ & 0x00000008) == 0x00000008) && objectValue_ != com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue.getDefaultInstance()) { objectValue_ = com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue.newBuilder(objectValue_).mergeFrom(value).buildPartial(); } else { objectValue_ = value; } onChanged(); } else { objectValueBuilder_.mergeFrom(value); } bitField0_ |= 0x00000008; return this; } public Builder clearObjectValue() { if (objectValueBuilder_ == null) { objectValue_ = com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue.getDefaultInstance(); onChanged(); } else { objectValueBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00000008); return this; } public com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue.Builder getObjectValueBuilder() { bitField0_ |= 0x00000008; onChanged(); return getObjectValueFieldBuilder().getBuilder(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValueOrBuilder getObjectValueOrBuilder() { if (objectValueBuilder_ != null) { return objectValueBuilder_.getMessageOrBuilder(); } else { return objectValue_; } } private com.google.protobuf.SingleFieldBuilder< com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue, com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue.Builder, com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValueOrBuilder> getObjectValueFieldBuilder() { if (objectValueBuilder_ == null) { objectValueBuilder_ = new com.google.protobuf.SingleFieldBuilder< com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue, com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue.Builder, com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValueOrBuilder>( objectValue_, getParentForChildren(), isClean()); objectValue_ = null; } return objectValueBuilder_; } // @@protoc_insertion_point(builder_scope:scope.debugger.EvalResult) } static { defaultInstance = new EvalResult(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.EvalResult) } public interface ObjectValueOrBuilder extends com.google.protobuf.MessageOrBuilder { // required uint32 objectID = 1; boolean hasObjectID(); int getObjectID(); // required bool isCallable = 2; boolean hasIsCallable(); boolean getIsCallable(); // required string type = 3; boolean hasType(); String getType(); // optional uint32 prototypeID = 4; boolean hasPrototypeID(); int getPrototypeID(); // optional string className = 5; boolean hasClassName(); String getClassName(); // optional string functionName = 6; boolean hasFunctionName(); String getFunctionName(); } public static final class ObjectValue extends com.google.protobuf.GeneratedMessage implements ObjectValueOrBuilder { // Use ObjectValue.newBuilder() to construct. private ObjectValue(Builder builder) { super(builder); } private ObjectValue(boolean noInit) {} private static final ObjectValue defaultInstance; public static ObjectValue getDefaultInstance() { return defaultInstance; } public ObjectValue getDefaultInstanceForType() { return defaultInstance; } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_ObjectValue_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_ObjectValue_fieldAccessorTable; } private int bitField0_; // required uint32 objectID = 1; public static final int OBJECTID_FIELD_NUMBER = 1; private int objectID_; public boolean hasObjectID() { return ((bitField0_ & 0x00000001) == 0x00000001); } public int getObjectID() { return objectID_; } // required bool isCallable = 2; public static final int ISCALLABLE_FIELD_NUMBER = 2; private boolean isCallable_; public boolean hasIsCallable() { return ((bitField0_ & 0x00000002) == 0x00000002); } public boolean getIsCallable() { return isCallable_; } // required string type = 3; public static final int TYPE_FIELD_NUMBER = 3; private java.lang.Object type_; public boolean hasType() { return ((bitField0_ & 0x00000004) == 0x00000004); } public String getType() { java.lang.Object ref = type_; if (ref instanceof String) { return (String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; String s = bs.toStringUtf8(); if (com.google.protobuf.Internal.isValidUtf8(bs)) { type_ = s; } return s; } } private com.google.protobuf.ByteString getTypeBytes() { java.lang.Object ref = type_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((String) ref); type_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } // optional uint32 prototypeID = 4; public static final int PROTOTYPEID_FIELD_NUMBER = 4; private int prototypeID_; public boolean hasPrototypeID() { return ((bitField0_ & 0x00000008) == 0x00000008); } public int getPrototypeID() { return prototypeID_; } // optional string className = 5; public static final int CLASSNAME_FIELD_NUMBER = 5; private java.lang.Object className_; public boolean hasClassName() { return ((bitField0_ & 0x00000010) == 0x00000010); } public String getClassName() { java.lang.Object ref = className_; if (ref instanceof String) { return (String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; String s = bs.toStringUtf8(); if (com.google.protobuf.Internal.isValidUtf8(bs)) { className_ = s; } return s; } } private com.google.protobuf.ByteString getClassNameBytes() { java.lang.Object ref = className_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((String) ref); className_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } // optional string functionName = 6; public static final int FUNCTIONNAME_FIELD_NUMBER = 6; private java.lang.Object functionName_; public boolean hasFunctionName() { return ((bitField0_ & 0x00000020) == 0x00000020); } public String getFunctionName() { java.lang.Object ref = functionName_; if (ref instanceof String) { return (String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; String s = bs.toStringUtf8(); if (com.google.protobuf.Internal.isValidUtf8(bs)) { functionName_ = s; } return s; } } private com.google.protobuf.ByteString getFunctionNameBytes() { java.lang.Object ref = functionName_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((String) ref); functionName_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } private void initFields() { objectID_ = 0; isCallable_ = false; type_ = ""; prototypeID_ = 0; className_ = ""; functionName_ = ""; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized != -1) return isInitialized == 1; if (!hasObjectID()) { memoizedIsInitialized = 0; return false; } if (!hasIsCallable()) { memoizedIsInitialized = 0; return false; } if (!hasType()) { memoizedIsInitialized = 0; return false; } memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { output.writeUInt32(1, objectID_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { output.writeBool(2, isCallable_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { output.writeBytes(3, getTypeBytes()); } if (((bitField0_ & 0x00000008) == 0x00000008)) { output.writeUInt32(4, prototypeID_); } if (((bitField0_ & 0x00000010) == 0x00000010)) { output.writeBytes(5, getClassNameBytes()); } if (((bitField0_ & 0x00000020) == 0x00000020)) { output.writeBytes(6, getFunctionNameBytes()); } getUnknownFields().writeTo(output); } private int memoizedSerializedSize = -1; public int getSerializedSize() { int size = memoizedSerializedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(1, objectID_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(2, isCallable_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(3, getTypeBytes()); } if (((bitField0_ & 0x00000008) == 0x00000008)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(4, prototypeID_); } if (((bitField0_ & 0x00000010) == 0x00000010)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(5, getClassNameBytes()); } if (((bitField0_ & 0x00000020) == 0x00000020)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(6, getFunctionNameBytes()); } size += getUnknownFields().getSerializedSize(); memoizedSerializedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override protected java.lang.Object writeReplace() throws java.io.ObjectStreamException { return super.writeReplace(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input, extensionRegistry)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static Builder newBuilder() { return Builder.create(); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder(com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue prototype) { return newBuilder().mergeFrom(prototype); } public Builder toBuilder() { return newBuilder(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder<Builder> implements com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValueOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_ObjectValue_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_ObjectValue_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder(BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } private static Builder create() { return new Builder(); } public Builder clear() { super.clear(); objectID_ = 0; bitField0_ = (bitField0_ & ~0x00000001); isCallable_ = false; bitField0_ = (bitField0_ & ~0x00000002); type_ = ""; bitField0_ = (bitField0_ & ~0x00000004); prototypeID_ = 0; bitField0_ = (bitField0_ & ~0x00000008); className_ = ""; bitField0_ = (bitField0_ & ~0x00000010); functionName_ = ""; bitField0_ = (bitField0_ & ~0x00000020); return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue.getDescriptor(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue.getDefaultInstance(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue build() { com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue buildPartial() { com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue result = new com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } result.objectID_ = objectID_; if (((from_bitField0_ & 0x00000002) == 0x00000002)) { to_bitField0_ |= 0x00000002; } result.isCallable_ = isCallable_; if (((from_bitField0_ & 0x00000004) == 0x00000004)) { to_bitField0_ |= 0x00000004; } result.type_ = type_; if (((from_bitField0_ & 0x00000008) == 0x00000008)) { to_bitField0_ |= 0x00000008; } result.prototypeID_ = prototypeID_; if (((from_bitField0_ & 0x00000010) == 0x00000010)) { to_bitField0_ |= 0x00000010; } result.className_ = className_; if (((from_bitField0_ & 0x00000020) == 0x00000020)) { to_bitField0_ |= 0x00000020; } result.functionName_ = functionName_; result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue) { return mergeFrom((com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue other) { if (other == com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue.getDefaultInstance()) return this; if (other.hasObjectID()) { setObjectID(other.getObjectID()); } if (other.hasIsCallable()) { setIsCallable(other.getIsCallable()); } if (other.hasType()) { setType(other.getType()); } if (other.hasPrototypeID()) { setPrototypeID(other.getPrototypeID()); } if (other.hasClassName()) { setClassName(other.getClassName()); } if (other.hasFunctionName()) { setFunctionName(other.getFunctionName()); } this.mergeUnknownFields(other.getUnknownFields()); return this; } public final boolean isInitialized() { if (!hasObjectID()) { return false; } if (!hasIsCallable()) { return false; } if (!hasType()) { return false; } return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder( this.getUnknownFields()); while (true) { int tag = input.readTag(); switch (tag) { case 0: this.setUnknownFields(unknownFields.build()); onChanged(); return this; default: { if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { this.setUnknownFields(unknownFields.build()); onChanged(); return this; } break; } case 8: { bitField0_ |= 0x00000001; objectID_ = input.readUInt32(); break; } case 16: { bitField0_ |= 0x00000002; isCallable_ = input.readBool(); break; } case 26: { bitField0_ |= 0x00000004; type_ = input.readBytes(); break; } case 32: { bitField0_ |= 0x00000008; prototypeID_ = input.readUInt32(); break; } case 42: { bitField0_ |= 0x00000010; className_ = input.readBytes(); break; } case 50: { bitField0_ |= 0x00000020; functionName_ = input.readBytes(); break; } } } } private int bitField0_; // required uint32 objectID = 1; private int objectID_ ; public boolean hasObjectID() { return ((bitField0_ & 0x00000001) == 0x00000001); } public int getObjectID() { return objectID_; } public Builder setObjectID(int value) { bitField0_ |= 0x00000001; objectID_ = value; onChanged(); return this; } public Builder clearObjectID() { bitField0_ = (bitField0_ & ~0x00000001); objectID_ = 0; onChanged(); return this; } // required bool isCallable = 2; private boolean isCallable_ ; public boolean hasIsCallable() { return ((bitField0_ & 0x00000002) == 0x00000002); } public boolean getIsCallable() { return isCallable_; } public Builder setIsCallable(boolean value) { bitField0_ |= 0x00000002; isCallable_ = value; onChanged(); return this; } public Builder clearIsCallable() { bitField0_ = (bitField0_ & ~0x00000002); isCallable_ = false; onChanged(); return this; } // required string type = 3; private java.lang.Object type_ = ""; public boolean hasType() { return ((bitField0_ & 0x00000004) == 0x00000004); } public String getType() { java.lang.Object ref = type_; if (!(ref instanceof String)) { String s = ((com.google.protobuf.ByteString) ref).toStringUtf8(); type_ = s; return s; } else { return (String) ref; } } public Builder setType(String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000004; type_ = value; onChanged(); return this; } public Builder clearType() { bitField0_ = (bitField0_ & ~0x00000004); type_ = getDefaultInstance().getType(); onChanged(); return this; } void setType(com.google.protobuf.ByteString value) { bitField0_ |= 0x00000004; type_ = value; onChanged(); } // optional uint32 prototypeID = 4; private int prototypeID_ ; public boolean hasPrototypeID() { return ((bitField0_ & 0x00000008) == 0x00000008); } public int getPrototypeID() { return prototypeID_; } public Builder setPrototypeID(int value) { bitField0_ |= 0x00000008; prototypeID_ = value; onChanged(); return this; } public Builder clearPrototypeID() { bitField0_ = (bitField0_ & ~0x00000008); prototypeID_ = 0; onChanged(); return this; } // optional string className = 5; private java.lang.Object className_ = ""; public boolean hasClassName() { return ((bitField0_ & 0x00000010) == 0x00000010); } public String getClassName() { java.lang.Object ref = className_; if (!(ref instanceof String)) { String s = ((com.google.protobuf.ByteString) ref).toStringUtf8(); className_ = s; return s; } else { return (String) ref; } } public Builder setClassName(String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000010; className_ = value; onChanged(); return this; } public Builder clearClassName() { bitField0_ = (bitField0_ & ~0x00000010); className_ = getDefaultInstance().getClassName(); onChanged(); return this; } void setClassName(com.google.protobuf.ByteString value) { bitField0_ |= 0x00000010; className_ = value; onChanged(); } // optional string functionName = 6; private java.lang.Object functionName_ = ""; public boolean hasFunctionName() { return ((bitField0_ & 0x00000020) == 0x00000020); } public String getFunctionName() { java.lang.Object ref = functionName_; if (!(ref instanceof String)) { String s = ((com.google.protobuf.ByteString) ref).toStringUtf8(); functionName_ = s; return s; } else { return (String) ref; } } public Builder setFunctionName(String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000020; functionName_ = value; onChanged(); return this; } public Builder clearFunctionName() { bitField0_ = (bitField0_ & ~0x00000020); functionName_ = getDefaultInstance().getFunctionName(); onChanged(); return this; } void setFunctionName(com.google.protobuf.ByteString value) { bitField0_ |= 0x00000020; functionName_ = value; onChanged(); } // @@protoc_insertion_point(builder_scope:scope.debugger.ObjectValue) } static { defaultInstance = new ObjectValue(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.ObjectValue) } public interface RuntimeListOrBuilder extends com.google.protobuf.MessageOrBuilder { // repeated .scope.debugger.RuntimeInfo runtimeList = 1; java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeInfo> getRuntimeListList(); com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeInfo getRuntimeList(int index); int getRuntimeListCount(); java.util.List<? extends com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeInfoOrBuilder> getRuntimeListOrBuilderList(); com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeInfoOrBuilder getRuntimeListOrBuilder( int index); } public static final class RuntimeList extends com.google.protobuf.GeneratedMessage implements RuntimeListOrBuilder { // Use RuntimeList.newBuilder() to construct. private RuntimeList(Builder builder) { super(builder); } private RuntimeList(boolean noInit) {} private static final RuntimeList defaultInstance; public static RuntimeList getDefaultInstance() { return defaultInstance; } public RuntimeList getDefaultInstanceForType() { return defaultInstance; } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_RuntimeList_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_RuntimeList_fieldAccessorTable; } // repeated .scope.debugger.RuntimeInfo runtimeList = 1; public static final int RUNTIMELIST_FIELD_NUMBER = 1; private java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeInfo> runtimeList_; public java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeInfo> getRuntimeListList() { return runtimeList_; } public java.util.List<? extends com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeInfoOrBuilder> getRuntimeListOrBuilderList() { return runtimeList_; } public int getRuntimeListCount() { return runtimeList_.size(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeInfo getRuntimeList(int index) { return runtimeList_.get(index); } public com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeInfoOrBuilder getRuntimeListOrBuilder( int index) { return runtimeList_.get(index); } private void initFields() { runtimeList_ = java.util.Collections.emptyList(); } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized != -1) return isInitialized == 1; for (int i = 0; i < getRuntimeListCount(); i++) { if (!getRuntimeList(i).isInitialized()) { memoizedIsInitialized = 0; return false; } } memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); for (int i = 0; i < runtimeList_.size(); i++) { output.writeMessage(1, runtimeList_.get(i)); } getUnknownFields().writeTo(output); } private int memoizedSerializedSize = -1; public int getSerializedSize() { int size = memoizedSerializedSize; if (size != -1) return size; size = 0; for (int i = 0; i < runtimeList_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, runtimeList_.get(i)); } size += getUnknownFields().getSerializedSize(); memoizedSerializedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override protected java.lang.Object writeReplace() throws java.io.ObjectStreamException { return super.writeReplace(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeList parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeList parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeList parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeList parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeList parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeList parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeList parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeList parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input, extensionRegistry)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeList parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeList parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static Builder newBuilder() { return Builder.create(); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder(com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeList prototype) { return newBuilder().mergeFrom(prototype); } public Builder toBuilder() { return newBuilder(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder<Builder> implements com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeListOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_RuntimeList_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_RuntimeList_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeList.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder(BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getRuntimeListFieldBuilder(); } } private static Builder create() { return new Builder(); } public Builder clear() { super.clear(); if (runtimeListBuilder_ == null) { runtimeList_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); } else { runtimeListBuilder_.clear(); } return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeList.getDescriptor(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeList getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeList.getDefaultInstance(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeList build() { com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeList result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeList buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeList result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeList buildPartial() { com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeList result = new com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeList(this); int from_bitField0_ = bitField0_; if (runtimeListBuilder_ == null) { if (((bitField0_ & 0x00000001) == 0x00000001)) { runtimeList_ = java.util.Collections.unmodifiableList(runtimeList_); bitField0_ = (bitField0_ & ~0x00000001); } result.runtimeList_ = runtimeList_; } else { result.runtimeList_ = runtimeListBuilder_.build(); } onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeList) { return mergeFrom((com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeList)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeList other) { if (other == com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeList.getDefaultInstance()) return this; if (runtimeListBuilder_ == null) { if (!other.runtimeList_.isEmpty()) { if (runtimeList_.isEmpty()) { runtimeList_ = other.runtimeList_; bitField0_ = (bitField0_ & ~0x00000001); } else { ensureRuntimeListIsMutable(); runtimeList_.addAll(other.runtimeList_); } onChanged(); } } else { if (!other.runtimeList_.isEmpty()) { if (runtimeListBuilder_.isEmpty()) { runtimeListBuilder_.dispose(); runtimeListBuilder_ = null; runtimeList_ = other.runtimeList_; bitField0_ = (bitField0_ & ~0x00000001); runtimeListBuilder_ = com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? getRuntimeListFieldBuilder() : null; } else { runtimeListBuilder_.addAllMessages(other.runtimeList_); } } } this.mergeUnknownFields(other.getUnknownFields()); return this; } public final boolean isInitialized() { for (int i = 0; i < getRuntimeListCount(); i++) { if (!getRuntimeList(i).isInitialized()) { return false; } } return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder( this.getUnknownFields()); while (true) { int tag = input.readTag(); switch (tag) { case 0: this.setUnknownFields(unknownFields.build()); onChanged(); return this; default: { if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { this.setUnknownFields(unknownFields.build()); onChanged(); return this; } break; } case 10: { com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeInfo.Builder subBuilder = com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeInfo.newBuilder(); input.readMessage(subBuilder, extensionRegistry); addRuntimeList(subBuilder.buildPartial()); break; } } } } private int bitField0_; // repeated .scope.debugger.RuntimeInfo runtimeList = 1; private java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeInfo> runtimeList_ = java.util.Collections.emptyList(); private void ensureRuntimeListIsMutable() { if (!((bitField0_ & 0x00000001) == 0x00000001)) { runtimeList_ = new java.util.ArrayList<com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeInfo>(runtimeList_); bitField0_ |= 0x00000001; } } private com.google.protobuf.RepeatedFieldBuilder< com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeInfo, com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeInfo.Builder, com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeInfoOrBuilder> runtimeListBuilder_; public java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeInfo> getRuntimeListList() { if (runtimeListBuilder_ == null) { return java.util.Collections.unmodifiableList(runtimeList_); } else { return runtimeListBuilder_.getMessageList(); } } public int getRuntimeListCount() { if (runtimeListBuilder_ == null) { return runtimeList_.size(); } else { return runtimeListBuilder_.getCount(); } } public com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeInfo getRuntimeList(int index) { if (runtimeListBuilder_ == null) { return runtimeList_.get(index); } else { return runtimeListBuilder_.getMessage(index); } } public Builder setRuntimeList( int index, com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeInfo value) { if (runtimeListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureRuntimeListIsMutable(); runtimeList_.set(index, value); onChanged(); } else { runtimeListBuilder_.setMessage(index, value); } return this; } public Builder setRuntimeList( int index, com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeInfo.Builder builderForValue) { if (runtimeListBuilder_ == null) { ensureRuntimeListIsMutable(); runtimeList_.set(index, builderForValue.build()); onChanged(); } else { runtimeListBuilder_.setMessage(index, builderForValue.build()); } return this; } public Builder addRuntimeList(com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeInfo value) { if (runtimeListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureRuntimeListIsMutable(); runtimeList_.add(value); onChanged(); } else { runtimeListBuilder_.addMessage(value); } return this; } public Builder addRuntimeList( int index, com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeInfo value) { if (runtimeListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureRuntimeListIsMutable(); runtimeList_.add(index, value); onChanged(); } else { runtimeListBuilder_.addMessage(index, value); } return this; } public Builder addRuntimeList( com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeInfo.Builder builderForValue) { if (runtimeListBuilder_ == null) { ensureRuntimeListIsMutable(); runtimeList_.add(builderForValue.build()); onChanged(); } else { runtimeListBuilder_.addMessage(builderForValue.build()); } return this; } public Builder addRuntimeList( int index, com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeInfo.Builder builderForValue) { if (runtimeListBuilder_ == null) { ensureRuntimeListIsMutable(); runtimeList_.add(index, builderForValue.build()); onChanged(); } else { runtimeListBuilder_.addMessage(index, builderForValue.build()); } return this; } public Builder addAllRuntimeList( java.lang.Iterable<? extends com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeInfo> values) { if (runtimeListBuilder_ == null) { ensureRuntimeListIsMutable(); super.addAll(values, runtimeList_); onChanged(); } else { runtimeListBuilder_.addAllMessages(values); } return this; } public Builder clearRuntimeList() { if (runtimeListBuilder_ == null) { runtimeList_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); } else { runtimeListBuilder_.clear(); } return this; } public Builder removeRuntimeList(int index) { if (runtimeListBuilder_ == null) { ensureRuntimeListIsMutable(); runtimeList_.remove(index); onChanged(); } else { runtimeListBuilder_.remove(index); } return this; } public com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeInfo.Builder getRuntimeListBuilder( int index) { return getRuntimeListFieldBuilder().getBuilder(index); } public com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeInfoOrBuilder getRuntimeListOrBuilder( int index) { if (runtimeListBuilder_ == null) { return runtimeList_.get(index); } else { return runtimeListBuilder_.getMessageOrBuilder(index); } } public java.util.List<? extends com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeInfoOrBuilder> getRuntimeListOrBuilderList() { if (runtimeListBuilder_ != null) { return runtimeListBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(runtimeList_); } } public com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeInfo.Builder addRuntimeListBuilder() { return getRuntimeListFieldBuilder().addBuilder( com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeInfo.getDefaultInstance()); } public com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeInfo.Builder addRuntimeListBuilder( int index) { return getRuntimeListFieldBuilder().addBuilder( index, com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeInfo.getDefaultInstance()); } public java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeInfo.Builder> getRuntimeListBuilderList() { return getRuntimeListFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilder< com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeInfo, com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeInfo.Builder, com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeInfoOrBuilder> getRuntimeListFieldBuilder() { if (runtimeListBuilder_ == null) { runtimeListBuilder_ = new com.google.protobuf.RepeatedFieldBuilder< com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeInfo, com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeInfo.Builder, com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeInfoOrBuilder>( runtimeList_, ((bitField0_ & 0x00000001) == 0x00000001), getParentForChildren(), isClean()); runtimeList_ = null; } return runtimeListBuilder_; } // @@protoc_insertion_point(builder_scope:scope.debugger.RuntimeList) } static { defaultInstance = new RuntimeList(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.RuntimeList) } public interface SpotlightObjectSelectionOrBuilder extends com.google.protobuf.MessageOrBuilder { // required uint32 objectID = 1; boolean hasObjectID(); int getObjectID(); // required bool scrollIntoView = 2; boolean hasScrollIntoView(); boolean getScrollIntoView(); } public static final class SpotlightObjectSelection extends com.google.protobuf.GeneratedMessage implements SpotlightObjectSelectionOrBuilder { // Use SpotlightObjectSelection.newBuilder() to construct. private SpotlightObjectSelection(Builder builder) { super(builder); } private SpotlightObjectSelection(boolean noInit) {} private static final SpotlightObjectSelection defaultInstance; public static SpotlightObjectSelection getDefaultInstance() { return defaultInstance; } public SpotlightObjectSelection getDefaultInstanceForType() { return defaultInstance; } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_SpotlightObjectSelection_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_SpotlightObjectSelection_fieldAccessorTable; } private int bitField0_; // required uint32 objectID = 1; public static final int OBJECTID_FIELD_NUMBER = 1; private int objectID_; public boolean hasObjectID() { return ((bitField0_ & 0x00000001) == 0x00000001); } public int getObjectID() { return objectID_; } // required bool scrollIntoView = 2; public static final int SCROLLINTOVIEW_FIELD_NUMBER = 2; private boolean scrollIntoView_; public boolean hasScrollIntoView() { return ((bitField0_ & 0x00000002) == 0x00000002); } public boolean getScrollIntoView() { return scrollIntoView_; } private void initFields() { objectID_ = 0; scrollIntoView_ = false; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized != -1) return isInitialized == 1; if (!hasObjectID()) { memoizedIsInitialized = 0; return false; } if (!hasScrollIntoView()) { memoizedIsInitialized = 0; return false; } memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { output.writeUInt32(1, objectID_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { output.writeBool(2, scrollIntoView_); } getUnknownFields().writeTo(output); } private int memoizedSerializedSize = -1; public int getSerializedSize() { int size = memoizedSerializedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(1, objectID_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(2, scrollIntoView_); } size += getUnknownFields().getSerializedSize(); memoizedSerializedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override protected java.lang.Object writeReplace() throws java.io.ObjectStreamException { return super.writeReplace(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObjectSelection parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObjectSelection parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObjectSelection parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObjectSelection parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObjectSelection parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObjectSelection parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObjectSelection parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObjectSelection parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input, extensionRegistry)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObjectSelection parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObjectSelection parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static Builder newBuilder() { return Builder.create(); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder(com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObjectSelection prototype) { return newBuilder().mergeFrom(prototype); } public Builder toBuilder() { return newBuilder(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder<Builder> implements com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObjectSelectionOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_SpotlightObjectSelection_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_SpotlightObjectSelection_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObjectSelection.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder(BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } private static Builder create() { return new Builder(); } public Builder clear() { super.clear(); objectID_ = 0; bitField0_ = (bitField0_ & ~0x00000001); scrollIntoView_ = false; bitField0_ = (bitField0_ & ~0x00000002); return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObjectSelection.getDescriptor(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObjectSelection getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObjectSelection.getDefaultInstance(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObjectSelection build() { com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObjectSelection result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObjectSelection buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObjectSelection result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObjectSelection buildPartial() { com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObjectSelection result = new com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObjectSelection(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } result.objectID_ = objectID_; if (((from_bitField0_ & 0x00000002) == 0x00000002)) { to_bitField0_ |= 0x00000002; } result.scrollIntoView_ = scrollIntoView_; result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObjectSelection) { return mergeFrom((com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObjectSelection)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObjectSelection other) { if (other == com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObjectSelection.getDefaultInstance()) return this; if (other.hasObjectID()) { setObjectID(other.getObjectID()); } if (other.hasScrollIntoView()) { setScrollIntoView(other.getScrollIntoView()); } this.mergeUnknownFields(other.getUnknownFields()); return this; } public final boolean isInitialized() { if (!hasObjectID()) { return false; } if (!hasScrollIntoView()) { return false; } return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder( this.getUnknownFields()); while (true) { int tag = input.readTag(); switch (tag) { case 0: this.setUnknownFields(unknownFields.build()); onChanged(); return this; default: { if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { this.setUnknownFields(unknownFields.build()); onChanged(); return this; } break; } case 8: { bitField0_ |= 0x00000001; objectID_ = input.readUInt32(); break; } case 16: { bitField0_ |= 0x00000002; scrollIntoView_ = input.readBool(); break; } } } } private int bitField0_; // required uint32 objectID = 1; private int objectID_ ; public boolean hasObjectID() { return ((bitField0_ & 0x00000001) == 0x00000001); } public int getObjectID() { return objectID_; } public Builder setObjectID(int value) { bitField0_ |= 0x00000001; objectID_ = value; onChanged(); return this; } public Builder clearObjectID() { bitField0_ = (bitField0_ & ~0x00000001); objectID_ = 0; onChanged(); return this; } // required bool scrollIntoView = 2; private boolean scrollIntoView_ ; public boolean hasScrollIntoView() { return ((bitField0_ & 0x00000002) == 0x00000002); } public boolean getScrollIntoView() { return scrollIntoView_; } public Builder setScrollIntoView(boolean value) { bitField0_ |= 0x00000002; scrollIntoView_ = value; onChanged(); return this; } public Builder clearScrollIntoView() { bitField0_ = (bitField0_ & ~0x00000002); scrollIntoView_ = false; onChanged(); return this; } // @@protoc_insertion_point(builder_scope:scope.debugger.SpotlightObjectSelection) } static { defaultInstance = new SpotlightObjectSelection(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.SpotlightObjectSelection) } public interface DomTraversalOrBuilder extends com.google.protobuf.MessageOrBuilder { // required uint32 objectID = 1; boolean hasObjectID(); int getObjectID(); // required string traversal = 2; boolean hasTraversal(); String getTraversal(); } public static final class DomTraversal extends com.google.protobuf.GeneratedMessage implements DomTraversalOrBuilder { // Use DomTraversal.newBuilder() to construct. private DomTraversal(Builder builder) { super(builder); } private DomTraversal(boolean noInit) {} private static final DomTraversal defaultInstance; public static DomTraversal getDefaultInstance() { return defaultInstance; } public DomTraversal getDefaultInstanceForType() { return defaultInstance; } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_DomTraversal_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_DomTraversal_fieldAccessorTable; } private int bitField0_; // required uint32 objectID = 1; public static final int OBJECTID_FIELD_NUMBER = 1; private int objectID_; public boolean hasObjectID() { return ((bitField0_ & 0x00000001) == 0x00000001); } public int getObjectID() { return objectID_; } // required string traversal = 2; public static final int TRAVERSAL_FIELD_NUMBER = 2; private java.lang.Object traversal_; public boolean hasTraversal() { return ((bitField0_ & 0x00000002) == 0x00000002); } public String getTraversal() { java.lang.Object ref = traversal_; if (ref instanceof String) { return (String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; String s = bs.toStringUtf8(); if (com.google.protobuf.Internal.isValidUtf8(bs)) { traversal_ = s; } return s; } } private com.google.protobuf.ByteString getTraversalBytes() { java.lang.Object ref = traversal_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((String) ref); traversal_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } private void initFields() { objectID_ = 0; traversal_ = ""; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized != -1) return isInitialized == 1; if (!hasObjectID()) { memoizedIsInitialized = 0; return false; } if (!hasTraversal()) { memoizedIsInitialized = 0; return false; } memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { output.writeUInt32(1, objectID_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { output.writeBytes(2, getTraversalBytes()); } getUnknownFields().writeTo(output); } private int memoizedSerializedSize = -1; public int getSerializedSize() { int size = memoizedSerializedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(1, objectID_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(2, getTraversalBytes()); } size += getUnknownFields().getSerializedSize(); memoizedSerializedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override protected java.lang.Object writeReplace() throws java.io.ObjectStreamException { return super.writeReplace(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.DomTraversal parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.DomTraversal parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.DomTraversal parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.DomTraversal parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.DomTraversal parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.DomTraversal parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.DomTraversal parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.DomTraversal parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input, extensionRegistry)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.DomTraversal parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.DomTraversal parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static Builder newBuilder() { return Builder.create(); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder(com.opera.core.systems.scope.protos.Esdbg6Protos.DomTraversal prototype) { return newBuilder().mergeFrom(prototype); } public Builder toBuilder() { return newBuilder(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder<Builder> implements com.opera.core.systems.scope.protos.Esdbg6Protos.DomTraversalOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_DomTraversal_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_DomTraversal_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.Esdbg6Protos.DomTraversal.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder(BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } private static Builder create() { return new Builder(); } public Builder clear() { super.clear(); objectID_ = 0; bitField0_ = (bitField0_ & ~0x00000001); traversal_ = ""; bitField0_ = (bitField0_ & ~0x00000002); return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.DomTraversal.getDescriptor(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.DomTraversal getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.DomTraversal.getDefaultInstance(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.DomTraversal build() { com.opera.core.systems.scope.protos.Esdbg6Protos.DomTraversal result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.Esdbg6Protos.DomTraversal buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.Esdbg6Protos.DomTraversal result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.Esdbg6Protos.DomTraversal buildPartial() { com.opera.core.systems.scope.protos.Esdbg6Protos.DomTraversal result = new com.opera.core.systems.scope.protos.Esdbg6Protos.DomTraversal(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } result.objectID_ = objectID_; if (((from_bitField0_ & 0x00000002) == 0x00000002)) { to_bitField0_ |= 0x00000002; } result.traversal_ = traversal_; result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.opera.core.systems.scope.protos.Esdbg6Protos.DomTraversal) { return mergeFrom((com.opera.core.systems.scope.protos.Esdbg6Protos.DomTraversal)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.Esdbg6Protos.DomTraversal other) { if (other == com.opera.core.systems.scope.protos.Esdbg6Protos.DomTraversal.getDefaultInstance()) return this; if (other.hasObjectID()) { setObjectID(other.getObjectID()); } if (other.hasTraversal()) { setTraversal(other.getTraversal()); } this.mergeUnknownFields(other.getUnknownFields()); return this; } public final boolean isInitialized() { if (!hasObjectID()) { return false; } if (!hasTraversal()) { return false; } return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder( this.getUnknownFields()); while (true) { int tag = input.readTag(); switch (tag) { case 0: this.setUnknownFields(unknownFields.build()); onChanged(); return this; default: { if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { this.setUnknownFields(unknownFields.build()); onChanged(); return this; } break; } case 8: { bitField0_ |= 0x00000001; objectID_ = input.readUInt32(); break; } case 18: { bitField0_ |= 0x00000002; traversal_ = input.readBytes(); break; } } } } private int bitField0_; // required uint32 objectID = 1; private int objectID_ ; public boolean hasObjectID() { return ((bitField0_ & 0x00000001) == 0x00000001); } public int getObjectID() { return objectID_; } public Builder setObjectID(int value) { bitField0_ |= 0x00000001; objectID_ = value; onChanged(); return this; } public Builder clearObjectID() { bitField0_ = (bitField0_ & ~0x00000001); objectID_ = 0; onChanged(); return this; } // required string traversal = 2; private java.lang.Object traversal_ = ""; public boolean hasTraversal() { return ((bitField0_ & 0x00000002) == 0x00000002); } public String getTraversal() { java.lang.Object ref = traversal_; if (!(ref instanceof String)) { String s = ((com.google.protobuf.ByteString) ref).toStringUtf8(); traversal_ = s; return s; } else { return (String) ref; } } public Builder setTraversal(String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000002; traversal_ = value; onChanged(); return this; } public Builder clearTraversal() { bitField0_ = (bitField0_ & ~0x00000002); traversal_ = getDefaultInstance().getTraversal(); onChanged(); return this; } void setTraversal(com.google.protobuf.ByteString value) { bitField0_ |= 0x00000002; traversal_ = value; onChanged(); } // @@protoc_insertion_point(builder_scope:scope.debugger.DomTraversal) } static { defaultInstance = new DomTraversal(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.DomTraversal) } public interface BreakSelectionOrBuilder extends com.google.protobuf.MessageOrBuilder { // required uint32 runtimeID = 1; boolean hasRuntimeID(); int getRuntimeID(); // required uint32 threadID = 2; boolean hasThreadID(); int getThreadID(); } public static final class BreakSelection extends com.google.protobuf.GeneratedMessage implements BreakSelectionOrBuilder { // Use BreakSelection.newBuilder() to construct. private BreakSelection(Builder builder) { super(builder); } private BreakSelection(boolean noInit) {} private static final BreakSelection defaultInstance; public static BreakSelection getDefaultInstance() { return defaultInstance; } public BreakSelection getDefaultInstanceForType() { return defaultInstance; } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_BreakSelection_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_BreakSelection_fieldAccessorTable; } private int bitField0_; // required uint32 runtimeID = 1; public static final int RUNTIMEID_FIELD_NUMBER = 1; private int runtimeID_; public boolean hasRuntimeID() { return ((bitField0_ & 0x00000001) == 0x00000001); } public int getRuntimeID() { return runtimeID_; } // required uint32 threadID = 2; public static final int THREADID_FIELD_NUMBER = 2; private int threadID_; public boolean hasThreadID() { return ((bitField0_ & 0x00000002) == 0x00000002); } public int getThreadID() { return threadID_; } private void initFields() { runtimeID_ = 0; threadID_ = 0; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized != -1) return isInitialized == 1; if (!hasRuntimeID()) { memoizedIsInitialized = 0; return false; } if (!hasThreadID()) { memoizedIsInitialized = 0; return false; } memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { output.writeUInt32(1, runtimeID_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { output.writeUInt32(2, threadID_); } getUnknownFields().writeTo(output); } private int memoizedSerializedSize = -1; public int getSerializedSize() { int size = memoizedSerializedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(1, runtimeID_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(2, threadID_); } size += getUnknownFields().getSerializedSize(); memoizedSerializedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override protected java.lang.Object writeReplace() throws java.io.ObjectStreamException { return super.writeReplace(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.BreakSelection parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.BreakSelection parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.BreakSelection parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.BreakSelection parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.BreakSelection parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.BreakSelection parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.BreakSelection parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.BreakSelection parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input, extensionRegistry)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.BreakSelection parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.BreakSelection parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static Builder newBuilder() { return Builder.create(); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder(com.opera.core.systems.scope.protos.Esdbg6Protos.BreakSelection prototype) { return newBuilder().mergeFrom(prototype); } public Builder toBuilder() { return newBuilder(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder<Builder> implements com.opera.core.systems.scope.protos.Esdbg6Protos.BreakSelectionOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_BreakSelection_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_BreakSelection_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.Esdbg6Protos.BreakSelection.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder(BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } private static Builder create() { return new Builder(); } public Builder clear() { super.clear(); runtimeID_ = 0; bitField0_ = (bitField0_ & ~0x00000001); threadID_ = 0; bitField0_ = (bitField0_ & ~0x00000002); return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.BreakSelection.getDescriptor(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.BreakSelection getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.BreakSelection.getDefaultInstance(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.BreakSelection build() { com.opera.core.systems.scope.protos.Esdbg6Protos.BreakSelection result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.Esdbg6Protos.BreakSelection buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.Esdbg6Protos.BreakSelection result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.Esdbg6Protos.BreakSelection buildPartial() { com.opera.core.systems.scope.protos.Esdbg6Protos.BreakSelection result = new com.opera.core.systems.scope.protos.Esdbg6Protos.BreakSelection(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } result.runtimeID_ = runtimeID_; if (((from_bitField0_ & 0x00000002) == 0x00000002)) { to_bitField0_ |= 0x00000002; } result.threadID_ = threadID_; result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.opera.core.systems.scope.protos.Esdbg6Protos.BreakSelection) { return mergeFrom((com.opera.core.systems.scope.protos.Esdbg6Protos.BreakSelection)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.Esdbg6Protos.BreakSelection other) { if (other == com.opera.core.systems.scope.protos.Esdbg6Protos.BreakSelection.getDefaultInstance()) return this; if (other.hasRuntimeID()) { setRuntimeID(other.getRuntimeID()); } if (other.hasThreadID()) { setThreadID(other.getThreadID()); } this.mergeUnknownFields(other.getUnknownFields()); return this; } public final boolean isInitialized() { if (!hasRuntimeID()) { return false; } if (!hasThreadID()) { return false; } return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder( this.getUnknownFields()); while (true) { int tag = input.readTag(); switch (tag) { case 0: this.setUnknownFields(unknownFields.build()); onChanged(); return this; default: { if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { this.setUnknownFields(unknownFields.build()); onChanged(); return this; } break; } case 8: { bitField0_ |= 0x00000001; runtimeID_ = input.readUInt32(); break; } case 16: { bitField0_ |= 0x00000002; threadID_ = input.readUInt32(); break; } } } } private int bitField0_; // required uint32 runtimeID = 1; private int runtimeID_ ; public boolean hasRuntimeID() { return ((bitField0_ & 0x00000001) == 0x00000001); } public int getRuntimeID() { return runtimeID_; } public Builder setRuntimeID(int value) { bitField0_ |= 0x00000001; runtimeID_ = value; onChanged(); return this; } public Builder clearRuntimeID() { bitField0_ = (bitField0_ & ~0x00000001); runtimeID_ = 0; onChanged(); return this; } // required uint32 threadID = 2; private int threadID_ ; public boolean hasThreadID() { return ((bitField0_ & 0x00000002) == 0x00000002); } public int getThreadID() { return threadID_; } public Builder setThreadID(int value) { bitField0_ |= 0x00000002; threadID_ = value; onChanged(); return this; } public Builder clearThreadID() { bitField0_ = (bitField0_ & ~0x00000002); threadID_ = 0; onChanged(); return this; } // @@protoc_insertion_point(builder_scope:scope.debugger.BreakSelection) } static { defaultInstance = new BreakSelection(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.BreakSelection) } public interface SpotlightSelectionOrBuilder extends com.google.protobuf.MessageOrBuilder { // repeated .scope.debugger.SpotlightObject spotlightObjectList = 1; java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject> getSpotlightObjectListList(); com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject getSpotlightObjectList(int index); int getSpotlightObjectListCount(); java.util.List<? extends com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObjectOrBuilder> getSpotlightObjectListOrBuilderList(); com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObjectOrBuilder getSpotlightObjectListOrBuilder( int index); } public static final class SpotlightSelection extends com.google.protobuf.GeneratedMessage implements SpotlightSelectionOrBuilder { // Use SpotlightSelection.newBuilder() to construct. private SpotlightSelection(Builder builder) { super(builder); } private SpotlightSelection(boolean noInit) {} private static final SpotlightSelection defaultInstance; public static SpotlightSelection getDefaultInstance() { return defaultInstance; } public SpotlightSelection getDefaultInstanceForType() { return defaultInstance; } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_SpotlightSelection_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_SpotlightSelection_fieldAccessorTable; } // repeated .scope.debugger.SpotlightObject spotlightObjectList = 1; public static final int SPOTLIGHTOBJECTLIST_FIELD_NUMBER = 1; private java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject> spotlightObjectList_; public java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject> getSpotlightObjectListList() { return spotlightObjectList_; } public java.util.List<? extends com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObjectOrBuilder> getSpotlightObjectListOrBuilderList() { return spotlightObjectList_; } public int getSpotlightObjectListCount() { return spotlightObjectList_.size(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject getSpotlightObjectList(int index) { return spotlightObjectList_.get(index); } public com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObjectOrBuilder getSpotlightObjectListOrBuilder( int index) { return spotlightObjectList_.get(index); } private void initFields() { spotlightObjectList_ = java.util.Collections.emptyList(); } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized != -1) return isInitialized == 1; for (int i = 0; i < getSpotlightObjectListCount(); i++) { if (!getSpotlightObjectList(i).isInitialized()) { memoizedIsInitialized = 0; return false; } } memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); for (int i = 0; i < spotlightObjectList_.size(); i++) { output.writeMessage(1, spotlightObjectList_.get(i)); } getUnknownFields().writeTo(output); } private int memoizedSerializedSize = -1; public int getSerializedSize() { int size = memoizedSerializedSize; if (size != -1) return size; size = 0; for (int i = 0; i < spotlightObjectList_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, spotlightObjectList_.get(i)); } size += getUnknownFields().getSerializedSize(); memoizedSerializedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override protected java.lang.Object writeReplace() throws java.io.ObjectStreamException { return super.writeReplace(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightSelection parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightSelection parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightSelection parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightSelection parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightSelection parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightSelection parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightSelection parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightSelection parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input, extensionRegistry)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightSelection parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightSelection parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static Builder newBuilder() { return Builder.create(); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder(com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightSelection prototype) { return newBuilder().mergeFrom(prototype); } public Builder toBuilder() { return newBuilder(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder<Builder> implements com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightSelectionOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_SpotlightSelection_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_SpotlightSelection_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightSelection.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder(BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getSpotlightObjectListFieldBuilder(); } } private static Builder create() { return new Builder(); } public Builder clear() { super.clear(); if (spotlightObjectListBuilder_ == null) { spotlightObjectList_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); } else { spotlightObjectListBuilder_.clear(); } return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightSelection.getDescriptor(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightSelection getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightSelection.getDefaultInstance(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightSelection build() { com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightSelection result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightSelection buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightSelection result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightSelection buildPartial() { com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightSelection result = new com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightSelection(this); int from_bitField0_ = bitField0_; if (spotlightObjectListBuilder_ == null) { if (((bitField0_ & 0x00000001) == 0x00000001)) { spotlightObjectList_ = java.util.Collections.unmodifiableList(spotlightObjectList_); bitField0_ = (bitField0_ & ~0x00000001); } result.spotlightObjectList_ = spotlightObjectList_; } else { result.spotlightObjectList_ = spotlightObjectListBuilder_.build(); } onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightSelection) { return mergeFrom((com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightSelection)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightSelection other) { if (other == com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightSelection.getDefaultInstance()) return this; if (spotlightObjectListBuilder_ == null) { if (!other.spotlightObjectList_.isEmpty()) { if (spotlightObjectList_.isEmpty()) { spotlightObjectList_ = other.spotlightObjectList_; bitField0_ = (bitField0_ & ~0x00000001); } else { ensureSpotlightObjectListIsMutable(); spotlightObjectList_.addAll(other.spotlightObjectList_); } onChanged(); } } else { if (!other.spotlightObjectList_.isEmpty()) { if (spotlightObjectListBuilder_.isEmpty()) { spotlightObjectListBuilder_.dispose(); spotlightObjectListBuilder_ = null; spotlightObjectList_ = other.spotlightObjectList_; bitField0_ = (bitField0_ & ~0x00000001); spotlightObjectListBuilder_ = com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? getSpotlightObjectListFieldBuilder() : null; } else { spotlightObjectListBuilder_.addAllMessages(other.spotlightObjectList_); } } } this.mergeUnknownFields(other.getUnknownFields()); return this; } public final boolean isInitialized() { for (int i = 0; i < getSpotlightObjectListCount(); i++) { if (!getSpotlightObjectList(i).isInitialized()) { return false; } } return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder( this.getUnknownFields()); while (true) { int tag = input.readTag(); switch (tag) { case 0: this.setUnknownFields(unknownFields.build()); onChanged(); return this; default: { if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { this.setUnknownFields(unknownFields.build()); onChanged(); return this; } break; } case 10: { com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject.Builder subBuilder = com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject.newBuilder(); input.readMessage(subBuilder, extensionRegistry); addSpotlightObjectList(subBuilder.buildPartial()); break; } } } } private int bitField0_; // repeated .scope.debugger.SpotlightObject spotlightObjectList = 1; private java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject> spotlightObjectList_ = java.util.Collections.emptyList(); private void ensureSpotlightObjectListIsMutable() { if (!((bitField0_ & 0x00000001) == 0x00000001)) { spotlightObjectList_ = new java.util.ArrayList<com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject>(spotlightObjectList_); bitField0_ |= 0x00000001; } } private com.google.protobuf.RepeatedFieldBuilder< com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject, com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject.Builder, com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObjectOrBuilder> spotlightObjectListBuilder_; public java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject> getSpotlightObjectListList() { if (spotlightObjectListBuilder_ == null) { return java.util.Collections.unmodifiableList(spotlightObjectList_); } else { return spotlightObjectListBuilder_.getMessageList(); } } public int getSpotlightObjectListCount() { if (spotlightObjectListBuilder_ == null) { return spotlightObjectList_.size(); } else { return spotlightObjectListBuilder_.getCount(); } } public com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject getSpotlightObjectList(int index) { if (spotlightObjectListBuilder_ == null) { return spotlightObjectList_.get(index); } else { return spotlightObjectListBuilder_.getMessage(index); } } public Builder setSpotlightObjectList( int index, com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject value) { if (spotlightObjectListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureSpotlightObjectListIsMutable(); spotlightObjectList_.set(index, value); onChanged(); } else { spotlightObjectListBuilder_.setMessage(index, value); } return this; } public Builder setSpotlightObjectList( int index, com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject.Builder builderForValue) { if (spotlightObjectListBuilder_ == null) { ensureSpotlightObjectListIsMutable(); spotlightObjectList_.set(index, builderForValue.build()); onChanged(); } else { spotlightObjectListBuilder_.setMessage(index, builderForValue.build()); } return this; } public Builder addSpotlightObjectList(com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject value) { if (spotlightObjectListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureSpotlightObjectListIsMutable(); spotlightObjectList_.add(value); onChanged(); } else { spotlightObjectListBuilder_.addMessage(value); } return this; } public Builder addSpotlightObjectList( int index, com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject value) { if (spotlightObjectListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureSpotlightObjectListIsMutable(); spotlightObjectList_.add(index, value); onChanged(); } else { spotlightObjectListBuilder_.addMessage(index, value); } return this; } public Builder addSpotlightObjectList( com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject.Builder builderForValue) { if (spotlightObjectListBuilder_ == null) { ensureSpotlightObjectListIsMutable(); spotlightObjectList_.add(builderForValue.build()); onChanged(); } else { spotlightObjectListBuilder_.addMessage(builderForValue.build()); } return this; } public Builder addSpotlightObjectList( int index, com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject.Builder builderForValue) { if (spotlightObjectListBuilder_ == null) { ensureSpotlightObjectListIsMutable(); spotlightObjectList_.add(index, builderForValue.build()); onChanged(); } else { spotlightObjectListBuilder_.addMessage(index, builderForValue.build()); } return this; } public Builder addAllSpotlightObjectList( java.lang.Iterable<? extends com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject> values) { if (spotlightObjectListBuilder_ == null) { ensureSpotlightObjectListIsMutable(); super.addAll(values, spotlightObjectList_); onChanged(); } else { spotlightObjectListBuilder_.addAllMessages(values); } return this; } public Builder clearSpotlightObjectList() { if (spotlightObjectListBuilder_ == null) { spotlightObjectList_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); } else { spotlightObjectListBuilder_.clear(); } return this; } public Builder removeSpotlightObjectList(int index) { if (spotlightObjectListBuilder_ == null) { ensureSpotlightObjectListIsMutable(); spotlightObjectList_.remove(index); onChanged(); } else { spotlightObjectListBuilder_.remove(index); } return this; } public com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject.Builder getSpotlightObjectListBuilder( int index) { return getSpotlightObjectListFieldBuilder().getBuilder(index); } public com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObjectOrBuilder getSpotlightObjectListOrBuilder( int index) { if (spotlightObjectListBuilder_ == null) { return spotlightObjectList_.get(index); } else { return spotlightObjectListBuilder_.getMessageOrBuilder(index); } } public java.util.List<? extends com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObjectOrBuilder> getSpotlightObjectListOrBuilderList() { if (spotlightObjectListBuilder_ != null) { return spotlightObjectListBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(spotlightObjectList_); } } public com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject.Builder addSpotlightObjectListBuilder() { return getSpotlightObjectListFieldBuilder().addBuilder( com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject.getDefaultInstance()); } public com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject.Builder addSpotlightObjectListBuilder( int index) { return getSpotlightObjectListFieldBuilder().addBuilder( index, com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject.getDefaultInstance()); } public java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject.Builder> getSpotlightObjectListBuilderList() { return getSpotlightObjectListFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilder< com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject, com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject.Builder, com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObjectOrBuilder> getSpotlightObjectListFieldBuilder() { if (spotlightObjectListBuilder_ == null) { spotlightObjectListBuilder_ = new com.google.protobuf.RepeatedFieldBuilder< com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject, com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject.Builder, com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObjectOrBuilder>( spotlightObjectList_, ((bitField0_ & 0x00000001) == 0x00000001), getParentForChildren(), isClean()); spotlightObjectList_ = null; } return spotlightObjectListBuilder_; } // @@protoc_insertion_point(builder_scope:scope.debugger.SpotlightSelection) } static { defaultInstance = new SpotlightSelection(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.SpotlightSelection) } public interface CssStylesheetRulesOrBuilder extends com.google.protobuf.MessageOrBuilder { // repeated .scope.debugger.CssStylesheetRules.StylesheetRule ruleList = 1; java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRule> getRuleListList(); com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRule getRuleList(int index); int getRuleListCount(); java.util.List<? extends com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRuleOrBuilder> getRuleListOrBuilderList(); com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRuleOrBuilder getRuleListOrBuilder( int index); } public static final class CssStylesheetRules extends com.google.protobuf.GeneratedMessage implements CssStylesheetRulesOrBuilder { // Use CssStylesheetRules.newBuilder() to construct. private CssStylesheetRules(Builder builder) { super(builder); } private CssStylesheetRules(boolean noInit) {} private static final CssStylesheetRules defaultInstance; public static CssStylesheetRules getDefaultInstance() { return defaultInstance; } public CssStylesheetRules getDefaultInstanceForType() { return defaultInstance; } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_CssStylesheetRules_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_CssStylesheetRules_fieldAccessorTable; } public interface StylesheetRuleOrBuilder extends com.google.protobuf.MessageOrBuilder { // required uint32 type = 1; boolean hasType(); int getType(); // required uint32 stylesheetID = 2; boolean hasStylesheetID(); int getStylesheetID(); // required uint32 ruleID = 3; boolean hasRuleID(); int getRuleID(); // repeated uint32 indexList = 4; java.util.List<java.lang.Integer> getIndexListList(); int getIndexListCount(); int getIndexList(int index); // repeated string valueList = 5; java.util.List<String> getValueListList(); int getValueListCount(); String getValueList(int index); // repeated bool priorityList = 6; java.util.List<java.lang.Boolean> getPriorityListList(); int getPriorityListCount(); boolean getPriorityList(int index); // repeated string selectorList = 7; java.util.List<String> getSelectorListList(); int getSelectorListCount(); String getSelectorList(int index); // repeated uint32 specificityList = 8; java.util.List<java.lang.Integer> getSpecificityListList(); int getSpecificityListCount(); int getSpecificityList(int index); // repeated string mediaList = 9; java.util.List<String> getMediaListList(); int getMediaListCount(); String getMediaList(int index); // repeated .scope.debugger.CssStylesheetRules.StylesheetRule ruleList = 10; java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRule> getRuleListList(); com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRule getRuleList(int index); int getRuleListCount(); java.util.List<? extends com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRuleOrBuilder> getRuleListOrBuilderList(); com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRuleOrBuilder getRuleListOrBuilder( int index); // optional string href = 11; boolean hasHref(); String getHref(); // optional uint32 importStylesheetID = 12; boolean hasImportStylesheetID(); int getImportStylesheetID(); // optional uint32 pseudoClass = 13; boolean hasPseudoClass(); int getPseudoClass(); // optional string charset = 14; boolean hasCharset(); String getCharset(); } public static final class StylesheetRule extends com.google.protobuf.GeneratedMessage implements StylesheetRuleOrBuilder { // Use StylesheetRule.newBuilder() to construct. private StylesheetRule(Builder builder) { super(builder); } private StylesheetRule(boolean noInit) {} private static final StylesheetRule defaultInstance; public static StylesheetRule getDefaultInstance() { return defaultInstance; } public StylesheetRule getDefaultInstanceForType() { return defaultInstance; } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_CssStylesheetRules_StylesheetRule_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_CssStylesheetRules_StylesheetRule_fieldAccessorTable; } private int bitField0_; // required uint32 type = 1; public static final int TYPE_FIELD_NUMBER = 1; private int type_; public boolean hasType() { return ((bitField0_ & 0x00000001) == 0x00000001); } public int getType() { return type_; } // required uint32 stylesheetID = 2; public static final int STYLESHEETID_FIELD_NUMBER = 2; private int stylesheetID_; public boolean hasStylesheetID() { return ((bitField0_ & 0x00000002) == 0x00000002); } public int getStylesheetID() { return stylesheetID_; } // required uint32 ruleID = 3; public static final int RULEID_FIELD_NUMBER = 3; private int ruleID_; public boolean hasRuleID() { return ((bitField0_ & 0x00000004) == 0x00000004); } public int getRuleID() { return ruleID_; } // repeated uint32 indexList = 4; public static final int INDEXLIST_FIELD_NUMBER = 4; private java.util.List<java.lang.Integer> indexList_; public java.util.List<java.lang.Integer> getIndexListList() { return indexList_; } public int getIndexListCount() { return indexList_.size(); } public int getIndexList(int index) { return indexList_.get(index); } // repeated string valueList = 5; public static final int VALUELIST_FIELD_NUMBER = 5; private com.google.protobuf.LazyStringList valueList_; public java.util.List<String> getValueListList() { return valueList_; } public int getValueListCount() { return valueList_.size(); } public String getValueList(int index) { return valueList_.get(index); } // repeated bool priorityList = 6; public static final int PRIORITYLIST_FIELD_NUMBER = 6; private java.util.List<java.lang.Boolean> priorityList_; public java.util.List<java.lang.Boolean> getPriorityListList() { return priorityList_; } public int getPriorityListCount() { return priorityList_.size(); } public boolean getPriorityList(int index) { return priorityList_.get(index); } // repeated string selectorList = 7; public static final int SELECTORLIST_FIELD_NUMBER = 7; private com.google.protobuf.LazyStringList selectorList_; public java.util.List<String> getSelectorListList() { return selectorList_; } public int getSelectorListCount() { return selectorList_.size(); } public String getSelectorList(int index) { return selectorList_.get(index); } // repeated uint32 specificityList = 8; public static final int SPECIFICITYLIST_FIELD_NUMBER = 8; private java.util.List<java.lang.Integer> specificityList_; public java.util.List<java.lang.Integer> getSpecificityListList() { return specificityList_; } public int getSpecificityListCount() { return specificityList_.size(); } public int getSpecificityList(int index) { return specificityList_.get(index); } // repeated string mediaList = 9; public static final int MEDIALIST_FIELD_NUMBER = 9; private com.google.protobuf.LazyStringList mediaList_; public java.util.List<String> getMediaListList() { return mediaList_; } public int getMediaListCount() { return mediaList_.size(); } public String getMediaList(int index) { return mediaList_.get(index); } // repeated .scope.debugger.CssStylesheetRules.StylesheetRule ruleList = 10; public static final int RULELIST_FIELD_NUMBER = 10; private java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRule> ruleList_; public java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRule> getRuleListList() { return ruleList_; } public java.util.List<? extends com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRuleOrBuilder> getRuleListOrBuilderList() { return ruleList_; } public int getRuleListCount() { return ruleList_.size(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRule getRuleList(int index) { return ruleList_.get(index); } public com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRuleOrBuilder getRuleListOrBuilder( int index) { return ruleList_.get(index); } // optional string href = 11; public static final int HREF_FIELD_NUMBER = 11; private java.lang.Object href_; public boolean hasHref() { return ((bitField0_ & 0x00000008) == 0x00000008); } public String getHref() { java.lang.Object ref = href_; if (ref instanceof String) { return (String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; String s = bs.toStringUtf8(); if (com.google.protobuf.Internal.isValidUtf8(bs)) { href_ = s; } return s; } } private com.google.protobuf.ByteString getHrefBytes() { java.lang.Object ref = href_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((String) ref); href_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } // optional uint32 importStylesheetID = 12; public static final int IMPORTSTYLESHEETID_FIELD_NUMBER = 12; private int importStylesheetID_; public boolean hasImportStylesheetID() { return ((bitField0_ & 0x00000010) == 0x00000010); } public int getImportStylesheetID() { return importStylesheetID_; } // optional uint32 pseudoClass = 13; public static final int PSEUDOCLASS_FIELD_NUMBER = 13; private int pseudoClass_; public boolean hasPseudoClass() { return ((bitField0_ & 0x00000020) == 0x00000020); } public int getPseudoClass() { return pseudoClass_; } // optional string charset = 14; public static final int CHARSET_FIELD_NUMBER = 14; private java.lang.Object charset_; public boolean hasCharset() { return ((bitField0_ & 0x00000040) == 0x00000040); } public String getCharset() { java.lang.Object ref = charset_; if (ref instanceof String) { return (String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; String s = bs.toStringUtf8(); if (com.google.protobuf.Internal.isValidUtf8(bs)) { charset_ = s; } return s; } } private com.google.protobuf.ByteString getCharsetBytes() { java.lang.Object ref = charset_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((String) ref); charset_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } private void initFields() { type_ = 0; stylesheetID_ = 0; ruleID_ = 0; indexList_ = java.util.Collections.emptyList();; valueList_ = com.google.protobuf.LazyStringArrayList.EMPTY; priorityList_ = java.util.Collections.emptyList();; selectorList_ = com.google.protobuf.LazyStringArrayList.EMPTY; specificityList_ = java.util.Collections.emptyList();; mediaList_ = com.google.protobuf.LazyStringArrayList.EMPTY; ruleList_ = java.util.Collections.emptyList(); href_ = ""; importStylesheetID_ = 0; pseudoClass_ = 0; charset_ = ""; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized != -1) return isInitialized == 1; if (!hasType()) { memoizedIsInitialized = 0; return false; } if (!hasStylesheetID()) { memoizedIsInitialized = 0; return false; } if (!hasRuleID()) { memoizedIsInitialized = 0; return false; } for (int i = 0; i < getRuleListCount(); i++) { if (!getRuleList(i).isInitialized()) { memoizedIsInitialized = 0; return false; } } memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { output.writeUInt32(1, type_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { output.writeUInt32(2, stylesheetID_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { output.writeUInt32(3, ruleID_); } for (int i = 0; i < indexList_.size(); i++) { output.writeUInt32(4, indexList_.get(i)); } for (int i = 0; i < valueList_.size(); i++) { output.writeBytes(5, valueList_.getByteString(i)); } for (int i = 0; i < priorityList_.size(); i++) { output.writeBool(6, priorityList_.get(i)); } for (int i = 0; i < selectorList_.size(); i++) { output.writeBytes(7, selectorList_.getByteString(i)); } for (int i = 0; i < specificityList_.size(); i++) { output.writeUInt32(8, specificityList_.get(i)); } for (int i = 0; i < mediaList_.size(); i++) { output.writeBytes(9, mediaList_.getByteString(i)); } for (int i = 0; i < ruleList_.size(); i++) { output.writeMessage(10, ruleList_.get(i)); } if (((bitField0_ & 0x00000008) == 0x00000008)) { output.writeBytes(11, getHrefBytes()); } if (((bitField0_ & 0x00000010) == 0x00000010)) { output.writeUInt32(12, importStylesheetID_); } if (((bitField0_ & 0x00000020) == 0x00000020)) { output.writeUInt32(13, pseudoClass_); } if (((bitField0_ & 0x00000040) == 0x00000040)) { output.writeBytes(14, getCharsetBytes()); } getUnknownFields().writeTo(output); } private int memoizedSerializedSize = -1; public int getSerializedSize() { int size = memoizedSerializedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(1, type_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(2, stylesheetID_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(3, ruleID_); } { int dataSize = 0; for (int i = 0; i < indexList_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeUInt32SizeNoTag(indexList_.get(i)); } size += dataSize; size += 1 * getIndexListList().size(); } { int dataSize = 0; for (int i = 0; i < valueList_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeBytesSizeNoTag(valueList_.getByteString(i)); } size += dataSize; size += 1 * getValueListList().size(); } { int dataSize = 0; dataSize = 1 * getPriorityListList().size(); size += dataSize; size += 1 * getPriorityListList().size(); } { int dataSize = 0; for (int i = 0; i < selectorList_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeBytesSizeNoTag(selectorList_.getByteString(i)); } size += dataSize; size += 1 * getSelectorListList().size(); } { int dataSize = 0; for (int i = 0; i < specificityList_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeUInt32SizeNoTag(specificityList_.get(i)); } size += dataSize; size += 1 * getSpecificityListList().size(); } { int dataSize = 0; for (int i = 0; i < mediaList_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeBytesSizeNoTag(mediaList_.getByteString(i)); } size += dataSize; size += 1 * getMediaListList().size(); } for (int i = 0; i < ruleList_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(10, ruleList_.get(i)); } if (((bitField0_ & 0x00000008) == 0x00000008)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(11, getHrefBytes()); } if (((bitField0_ & 0x00000010) == 0x00000010)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(12, importStylesheetID_); } if (((bitField0_ & 0x00000020) == 0x00000020)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(13, pseudoClass_); } if (((bitField0_ & 0x00000040) == 0x00000040)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(14, getCharsetBytes()); } size += getUnknownFields().getSerializedSize(); memoizedSerializedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override protected java.lang.Object writeReplace() throws java.io.ObjectStreamException { return super.writeReplace(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRule parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRule parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRule parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRule parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRule parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRule parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRule parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRule parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input, extensionRegistry)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRule parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRule parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static Builder newBuilder() { return Builder.create(); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder(com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRule prototype) { return newBuilder().mergeFrom(prototype); } public Builder toBuilder() { return newBuilder(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder<Builder> implements com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRuleOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_CssStylesheetRules_StylesheetRule_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_CssStylesheetRules_StylesheetRule_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRule.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder(BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getRuleListFieldBuilder(); } } private static Builder create() { return new Builder(); } public Builder clear() { super.clear(); type_ = 0; bitField0_ = (bitField0_ & ~0x00000001); stylesheetID_ = 0; bitField0_ = (bitField0_ & ~0x00000002); ruleID_ = 0; bitField0_ = (bitField0_ & ~0x00000004); indexList_ = java.util.Collections.emptyList();; bitField0_ = (bitField0_ & ~0x00000008); valueList_ = com.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000010); priorityList_ = java.util.Collections.emptyList();; bitField0_ = (bitField0_ & ~0x00000020); selectorList_ = com.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000040); specificityList_ = java.util.Collections.emptyList();; bitField0_ = (bitField0_ & ~0x00000080); mediaList_ = com.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000100); if (ruleListBuilder_ == null) { ruleList_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000200); } else { ruleListBuilder_.clear(); } href_ = ""; bitField0_ = (bitField0_ & ~0x00000400); importStylesheetID_ = 0; bitField0_ = (bitField0_ & ~0x00000800); pseudoClass_ = 0; bitField0_ = (bitField0_ & ~0x00001000); charset_ = ""; bitField0_ = (bitField0_ & ~0x00002000); return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRule.getDescriptor(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRule getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRule.getDefaultInstance(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRule build() { com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRule result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRule buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRule result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRule buildPartial() { com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRule result = new com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRule(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } result.type_ = type_; if (((from_bitField0_ & 0x00000002) == 0x00000002)) { to_bitField0_ |= 0x00000002; } result.stylesheetID_ = stylesheetID_; if (((from_bitField0_ & 0x00000004) == 0x00000004)) { to_bitField0_ |= 0x00000004; } result.ruleID_ = ruleID_; if (((bitField0_ & 0x00000008) == 0x00000008)) { indexList_ = java.util.Collections.unmodifiableList(indexList_); bitField0_ = (bitField0_ & ~0x00000008); } result.indexList_ = indexList_; if (((bitField0_ & 0x00000010) == 0x00000010)) { valueList_ = new com.google.protobuf.UnmodifiableLazyStringList( valueList_); bitField0_ = (bitField0_ & ~0x00000010); } result.valueList_ = valueList_; if (((bitField0_ & 0x00000020) == 0x00000020)) { priorityList_ = java.util.Collections.unmodifiableList(priorityList_); bitField0_ = (bitField0_ & ~0x00000020); } result.priorityList_ = priorityList_; if (((bitField0_ & 0x00000040) == 0x00000040)) { selectorList_ = new com.google.protobuf.UnmodifiableLazyStringList( selectorList_); bitField0_ = (bitField0_ & ~0x00000040); } result.selectorList_ = selectorList_; if (((bitField0_ & 0x00000080) == 0x00000080)) { specificityList_ = java.util.Collections.unmodifiableList(specificityList_); bitField0_ = (bitField0_ & ~0x00000080); } result.specificityList_ = specificityList_; if (((bitField0_ & 0x00000100) == 0x00000100)) { mediaList_ = new com.google.protobuf.UnmodifiableLazyStringList( mediaList_); bitField0_ = (bitField0_ & ~0x00000100); } result.mediaList_ = mediaList_; if (ruleListBuilder_ == null) { if (((bitField0_ & 0x00000200) == 0x00000200)) { ruleList_ = java.util.Collections.unmodifiableList(ruleList_); bitField0_ = (bitField0_ & ~0x00000200); } result.ruleList_ = ruleList_; } else { result.ruleList_ = ruleListBuilder_.build(); } if (((from_bitField0_ & 0x00000400) == 0x00000400)) { to_bitField0_ |= 0x00000008; } result.href_ = href_; if (((from_bitField0_ & 0x00000800) == 0x00000800)) { to_bitField0_ |= 0x00000010; } result.importStylesheetID_ = importStylesheetID_; if (((from_bitField0_ & 0x00001000) == 0x00001000)) { to_bitField0_ |= 0x00000020; } result.pseudoClass_ = pseudoClass_; if (((from_bitField0_ & 0x00002000) == 0x00002000)) { to_bitField0_ |= 0x00000040; } result.charset_ = charset_; result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRule) { return mergeFrom((com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRule)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRule other) { if (other == com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRule.getDefaultInstance()) return this; if (other.hasType()) { setType(other.getType()); } if (other.hasStylesheetID()) { setStylesheetID(other.getStylesheetID()); } if (other.hasRuleID()) { setRuleID(other.getRuleID()); } if (!other.indexList_.isEmpty()) { if (indexList_.isEmpty()) { indexList_ = other.indexList_; bitField0_ = (bitField0_ & ~0x00000008); } else { ensureIndexListIsMutable(); indexList_.addAll(other.indexList_); } onChanged(); } if (!other.valueList_.isEmpty()) { if (valueList_.isEmpty()) { valueList_ = other.valueList_; bitField0_ = (bitField0_ & ~0x00000010); } else { ensureValueListIsMutable(); valueList_.addAll(other.valueList_); } onChanged(); } if (!other.priorityList_.isEmpty()) { if (priorityList_.isEmpty()) { priorityList_ = other.priorityList_; bitField0_ = (bitField0_ & ~0x00000020); } else { ensurePriorityListIsMutable(); priorityList_.addAll(other.priorityList_); } onChanged(); } if (!other.selectorList_.isEmpty()) { if (selectorList_.isEmpty()) { selectorList_ = other.selectorList_; bitField0_ = (bitField0_ & ~0x00000040); } else { ensureSelectorListIsMutable(); selectorList_.addAll(other.selectorList_); } onChanged(); } if (!other.specificityList_.isEmpty()) { if (specificityList_.isEmpty()) { specificityList_ = other.specificityList_; bitField0_ = (bitField0_ & ~0x00000080); } else { ensureSpecificityListIsMutable(); specificityList_.addAll(other.specificityList_); } onChanged(); } if (!other.mediaList_.isEmpty()) { if (mediaList_.isEmpty()) { mediaList_ = other.mediaList_; bitField0_ = (bitField0_ & ~0x00000100); } else { ensureMediaListIsMutable(); mediaList_.addAll(other.mediaList_); } onChanged(); } if (ruleListBuilder_ == null) { if (!other.ruleList_.isEmpty()) { if (ruleList_.isEmpty()) { ruleList_ = other.ruleList_; bitField0_ = (bitField0_ & ~0x00000200); } else { ensureRuleListIsMutable(); ruleList_.addAll(other.ruleList_); } onChanged(); } } else { if (!other.ruleList_.isEmpty()) { if (ruleListBuilder_.isEmpty()) { ruleListBuilder_.dispose(); ruleListBuilder_ = null; ruleList_ = other.ruleList_; bitField0_ = (bitField0_ & ~0x00000200); ruleListBuilder_ = com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? getRuleListFieldBuilder() : null; } else { ruleListBuilder_.addAllMessages(other.ruleList_); } } } if (other.hasHref()) { setHref(other.getHref()); } if (other.hasImportStylesheetID()) { setImportStylesheetID(other.getImportStylesheetID()); } if (other.hasPseudoClass()) { setPseudoClass(other.getPseudoClass()); } if (other.hasCharset()) { setCharset(other.getCharset()); } this.mergeUnknownFields(other.getUnknownFields()); return this; } public final boolean isInitialized() { if (!hasType()) { return false; } if (!hasStylesheetID()) { return false; } if (!hasRuleID()) { return false; } for (int i = 0; i < getRuleListCount(); i++) { if (!getRuleList(i).isInitialized()) { return false; } } return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder( this.getUnknownFields()); while (true) { int tag = input.readTag(); switch (tag) { case 0: this.setUnknownFields(unknownFields.build()); onChanged(); return this; default: { if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { this.setUnknownFields(unknownFields.build()); onChanged(); return this; } break; } case 8: { bitField0_ |= 0x00000001; type_ = input.readUInt32(); break; } case 16: { bitField0_ |= 0x00000002; stylesheetID_ = input.readUInt32(); break; } case 24: { bitField0_ |= 0x00000004; ruleID_ = input.readUInt32(); break; } case 32: { ensureIndexListIsMutable(); indexList_.add(input.readUInt32()); break; } case 34: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); while (input.getBytesUntilLimit() > 0) { addIndexList(input.readUInt32()); } input.popLimit(limit); break; } case 42: { ensureValueListIsMutable(); valueList_.add(input.readBytes()); break; } case 48: { ensurePriorityListIsMutable(); priorityList_.add(input.readBool()); break; } case 50: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); while (input.getBytesUntilLimit() > 0) { addPriorityList(input.readBool()); } input.popLimit(limit); break; } case 58: { ensureSelectorListIsMutable(); selectorList_.add(input.readBytes()); break; } case 64: { ensureSpecificityListIsMutable(); specificityList_.add(input.readUInt32()); break; } case 66: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); while (input.getBytesUntilLimit() > 0) { addSpecificityList(input.readUInt32()); } input.popLimit(limit); break; } case 74: { ensureMediaListIsMutable(); mediaList_.add(input.readBytes()); break; } case 82: { com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRule.Builder subBuilder = com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRule.newBuilder(); input.readMessage(subBuilder, extensionRegistry); addRuleList(subBuilder.buildPartial()); break; } case 90: { bitField0_ |= 0x00000400; href_ = input.readBytes(); break; } case 96: { bitField0_ |= 0x00000800; importStylesheetID_ = input.readUInt32(); break; } case 104: { bitField0_ |= 0x00001000; pseudoClass_ = input.readUInt32(); break; } case 114: { bitField0_ |= 0x00002000; charset_ = input.readBytes(); break; } } } } private int bitField0_; // required uint32 type = 1; private int type_ ; public boolean hasType() { return ((bitField0_ & 0x00000001) == 0x00000001); } public int getType() { return type_; } public Builder setType(int value) { bitField0_ |= 0x00000001; type_ = value; onChanged(); return this; } public Builder clearType() { bitField0_ = (bitField0_ & ~0x00000001); type_ = 0; onChanged(); return this; } // required uint32 stylesheetID = 2; private int stylesheetID_ ; public boolean hasStylesheetID() { return ((bitField0_ & 0x00000002) == 0x00000002); } public int getStylesheetID() { return stylesheetID_; } public Builder setStylesheetID(int value) { bitField0_ |= 0x00000002; stylesheetID_ = value; onChanged(); return this; } public Builder clearStylesheetID() { bitField0_ = (bitField0_ & ~0x00000002); stylesheetID_ = 0; onChanged(); return this; } // required uint32 ruleID = 3; private int ruleID_ ; public boolean hasRuleID() { return ((bitField0_ & 0x00000004) == 0x00000004); } public int getRuleID() { return ruleID_; } public Builder setRuleID(int value) { bitField0_ |= 0x00000004; ruleID_ = value; onChanged(); return this; } public Builder clearRuleID() { bitField0_ = (bitField0_ & ~0x00000004); ruleID_ = 0; onChanged(); return this; } // repeated uint32 indexList = 4; private java.util.List<java.lang.Integer> indexList_ = java.util.Collections.emptyList();; private void ensureIndexListIsMutable() { if (!((bitField0_ & 0x00000008) == 0x00000008)) { indexList_ = new java.util.ArrayList<java.lang.Integer>(indexList_); bitField0_ |= 0x00000008; } } public java.util.List<java.lang.Integer> getIndexListList() { return java.util.Collections.unmodifiableList(indexList_); } public int getIndexListCount() { return indexList_.size(); } public int getIndexList(int index) { return indexList_.get(index); } public Builder setIndexList( int index, int value) { ensureIndexListIsMutable(); indexList_.set(index, value); onChanged(); return this; } public Builder addIndexList(int value) { ensureIndexListIsMutable(); indexList_.add(value); onChanged(); return this; } public Builder addAllIndexList( java.lang.Iterable<? extends java.lang.Integer> values) { ensureIndexListIsMutable(); super.addAll(values, indexList_); onChanged(); return this; } public Builder clearIndexList() { indexList_ = java.util.Collections.emptyList();; bitField0_ = (bitField0_ & ~0x00000008); onChanged(); return this; } // repeated string valueList = 5; private com.google.protobuf.LazyStringList valueList_ = com.google.protobuf.LazyStringArrayList.EMPTY; private void ensureValueListIsMutable() { if (!((bitField0_ & 0x00000010) == 0x00000010)) { valueList_ = new com.google.protobuf.LazyStringArrayList(valueList_); bitField0_ |= 0x00000010; } } public java.util.List<String> getValueListList() { return java.util.Collections.unmodifiableList(valueList_); } public int getValueListCount() { return valueList_.size(); } public String getValueList(int index) { return valueList_.get(index); } public Builder setValueList( int index, String value) { if (value == null) { throw new NullPointerException(); } ensureValueListIsMutable(); valueList_.set(index, value); onChanged(); return this; } public Builder addValueList(String value) { if (value == null) { throw new NullPointerException(); } ensureValueListIsMutable(); valueList_.add(value); onChanged(); return this; } public Builder addAllValueList( java.lang.Iterable<String> values) { ensureValueListIsMutable(); super.addAll(values, valueList_); onChanged(); return this; } public Builder clearValueList() { valueList_ = com.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000010); onChanged(); return this; } void addValueList(com.google.protobuf.ByteString value) { ensureValueListIsMutable(); valueList_.add(value); onChanged(); } // repeated bool priorityList = 6; private java.util.List<java.lang.Boolean> priorityList_ = java.util.Collections.emptyList();; private void ensurePriorityListIsMutable() { if (!((bitField0_ & 0x00000020) == 0x00000020)) { priorityList_ = new java.util.ArrayList<java.lang.Boolean>(priorityList_); bitField0_ |= 0x00000020; } } public java.util.List<java.lang.Boolean> getPriorityListList() { return java.util.Collections.unmodifiableList(priorityList_); } public int getPriorityListCount() { return priorityList_.size(); } public boolean getPriorityList(int index) { return priorityList_.get(index); } public Builder setPriorityList( int index, boolean value) { ensurePriorityListIsMutable(); priorityList_.set(index, value); onChanged(); return this; } public Builder addPriorityList(boolean value) { ensurePriorityListIsMutable(); priorityList_.add(value); onChanged(); return this; } public Builder addAllPriorityList( java.lang.Iterable<? extends java.lang.Boolean> values) { ensurePriorityListIsMutable(); super.addAll(values, priorityList_); onChanged(); return this; } public Builder clearPriorityList() { priorityList_ = java.util.Collections.emptyList();; bitField0_ = (bitField0_ & ~0x00000020); onChanged(); return this; } // repeated string selectorList = 7; private com.google.protobuf.LazyStringList selectorList_ = com.google.protobuf.LazyStringArrayList.EMPTY; private void ensureSelectorListIsMutable() { if (!((bitField0_ & 0x00000040) == 0x00000040)) { selectorList_ = new com.google.protobuf.LazyStringArrayList(selectorList_); bitField0_ |= 0x00000040; } } public java.util.List<String> getSelectorListList() { return java.util.Collections.unmodifiableList(selectorList_); } public int getSelectorListCount() { return selectorList_.size(); } public String getSelectorList(int index) { return selectorList_.get(index); } public Builder setSelectorList( int index, String value) { if (value == null) { throw new NullPointerException(); } ensureSelectorListIsMutable(); selectorList_.set(index, value); onChanged(); return this; } public Builder addSelectorList(String value) { if (value == null) { throw new NullPointerException(); } ensureSelectorListIsMutable(); selectorList_.add(value); onChanged(); return this; } public Builder addAllSelectorList( java.lang.Iterable<String> values) { ensureSelectorListIsMutable(); super.addAll(values, selectorList_); onChanged(); return this; } public Builder clearSelectorList() { selectorList_ = com.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000040); onChanged(); return this; } void addSelectorList(com.google.protobuf.ByteString value) { ensureSelectorListIsMutable(); selectorList_.add(value); onChanged(); } // repeated uint32 specificityList = 8; private java.util.List<java.lang.Integer> specificityList_ = java.util.Collections.emptyList();; private void ensureSpecificityListIsMutable() { if (!((bitField0_ & 0x00000080) == 0x00000080)) { specificityList_ = new java.util.ArrayList<java.lang.Integer>(specificityList_); bitField0_ |= 0x00000080; } } public java.util.List<java.lang.Integer> getSpecificityListList() { return java.util.Collections.unmodifiableList(specificityList_); } public int getSpecificityListCount() { return specificityList_.size(); } public int getSpecificityList(int index) { return specificityList_.get(index); } public Builder setSpecificityList( int index, int value) { ensureSpecificityListIsMutable(); specificityList_.set(index, value); onChanged(); return this; } public Builder addSpecificityList(int value) { ensureSpecificityListIsMutable(); specificityList_.add(value); onChanged(); return this; } public Builder addAllSpecificityList( java.lang.Iterable<? extends java.lang.Integer> values) { ensureSpecificityListIsMutable(); super.addAll(values, specificityList_); onChanged(); return this; } public Builder clearSpecificityList() { specificityList_ = java.util.Collections.emptyList();; bitField0_ = (bitField0_ & ~0x00000080); onChanged(); return this; } // repeated string mediaList = 9; private com.google.protobuf.LazyStringList mediaList_ = com.google.protobuf.LazyStringArrayList.EMPTY; private void ensureMediaListIsMutable() { if (!((bitField0_ & 0x00000100) == 0x00000100)) { mediaList_ = new com.google.protobuf.LazyStringArrayList(mediaList_); bitField0_ |= 0x00000100; } } public java.util.List<String> getMediaListList() { return java.util.Collections.unmodifiableList(mediaList_); } public int getMediaListCount() { return mediaList_.size(); } public String getMediaList(int index) { return mediaList_.get(index); } public Builder setMediaList( int index, String value) { if (value == null) { throw new NullPointerException(); } ensureMediaListIsMutable(); mediaList_.set(index, value); onChanged(); return this; } public Builder addMediaList(String value) { if (value == null) { throw new NullPointerException(); } ensureMediaListIsMutable(); mediaList_.add(value); onChanged(); return this; } public Builder addAllMediaList( java.lang.Iterable<String> values) { ensureMediaListIsMutable(); super.addAll(values, mediaList_); onChanged(); return this; } public Builder clearMediaList() { mediaList_ = com.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000100); onChanged(); return this; } void addMediaList(com.google.protobuf.ByteString value) { ensureMediaListIsMutable(); mediaList_.add(value); onChanged(); } // repeated .scope.debugger.CssStylesheetRules.StylesheetRule ruleList = 10; private java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRule> ruleList_ = java.util.Collections.emptyList(); private void ensureRuleListIsMutable() { if (!((bitField0_ & 0x00000200) == 0x00000200)) { ruleList_ = new java.util.ArrayList<com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRule>(ruleList_); bitField0_ |= 0x00000200; } } private com.google.protobuf.RepeatedFieldBuilder< com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRule, com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRule.Builder, com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRuleOrBuilder> ruleListBuilder_; public java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRule> getRuleListList() { if (ruleListBuilder_ == null) { return java.util.Collections.unmodifiableList(ruleList_); } else { return ruleListBuilder_.getMessageList(); } } public int getRuleListCount() { if (ruleListBuilder_ == null) { return ruleList_.size(); } else { return ruleListBuilder_.getCount(); } } public com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRule getRuleList(int index) { if (ruleListBuilder_ == null) { return ruleList_.get(index); } else { return ruleListBuilder_.getMessage(index); } } public Builder setRuleList( int index, com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRule value) { if (ruleListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureRuleListIsMutable(); ruleList_.set(index, value); onChanged(); } else { ruleListBuilder_.setMessage(index, value); } return this; } public Builder setRuleList( int index, com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRule.Builder builderForValue) { if (ruleListBuilder_ == null) { ensureRuleListIsMutable(); ruleList_.set(index, builderForValue.build()); onChanged(); } else { ruleListBuilder_.setMessage(index, builderForValue.build()); } return this; } public Builder addRuleList(com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRule value) { if (ruleListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureRuleListIsMutable(); ruleList_.add(value); onChanged(); } else { ruleListBuilder_.addMessage(value); } return this; } public Builder addRuleList( int index, com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRule value) { if (ruleListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureRuleListIsMutable(); ruleList_.add(index, value); onChanged(); } else { ruleListBuilder_.addMessage(index, value); } return this; } public Builder addRuleList( com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRule.Builder builderForValue) { if (ruleListBuilder_ == null) { ensureRuleListIsMutable(); ruleList_.add(builderForValue.build()); onChanged(); } else { ruleListBuilder_.addMessage(builderForValue.build()); } return this; } public Builder addRuleList( int index, com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRule.Builder builderForValue) { if (ruleListBuilder_ == null) { ensureRuleListIsMutable(); ruleList_.add(index, builderForValue.build()); onChanged(); } else { ruleListBuilder_.addMessage(index, builderForValue.build()); } return this; } public Builder addAllRuleList( java.lang.Iterable<? extends com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRule> values) { if (ruleListBuilder_ == null) { ensureRuleListIsMutable(); super.addAll(values, ruleList_); onChanged(); } else { ruleListBuilder_.addAllMessages(values); } return this; } public Builder clearRuleList() { if (ruleListBuilder_ == null) { ruleList_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000200); onChanged(); } else { ruleListBuilder_.clear(); } return this; } public Builder removeRuleList(int index) { if (ruleListBuilder_ == null) { ensureRuleListIsMutable(); ruleList_.remove(index); onChanged(); } else { ruleListBuilder_.remove(index); } return this; } public com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRule.Builder getRuleListBuilder( int index) { return getRuleListFieldBuilder().getBuilder(index); } public com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRuleOrBuilder getRuleListOrBuilder( int index) { if (ruleListBuilder_ == null) { return ruleList_.get(index); } else { return ruleListBuilder_.getMessageOrBuilder(index); } } public java.util.List<? extends com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRuleOrBuilder> getRuleListOrBuilderList() { if (ruleListBuilder_ != null) { return ruleListBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(ruleList_); } } public com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRule.Builder addRuleListBuilder() { return getRuleListFieldBuilder().addBuilder( com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRule.getDefaultInstance()); } public com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRule.Builder addRuleListBuilder( int index) { return getRuleListFieldBuilder().addBuilder( index, com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRule.getDefaultInstance()); } public java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRule.Builder> getRuleListBuilderList() { return getRuleListFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilder< com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRule, com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRule.Builder, com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRuleOrBuilder> getRuleListFieldBuilder() { if (ruleListBuilder_ == null) { ruleListBuilder_ = new com.google.protobuf.RepeatedFieldBuilder< com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRule, com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRule.Builder, com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRuleOrBuilder>( ruleList_, ((bitField0_ & 0x00000200) == 0x00000200), getParentForChildren(), isClean()); ruleList_ = null; } return ruleListBuilder_; } // optional string href = 11; private java.lang.Object href_ = ""; public boolean hasHref() { return ((bitField0_ & 0x00000400) == 0x00000400); } public String getHref() { java.lang.Object ref = href_; if (!(ref instanceof String)) { String s = ((com.google.protobuf.ByteString) ref).toStringUtf8(); href_ = s; return s; } else { return (String) ref; } } public Builder setHref(String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000400; href_ = value; onChanged(); return this; } public Builder clearHref() { bitField0_ = (bitField0_ & ~0x00000400); href_ = getDefaultInstance().getHref(); onChanged(); return this; } void setHref(com.google.protobuf.ByteString value) { bitField0_ |= 0x00000400; href_ = value; onChanged(); } // optional uint32 importStylesheetID = 12; private int importStylesheetID_ ; public boolean hasImportStylesheetID() { return ((bitField0_ & 0x00000800) == 0x00000800); } public int getImportStylesheetID() { return importStylesheetID_; } public Builder setImportStylesheetID(int value) { bitField0_ |= 0x00000800; importStylesheetID_ = value; onChanged(); return this; } public Builder clearImportStylesheetID() { bitField0_ = (bitField0_ & ~0x00000800); importStylesheetID_ = 0; onChanged(); return this; } // optional uint32 pseudoClass = 13; private int pseudoClass_ ; public boolean hasPseudoClass() { return ((bitField0_ & 0x00001000) == 0x00001000); } public int getPseudoClass() { return pseudoClass_; } public Builder setPseudoClass(int value) { bitField0_ |= 0x00001000; pseudoClass_ = value; onChanged(); return this; } public Builder clearPseudoClass() { bitField0_ = (bitField0_ & ~0x00001000); pseudoClass_ = 0; onChanged(); return this; } // optional string charset = 14; private java.lang.Object charset_ = ""; public boolean hasCharset() { return ((bitField0_ & 0x00002000) == 0x00002000); } public String getCharset() { java.lang.Object ref = charset_; if (!(ref instanceof String)) { String s = ((com.google.protobuf.ByteString) ref).toStringUtf8(); charset_ = s; return s; } else { return (String) ref; } } public Builder setCharset(String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00002000; charset_ = value; onChanged(); return this; } public Builder clearCharset() { bitField0_ = (bitField0_ & ~0x00002000); charset_ = getDefaultInstance().getCharset(); onChanged(); return this; } void setCharset(com.google.protobuf.ByteString value) { bitField0_ |= 0x00002000; charset_ = value; onChanged(); } // @@protoc_insertion_point(builder_scope:scope.debugger.CssStylesheetRules.StylesheetRule) } static { defaultInstance = new StylesheetRule(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.CssStylesheetRules.StylesheetRule) } // repeated .scope.debugger.CssStylesheetRules.StylesheetRule ruleList = 1; public static final int RULELIST_FIELD_NUMBER = 1; private java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRule> ruleList_; public java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRule> getRuleListList() { return ruleList_; } public java.util.List<? extends com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRuleOrBuilder> getRuleListOrBuilderList() { return ruleList_; } public int getRuleListCount() { return ruleList_.size(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRule getRuleList(int index) { return ruleList_.get(index); } public com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRuleOrBuilder getRuleListOrBuilder( int index) { return ruleList_.get(index); } private void initFields() { ruleList_ = java.util.Collections.emptyList(); } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized != -1) return isInitialized == 1; for (int i = 0; i < getRuleListCount(); i++) { if (!getRuleList(i).isInitialized()) { memoizedIsInitialized = 0; return false; } } memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); for (int i = 0; i < ruleList_.size(); i++) { output.writeMessage(1, ruleList_.get(i)); } getUnknownFields().writeTo(output); } private int memoizedSerializedSize = -1; public int getSerializedSize() { int size = memoizedSerializedSize; if (size != -1) return size; size = 0; for (int i = 0; i < ruleList_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, ruleList_.get(i)); } size += getUnknownFields().getSerializedSize(); memoizedSerializedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override protected java.lang.Object writeReplace() throws java.io.ObjectStreamException { return super.writeReplace(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input, extensionRegistry)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static Builder newBuilder() { return Builder.create(); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder(com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules prototype) { return newBuilder().mergeFrom(prototype); } public Builder toBuilder() { return newBuilder(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder<Builder> implements com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRulesOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_CssStylesheetRules_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_CssStylesheetRules_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder(BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getRuleListFieldBuilder(); } } private static Builder create() { return new Builder(); } public Builder clear() { super.clear(); if (ruleListBuilder_ == null) { ruleList_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); } else { ruleListBuilder_.clear(); } return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.getDescriptor(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.getDefaultInstance(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules build() { com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules buildPartial() { com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules result = new com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules(this); int from_bitField0_ = bitField0_; if (ruleListBuilder_ == null) { if (((bitField0_ & 0x00000001) == 0x00000001)) { ruleList_ = java.util.Collections.unmodifiableList(ruleList_); bitField0_ = (bitField0_ & ~0x00000001); } result.ruleList_ = ruleList_; } else { result.ruleList_ = ruleListBuilder_.build(); } onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules) { return mergeFrom((com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules other) { if (other == com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.getDefaultInstance()) return this; if (ruleListBuilder_ == null) { if (!other.ruleList_.isEmpty()) { if (ruleList_.isEmpty()) { ruleList_ = other.ruleList_; bitField0_ = (bitField0_ & ~0x00000001); } else { ensureRuleListIsMutable(); ruleList_.addAll(other.ruleList_); } onChanged(); } } else { if (!other.ruleList_.isEmpty()) { if (ruleListBuilder_.isEmpty()) { ruleListBuilder_.dispose(); ruleListBuilder_ = null; ruleList_ = other.ruleList_; bitField0_ = (bitField0_ & ~0x00000001); ruleListBuilder_ = com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? getRuleListFieldBuilder() : null; } else { ruleListBuilder_.addAllMessages(other.ruleList_); } } } this.mergeUnknownFields(other.getUnknownFields()); return this; } public final boolean isInitialized() { for (int i = 0; i < getRuleListCount(); i++) { if (!getRuleList(i).isInitialized()) { return false; } } return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder( this.getUnknownFields()); while (true) { int tag = input.readTag(); switch (tag) { case 0: this.setUnknownFields(unknownFields.build()); onChanged(); return this; default: { if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { this.setUnknownFields(unknownFields.build()); onChanged(); return this; } break; } case 10: { com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRule.Builder subBuilder = com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRule.newBuilder(); input.readMessage(subBuilder, extensionRegistry); addRuleList(subBuilder.buildPartial()); break; } } } } private int bitField0_; // repeated .scope.debugger.CssStylesheetRules.StylesheetRule ruleList = 1; private java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRule> ruleList_ = java.util.Collections.emptyList(); private void ensureRuleListIsMutable() { if (!((bitField0_ & 0x00000001) == 0x00000001)) { ruleList_ = new java.util.ArrayList<com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRule>(ruleList_); bitField0_ |= 0x00000001; } } private com.google.protobuf.RepeatedFieldBuilder< com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRule, com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRule.Builder, com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRuleOrBuilder> ruleListBuilder_; public java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRule> getRuleListList() { if (ruleListBuilder_ == null) { return java.util.Collections.unmodifiableList(ruleList_); } else { return ruleListBuilder_.getMessageList(); } } public int getRuleListCount() { if (ruleListBuilder_ == null) { return ruleList_.size(); } else { return ruleListBuilder_.getCount(); } } public com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRule getRuleList(int index) { if (ruleListBuilder_ == null) { return ruleList_.get(index); } else { return ruleListBuilder_.getMessage(index); } } public Builder setRuleList( int index, com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRule value) { if (ruleListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureRuleListIsMutable(); ruleList_.set(index, value); onChanged(); } else { ruleListBuilder_.setMessage(index, value); } return this; } public Builder setRuleList( int index, com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRule.Builder builderForValue) { if (ruleListBuilder_ == null) { ensureRuleListIsMutable(); ruleList_.set(index, builderForValue.build()); onChanged(); } else { ruleListBuilder_.setMessage(index, builderForValue.build()); } return this; } public Builder addRuleList(com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRule value) { if (ruleListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureRuleListIsMutable(); ruleList_.add(value); onChanged(); } else { ruleListBuilder_.addMessage(value); } return this; } public Builder addRuleList( int index, com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRule value) { if (ruleListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureRuleListIsMutable(); ruleList_.add(index, value); onChanged(); } else { ruleListBuilder_.addMessage(index, value); } return this; } public Builder addRuleList( com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRule.Builder builderForValue) { if (ruleListBuilder_ == null) { ensureRuleListIsMutable(); ruleList_.add(builderForValue.build()); onChanged(); } else { ruleListBuilder_.addMessage(builderForValue.build()); } return this; } public Builder addRuleList( int index, com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRule.Builder builderForValue) { if (ruleListBuilder_ == null) { ensureRuleListIsMutable(); ruleList_.add(index, builderForValue.build()); onChanged(); } else { ruleListBuilder_.addMessage(index, builderForValue.build()); } return this; } public Builder addAllRuleList( java.lang.Iterable<? extends com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRule> values) { if (ruleListBuilder_ == null) { ensureRuleListIsMutable(); super.addAll(values, ruleList_); onChanged(); } else { ruleListBuilder_.addAllMessages(values); } return this; } public Builder clearRuleList() { if (ruleListBuilder_ == null) { ruleList_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); } else { ruleListBuilder_.clear(); } return this; } public Builder removeRuleList(int index) { if (ruleListBuilder_ == null) { ensureRuleListIsMutable(); ruleList_.remove(index); onChanged(); } else { ruleListBuilder_.remove(index); } return this; } public com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRule.Builder getRuleListBuilder( int index) { return getRuleListFieldBuilder().getBuilder(index); } public com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRuleOrBuilder getRuleListOrBuilder( int index) { if (ruleListBuilder_ == null) { return ruleList_.get(index); } else { return ruleListBuilder_.getMessageOrBuilder(index); } } public java.util.List<? extends com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRuleOrBuilder> getRuleListOrBuilderList() { if (ruleListBuilder_ != null) { return ruleListBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(ruleList_); } } public com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRule.Builder addRuleListBuilder() { return getRuleListFieldBuilder().addBuilder( com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRule.getDefaultInstance()); } public com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRule.Builder addRuleListBuilder( int index) { return getRuleListFieldBuilder().addBuilder( index, com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRule.getDefaultInstance()); } public java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRule.Builder> getRuleListBuilderList() { return getRuleListFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilder< com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRule, com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRule.Builder, com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRuleOrBuilder> getRuleListFieldBuilder() { if (ruleListBuilder_ == null) { ruleListBuilder_ = new com.google.protobuf.RepeatedFieldBuilder< com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRule, com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRule.Builder, com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRuleOrBuilder>( ruleList_, ((bitField0_ & 0x00000001) == 0x00000001), getParentForChildren(), isClean()); ruleList_ = null; } return ruleListBuilder_; } // @@protoc_insertion_point(builder_scope:scope.debugger.CssStylesheetRules) } static { defaultInstance = new CssStylesheetRules(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.CssStylesheetRules) } public interface EvalDataOrBuilder extends com.google.protobuf.MessageOrBuilder { // required uint32 runtimeID = 1; boolean hasRuntimeID(); int getRuntimeID(); // required uint32 threadID = 2; boolean hasThreadID(); int getThreadID(); // required uint32 frameIndex = 3; boolean hasFrameIndex(); int getFrameIndex(); // required string scriptData = 4; boolean hasScriptData(); String getScriptData(); // repeated .scope.debugger.EvalData.Variable variableList = 5; java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.EvalData.Variable> getVariableListList(); com.opera.core.systems.scope.protos.Esdbg6Protos.EvalData.Variable getVariableList(int index); int getVariableListCount(); java.util.List<? extends com.opera.core.systems.scope.protos.Esdbg6Protos.EvalData.VariableOrBuilder> getVariableListOrBuilderList(); com.opera.core.systems.scope.protos.Esdbg6Protos.EvalData.VariableOrBuilder getVariableListOrBuilder( int index); } public static final class EvalData extends com.google.protobuf.GeneratedMessage implements EvalDataOrBuilder { // Use EvalData.newBuilder() to construct. private EvalData(Builder builder) { super(builder); } private EvalData(boolean noInit) {} private static final EvalData defaultInstance; public static EvalData getDefaultInstance() { return defaultInstance; } public EvalData getDefaultInstanceForType() { return defaultInstance; } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_EvalData_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_EvalData_fieldAccessorTable; } public interface VariableOrBuilder extends com.google.protobuf.MessageOrBuilder { // required string name = 1; boolean hasName(); String getName(); // required uint32 objectID = 2; boolean hasObjectID(); int getObjectID(); } public static final class Variable extends com.google.protobuf.GeneratedMessage implements VariableOrBuilder { // Use Variable.newBuilder() to construct. private Variable(Builder builder) { super(builder); } private Variable(boolean noInit) {} private static final Variable defaultInstance; public static Variable getDefaultInstance() { return defaultInstance; } public Variable getDefaultInstanceForType() { return defaultInstance; } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_EvalData_Variable_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_EvalData_Variable_fieldAccessorTable; } private int bitField0_; // required string name = 1; public static final int NAME_FIELD_NUMBER = 1; private java.lang.Object name_; public boolean hasName() { return ((bitField0_ & 0x00000001) == 0x00000001); } public String getName() { java.lang.Object ref = name_; if (ref instanceof String) { return (String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; String s = bs.toStringUtf8(); if (com.google.protobuf.Internal.isValidUtf8(bs)) { name_ = s; } return s; } } private com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((String) ref); name_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } // required uint32 objectID = 2; public static final int OBJECTID_FIELD_NUMBER = 2; private int objectID_; public boolean hasObjectID() { return ((bitField0_ & 0x00000002) == 0x00000002); } public int getObjectID() { return objectID_; } private void initFields() { name_ = ""; objectID_ = 0; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized != -1) return isInitialized == 1; if (!hasName()) { memoizedIsInitialized = 0; return false; } if (!hasObjectID()) { memoizedIsInitialized = 0; return false; } memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { output.writeBytes(1, getNameBytes()); } if (((bitField0_ & 0x00000002) == 0x00000002)) { output.writeUInt32(2, objectID_); } getUnknownFields().writeTo(output); } private int memoizedSerializedSize = -1; public int getSerializedSize() { int size = memoizedSerializedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(1, getNameBytes()); } if (((bitField0_ & 0x00000002) == 0x00000002)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(2, objectID_); } size += getUnknownFields().getSerializedSize(); memoizedSerializedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override protected java.lang.Object writeReplace() throws java.io.ObjectStreamException { return super.writeReplace(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.EvalData.Variable parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.EvalData.Variable parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.EvalData.Variable parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.EvalData.Variable parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.EvalData.Variable parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.EvalData.Variable parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.EvalData.Variable parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.EvalData.Variable parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input, extensionRegistry)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.EvalData.Variable parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.EvalData.Variable parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static Builder newBuilder() { return Builder.create(); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder(com.opera.core.systems.scope.protos.Esdbg6Protos.EvalData.Variable prototype) { return newBuilder().mergeFrom(prototype); } public Builder toBuilder() { return newBuilder(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder<Builder> implements com.opera.core.systems.scope.protos.Esdbg6Protos.EvalData.VariableOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_EvalData_Variable_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_EvalData_Variable_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.Esdbg6Protos.EvalData.Variable.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder(BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } private static Builder create() { return new Builder(); } public Builder clear() { super.clear(); name_ = ""; bitField0_ = (bitField0_ & ~0x00000001); objectID_ = 0; bitField0_ = (bitField0_ & ~0x00000002); return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.EvalData.Variable.getDescriptor(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.EvalData.Variable getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.EvalData.Variable.getDefaultInstance(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.EvalData.Variable build() { com.opera.core.systems.scope.protos.Esdbg6Protos.EvalData.Variable result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.Esdbg6Protos.EvalData.Variable buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.Esdbg6Protos.EvalData.Variable result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.Esdbg6Protos.EvalData.Variable buildPartial() { com.opera.core.systems.scope.protos.Esdbg6Protos.EvalData.Variable result = new com.opera.core.systems.scope.protos.Esdbg6Protos.EvalData.Variable(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } result.name_ = name_; if (((from_bitField0_ & 0x00000002) == 0x00000002)) { to_bitField0_ |= 0x00000002; } result.objectID_ = objectID_; result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.opera.core.systems.scope.protos.Esdbg6Protos.EvalData.Variable) { return mergeFrom((com.opera.core.systems.scope.protos.Esdbg6Protos.EvalData.Variable)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.Esdbg6Protos.EvalData.Variable other) { if (other == com.opera.core.systems.scope.protos.Esdbg6Protos.EvalData.Variable.getDefaultInstance()) return this; if (other.hasName()) { setName(other.getName()); } if (other.hasObjectID()) { setObjectID(other.getObjectID()); } this.mergeUnknownFields(other.getUnknownFields()); return this; } public final boolean isInitialized() { if (!hasName()) { return false; } if (!hasObjectID()) { return false; } return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder( this.getUnknownFields()); while (true) { int tag = input.readTag(); switch (tag) { case 0: this.setUnknownFields(unknownFields.build()); onChanged(); return this; default: { if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { this.setUnknownFields(unknownFields.build()); onChanged(); return this; } break; } case 10: { bitField0_ |= 0x00000001; name_ = input.readBytes(); break; } case 16: { bitField0_ |= 0x00000002; objectID_ = input.readUInt32(); break; } } } } private int bitField0_; // required string name = 1; private java.lang.Object name_ = ""; public boolean hasName() { return ((bitField0_ & 0x00000001) == 0x00000001); } public String getName() { java.lang.Object ref = name_; if (!(ref instanceof String)) { String s = ((com.google.protobuf.ByteString) ref).toStringUtf8(); name_ = s; return s; } else { return (String) ref; } } public Builder setName(String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000001; name_ = value; onChanged(); return this; } public Builder clearName() { bitField0_ = (bitField0_ & ~0x00000001); name_ = getDefaultInstance().getName(); onChanged(); return this; } void setName(com.google.protobuf.ByteString value) { bitField0_ |= 0x00000001; name_ = value; onChanged(); } // required uint32 objectID = 2; private int objectID_ ; public boolean hasObjectID() { return ((bitField0_ & 0x00000002) == 0x00000002); } public int getObjectID() { return objectID_; } public Builder setObjectID(int value) { bitField0_ |= 0x00000002; objectID_ = value; onChanged(); return this; } public Builder clearObjectID() { bitField0_ = (bitField0_ & ~0x00000002); objectID_ = 0; onChanged(); return this; } // @@protoc_insertion_point(builder_scope:scope.debugger.EvalData.Variable) } static { defaultInstance = new Variable(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.EvalData.Variable) } private int bitField0_; // required uint32 runtimeID = 1; public static final int RUNTIMEID_FIELD_NUMBER = 1; private int runtimeID_; public boolean hasRuntimeID() { return ((bitField0_ & 0x00000001) == 0x00000001); } public int getRuntimeID() { return runtimeID_; } // required uint32 threadID = 2; public static final int THREADID_FIELD_NUMBER = 2; private int threadID_; public boolean hasThreadID() { return ((bitField0_ & 0x00000002) == 0x00000002); } public int getThreadID() { return threadID_; } // required uint32 frameIndex = 3; public static final int FRAMEINDEX_FIELD_NUMBER = 3; private int frameIndex_; public boolean hasFrameIndex() { return ((bitField0_ & 0x00000004) == 0x00000004); } public int getFrameIndex() { return frameIndex_; } // required string scriptData = 4; public static final int SCRIPTDATA_FIELD_NUMBER = 4; private java.lang.Object scriptData_; public boolean hasScriptData() { return ((bitField0_ & 0x00000008) == 0x00000008); } public String getScriptData() { java.lang.Object ref = scriptData_; if (ref instanceof String) { return (String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; String s = bs.toStringUtf8(); if (com.google.protobuf.Internal.isValidUtf8(bs)) { scriptData_ = s; } return s; } } private com.google.protobuf.ByteString getScriptDataBytes() { java.lang.Object ref = scriptData_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((String) ref); scriptData_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } // repeated .scope.debugger.EvalData.Variable variableList = 5; public static final int VARIABLELIST_FIELD_NUMBER = 5; private java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.EvalData.Variable> variableList_; public java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.EvalData.Variable> getVariableListList() { return variableList_; } public java.util.List<? extends com.opera.core.systems.scope.protos.Esdbg6Protos.EvalData.VariableOrBuilder> getVariableListOrBuilderList() { return variableList_; } public int getVariableListCount() { return variableList_.size(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.EvalData.Variable getVariableList(int index) { return variableList_.get(index); } public com.opera.core.systems.scope.protos.Esdbg6Protos.EvalData.VariableOrBuilder getVariableListOrBuilder( int index) { return variableList_.get(index); } private void initFields() { runtimeID_ = 0; threadID_ = 0; frameIndex_ = 0; scriptData_ = ""; variableList_ = java.util.Collections.emptyList(); } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized != -1) return isInitialized == 1; if (!hasRuntimeID()) { memoizedIsInitialized = 0; return false; } if (!hasThreadID()) { memoizedIsInitialized = 0; return false; } if (!hasFrameIndex()) { memoizedIsInitialized = 0; return false; } if (!hasScriptData()) { memoizedIsInitialized = 0; return false; } for (int i = 0; i < getVariableListCount(); i++) { if (!getVariableList(i).isInitialized()) { memoizedIsInitialized = 0; return false; } } memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { output.writeUInt32(1, runtimeID_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { output.writeUInt32(2, threadID_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { output.writeUInt32(3, frameIndex_); } if (((bitField0_ & 0x00000008) == 0x00000008)) { output.writeBytes(4, getScriptDataBytes()); } for (int i = 0; i < variableList_.size(); i++) { output.writeMessage(5, variableList_.get(i)); } getUnknownFields().writeTo(output); } private int memoizedSerializedSize = -1; public int getSerializedSize() { int size = memoizedSerializedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(1, runtimeID_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(2, threadID_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(3, frameIndex_); } if (((bitField0_ & 0x00000008) == 0x00000008)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(4, getScriptDataBytes()); } for (int i = 0; i < variableList_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(5, variableList_.get(i)); } size += getUnknownFields().getSerializedSize(); memoizedSerializedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override protected java.lang.Object writeReplace() throws java.io.ObjectStreamException { return super.writeReplace(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.EvalData parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.EvalData parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.EvalData parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.EvalData parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.EvalData parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.EvalData parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.EvalData parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.EvalData parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input, extensionRegistry)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.EvalData parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.EvalData parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static Builder newBuilder() { return Builder.create(); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder(com.opera.core.systems.scope.protos.Esdbg6Protos.EvalData prototype) { return newBuilder().mergeFrom(prototype); } public Builder toBuilder() { return newBuilder(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder<Builder> implements com.opera.core.systems.scope.protos.Esdbg6Protos.EvalDataOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_EvalData_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_EvalData_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.Esdbg6Protos.EvalData.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder(BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getVariableListFieldBuilder(); } } private static Builder create() { return new Builder(); } public Builder clear() { super.clear(); runtimeID_ = 0; bitField0_ = (bitField0_ & ~0x00000001); threadID_ = 0; bitField0_ = (bitField0_ & ~0x00000002); frameIndex_ = 0; bitField0_ = (bitField0_ & ~0x00000004); scriptData_ = ""; bitField0_ = (bitField0_ & ~0x00000008); if (variableListBuilder_ == null) { variableList_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000010); } else { variableListBuilder_.clear(); } return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.EvalData.getDescriptor(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.EvalData getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.EvalData.getDefaultInstance(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.EvalData build() { com.opera.core.systems.scope.protos.Esdbg6Protos.EvalData result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.Esdbg6Protos.EvalData buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.Esdbg6Protos.EvalData result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.Esdbg6Protos.EvalData buildPartial() { com.opera.core.systems.scope.protos.Esdbg6Protos.EvalData result = new com.opera.core.systems.scope.protos.Esdbg6Protos.EvalData(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } result.runtimeID_ = runtimeID_; if (((from_bitField0_ & 0x00000002) == 0x00000002)) { to_bitField0_ |= 0x00000002; } result.threadID_ = threadID_; if (((from_bitField0_ & 0x00000004) == 0x00000004)) { to_bitField0_ |= 0x00000004; } result.frameIndex_ = frameIndex_; if (((from_bitField0_ & 0x00000008) == 0x00000008)) { to_bitField0_ |= 0x00000008; } result.scriptData_ = scriptData_; if (variableListBuilder_ == null) { if (((bitField0_ & 0x00000010) == 0x00000010)) { variableList_ = java.util.Collections.unmodifiableList(variableList_); bitField0_ = (bitField0_ & ~0x00000010); } result.variableList_ = variableList_; } else { result.variableList_ = variableListBuilder_.build(); } result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.opera.core.systems.scope.protos.Esdbg6Protos.EvalData) { return mergeFrom((com.opera.core.systems.scope.protos.Esdbg6Protos.EvalData)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.Esdbg6Protos.EvalData other) { if (other == com.opera.core.systems.scope.protos.Esdbg6Protos.EvalData.getDefaultInstance()) return this; if (other.hasRuntimeID()) { setRuntimeID(other.getRuntimeID()); } if (other.hasThreadID()) { setThreadID(other.getThreadID()); } if (other.hasFrameIndex()) { setFrameIndex(other.getFrameIndex()); } if (other.hasScriptData()) { setScriptData(other.getScriptData()); } if (variableListBuilder_ == null) { if (!other.variableList_.isEmpty()) { if (variableList_.isEmpty()) { variableList_ = other.variableList_; bitField0_ = (bitField0_ & ~0x00000010); } else { ensureVariableListIsMutable(); variableList_.addAll(other.variableList_); } onChanged(); } } else { if (!other.variableList_.isEmpty()) { if (variableListBuilder_.isEmpty()) { variableListBuilder_.dispose(); variableListBuilder_ = null; variableList_ = other.variableList_; bitField0_ = (bitField0_ & ~0x00000010); variableListBuilder_ = com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? getVariableListFieldBuilder() : null; } else { variableListBuilder_.addAllMessages(other.variableList_); } } } this.mergeUnknownFields(other.getUnknownFields()); return this; } public final boolean isInitialized() { if (!hasRuntimeID()) { return false; } if (!hasThreadID()) { return false; } if (!hasFrameIndex()) { return false; } if (!hasScriptData()) { return false; } for (int i = 0; i < getVariableListCount(); i++) { if (!getVariableList(i).isInitialized()) { return false; } } return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder( this.getUnknownFields()); while (true) { int tag = input.readTag(); switch (tag) { case 0: this.setUnknownFields(unknownFields.build()); onChanged(); return this; default: { if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { this.setUnknownFields(unknownFields.build()); onChanged(); return this; } break; } case 8: { bitField0_ |= 0x00000001; runtimeID_ = input.readUInt32(); break; } case 16: { bitField0_ |= 0x00000002; threadID_ = input.readUInt32(); break; } case 24: { bitField0_ |= 0x00000004; frameIndex_ = input.readUInt32(); break; } case 34: { bitField0_ |= 0x00000008; scriptData_ = input.readBytes(); break; } case 42: { com.opera.core.systems.scope.protos.Esdbg6Protos.EvalData.Variable.Builder subBuilder = com.opera.core.systems.scope.protos.Esdbg6Protos.EvalData.Variable.newBuilder(); input.readMessage(subBuilder, extensionRegistry); addVariableList(subBuilder.buildPartial()); break; } } } } private int bitField0_; // required uint32 runtimeID = 1; private int runtimeID_ ; public boolean hasRuntimeID() { return ((bitField0_ & 0x00000001) == 0x00000001); } public int getRuntimeID() { return runtimeID_; } public Builder setRuntimeID(int value) { bitField0_ |= 0x00000001; runtimeID_ = value; onChanged(); return this; } public Builder clearRuntimeID() { bitField0_ = (bitField0_ & ~0x00000001); runtimeID_ = 0; onChanged(); return this; } // required uint32 threadID = 2; private int threadID_ ; public boolean hasThreadID() { return ((bitField0_ & 0x00000002) == 0x00000002); } public int getThreadID() { return threadID_; } public Builder setThreadID(int value) { bitField0_ |= 0x00000002; threadID_ = value; onChanged(); return this; } public Builder clearThreadID() { bitField0_ = (bitField0_ & ~0x00000002); threadID_ = 0; onChanged(); return this; } // required uint32 frameIndex = 3; private int frameIndex_ ; public boolean hasFrameIndex() { return ((bitField0_ & 0x00000004) == 0x00000004); } public int getFrameIndex() { return frameIndex_; } public Builder setFrameIndex(int value) { bitField0_ |= 0x00000004; frameIndex_ = value; onChanged(); return this; } public Builder clearFrameIndex() { bitField0_ = (bitField0_ & ~0x00000004); frameIndex_ = 0; onChanged(); return this; } // required string scriptData = 4; private java.lang.Object scriptData_ = ""; public boolean hasScriptData() { return ((bitField0_ & 0x00000008) == 0x00000008); } public String getScriptData() { java.lang.Object ref = scriptData_; if (!(ref instanceof String)) { String s = ((com.google.protobuf.ByteString) ref).toStringUtf8(); scriptData_ = s; return s; } else { return (String) ref; } } public Builder setScriptData(String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000008; scriptData_ = value; onChanged(); return this; } public Builder clearScriptData() { bitField0_ = (bitField0_ & ~0x00000008); scriptData_ = getDefaultInstance().getScriptData(); onChanged(); return this; } void setScriptData(com.google.protobuf.ByteString value) { bitField0_ |= 0x00000008; scriptData_ = value; onChanged(); } // repeated .scope.debugger.EvalData.Variable variableList = 5; private java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.EvalData.Variable> variableList_ = java.util.Collections.emptyList(); private void ensureVariableListIsMutable() { if (!((bitField0_ & 0x00000010) == 0x00000010)) { variableList_ = new java.util.ArrayList<com.opera.core.systems.scope.protos.Esdbg6Protos.EvalData.Variable>(variableList_); bitField0_ |= 0x00000010; } } private com.google.protobuf.RepeatedFieldBuilder< com.opera.core.systems.scope.protos.Esdbg6Protos.EvalData.Variable, com.opera.core.systems.scope.protos.Esdbg6Protos.EvalData.Variable.Builder, com.opera.core.systems.scope.protos.Esdbg6Protos.EvalData.VariableOrBuilder> variableListBuilder_; public java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.EvalData.Variable> getVariableListList() { if (variableListBuilder_ == null) { return java.util.Collections.unmodifiableList(variableList_); } else { return variableListBuilder_.getMessageList(); } } public int getVariableListCount() { if (variableListBuilder_ == null) { return variableList_.size(); } else { return variableListBuilder_.getCount(); } } public com.opera.core.systems.scope.protos.Esdbg6Protos.EvalData.Variable getVariableList(int index) { if (variableListBuilder_ == null) { return variableList_.get(index); } else { return variableListBuilder_.getMessage(index); } } public Builder setVariableList( int index, com.opera.core.systems.scope.protos.Esdbg6Protos.EvalData.Variable value) { if (variableListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureVariableListIsMutable(); variableList_.set(index, value); onChanged(); } else { variableListBuilder_.setMessage(index, value); } return this; } public Builder setVariableList( int index, com.opera.core.systems.scope.protos.Esdbg6Protos.EvalData.Variable.Builder builderForValue) { if (variableListBuilder_ == null) { ensureVariableListIsMutable(); variableList_.set(index, builderForValue.build()); onChanged(); } else { variableListBuilder_.setMessage(index, builderForValue.build()); } return this; } public Builder addVariableList(com.opera.core.systems.scope.protos.Esdbg6Protos.EvalData.Variable value) { if (variableListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureVariableListIsMutable(); variableList_.add(value); onChanged(); } else { variableListBuilder_.addMessage(value); } return this; } public Builder addVariableList( int index, com.opera.core.systems.scope.protos.Esdbg6Protos.EvalData.Variable value) { if (variableListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureVariableListIsMutable(); variableList_.add(index, value); onChanged(); } else { variableListBuilder_.addMessage(index, value); } return this; } public Builder addVariableList( com.opera.core.systems.scope.protos.Esdbg6Protos.EvalData.Variable.Builder builderForValue) { if (variableListBuilder_ == null) { ensureVariableListIsMutable(); variableList_.add(builderForValue.build()); onChanged(); } else { variableListBuilder_.addMessage(builderForValue.build()); } return this; } public Builder addVariableList( int index, com.opera.core.systems.scope.protos.Esdbg6Protos.EvalData.Variable.Builder builderForValue) { if (variableListBuilder_ == null) { ensureVariableListIsMutable(); variableList_.add(index, builderForValue.build()); onChanged(); } else { variableListBuilder_.addMessage(index, builderForValue.build()); } return this; } public Builder addAllVariableList( java.lang.Iterable<? extends com.opera.core.systems.scope.protos.Esdbg6Protos.EvalData.Variable> values) { if (variableListBuilder_ == null) { ensureVariableListIsMutable(); super.addAll(values, variableList_); onChanged(); } else { variableListBuilder_.addAllMessages(values); } return this; } public Builder clearVariableList() { if (variableListBuilder_ == null) { variableList_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000010); onChanged(); } else { variableListBuilder_.clear(); } return this; } public Builder removeVariableList(int index) { if (variableListBuilder_ == null) { ensureVariableListIsMutable(); variableList_.remove(index); onChanged(); } else { variableListBuilder_.remove(index); } return this; } public com.opera.core.systems.scope.protos.Esdbg6Protos.EvalData.Variable.Builder getVariableListBuilder( int index) { return getVariableListFieldBuilder().getBuilder(index); } public com.opera.core.systems.scope.protos.Esdbg6Protos.EvalData.VariableOrBuilder getVariableListOrBuilder( int index) { if (variableListBuilder_ == null) { return variableList_.get(index); } else { return variableListBuilder_.getMessageOrBuilder(index); } } public java.util.List<? extends com.opera.core.systems.scope.protos.Esdbg6Protos.EvalData.VariableOrBuilder> getVariableListOrBuilderList() { if (variableListBuilder_ != null) { return variableListBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(variableList_); } } public com.opera.core.systems.scope.protos.Esdbg6Protos.EvalData.Variable.Builder addVariableListBuilder() { return getVariableListFieldBuilder().addBuilder( com.opera.core.systems.scope.protos.Esdbg6Protos.EvalData.Variable.getDefaultInstance()); } public com.opera.core.systems.scope.protos.Esdbg6Protos.EvalData.Variable.Builder addVariableListBuilder( int index) { return getVariableListFieldBuilder().addBuilder( index, com.opera.core.systems.scope.protos.Esdbg6Protos.EvalData.Variable.getDefaultInstance()); } public java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.EvalData.Variable.Builder> getVariableListBuilderList() { return getVariableListFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilder< com.opera.core.systems.scope.protos.Esdbg6Protos.EvalData.Variable, com.opera.core.systems.scope.protos.Esdbg6Protos.EvalData.Variable.Builder, com.opera.core.systems.scope.protos.Esdbg6Protos.EvalData.VariableOrBuilder> getVariableListFieldBuilder() { if (variableListBuilder_ == null) { variableListBuilder_ = new com.google.protobuf.RepeatedFieldBuilder< com.opera.core.systems.scope.protos.Esdbg6Protos.EvalData.Variable, com.opera.core.systems.scope.protos.Esdbg6Protos.EvalData.Variable.Builder, com.opera.core.systems.scope.protos.Esdbg6Protos.EvalData.VariableOrBuilder>( variableList_, ((bitField0_ & 0x00000010) == 0x00000010), getParentForChildren(), isClean()); variableList_ = null; } return variableListBuilder_; } // @@protoc_insertion_point(builder_scope:scope.debugger.EvalData) } static { defaultInstance = new EvalData(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.EvalData) } public interface CssStylesheetSelectionOrBuilder extends com.google.protobuf.MessageOrBuilder { // required uint32 runtimeID = 1; boolean hasRuntimeID(); int getRuntimeID(); // required uint32 stylesheetID = 2; boolean hasStylesheetID(); int getStylesheetID(); } public static final class CssStylesheetSelection extends com.google.protobuf.GeneratedMessage implements CssStylesheetSelectionOrBuilder { // Use CssStylesheetSelection.newBuilder() to construct. private CssStylesheetSelection(Builder builder) { super(builder); } private CssStylesheetSelection(boolean noInit) {} private static final CssStylesheetSelection defaultInstance; public static CssStylesheetSelection getDefaultInstance() { return defaultInstance; } public CssStylesheetSelection getDefaultInstanceForType() { return defaultInstance; } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_CssStylesheetSelection_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_CssStylesheetSelection_fieldAccessorTable; } private int bitField0_; // required uint32 runtimeID = 1; public static final int RUNTIMEID_FIELD_NUMBER = 1; private int runtimeID_; public boolean hasRuntimeID() { return ((bitField0_ & 0x00000001) == 0x00000001); } public int getRuntimeID() { return runtimeID_; } // required uint32 stylesheetID = 2; public static final int STYLESHEETID_FIELD_NUMBER = 2; private int stylesheetID_; public boolean hasStylesheetID() { return ((bitField0_ & 0x00000002) == 0x00000002); } public int getStylesheetID() { return stylesheetID_; } private void initFields() { runtimeID_ = 0; stylesheetID_ = 0; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized != -1) return isInitialized == 1; if (!hasRuntimeID()) { memoizedIsInitialized = 0; return false; } if (!hasStylesheetID()) { memoizedIsInitialized = 0; return false; } memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { output.writeUInt32(1, runtimeID_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { output.writeUInt32(2, stylesheetID_); } getUnknownFields().writeTo(output); } private int memoizedSerializedSize = -1; public int getSerializedSize() { int size = memoizedSerializedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(1, runtimeID_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(2, stylesheetID_); } size += getUnknownFields().getSerializedSize(); memoizedSerializedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override protected java.lang.Object writeReplace() throws java.io.ObjectStreamException { return super.writeReplace(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetSelection parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetSelection parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetSelection parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetSelection parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetSelection parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetSelection parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetSelection parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetSelection parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input, extensionRegistry)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetSelection parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetSelection parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static Builder newBuilder() { return Builder.create(); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder(com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetSelection prototype) { return newBuilder().mergeFrom(prototype); } public Builder toBuilder() { return newBuilder(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder<Builder> implements com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetSelectionOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_CssStylesheetSelection_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_CssStylesheetSelection_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetSelection.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder(BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } private static Builder create() { return new Builder(); } public Builder clear() { super.clear(); runtimeID_ = 0; bitField0_ = (bitField0_ & ~0x00000001); stylesheetID_ = 0; bitField0_ = (bitField0_ & ~0x00000002); return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetSelection.getDescriptor(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetSelection getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetSelection.getDefaultInstance(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetSelection build() { com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetSelection result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetSelection buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetSelection result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetSelection buildPartial() { com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetSelection result = new com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetSelection(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } result.runtimeID_ = runtimeID_; if (((from_bitField0_ & 0x00000002) == 0x00000002)) { to_bitField0_ |= 0x00000002; } result.stylesheetID_ = stylesheetID_; result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetSelection) { return mergeFrom((com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetSelection)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetSelection other) { if (other == com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetSelection.getDefaultInstance()) return this; if (other.hasRuntimeID()) { setRuntimeID(other.getRuntimeID()); } if (other.hasStylesheetID()) { setStylesheetID(other.getStylesheetID()); } this.mergeUnknownFields(other.getUnknownFields()); return this; } public final boolean isInitialized() { if (!hasRuntimeID()) { return false; } if (!hasStylesheetID()) { return false; } return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder( this.getUnknownFields()); while (true) { int tag = input.readTag(); switch (tag) { case 0: this.setUnknownFields(unknownFields.build()); onChanged(); return this; default: { if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { this.setUnknownFields(unknownFields.build()); onChanged(); return this; } break; } case 8: { bitField0_ |= 0x00000001; runtimeID_ = input.readUInt32(); break; } case 16: { bitField0_ |= 0x00000002; stylesheetID_ = input.readUInt32(); break; } } } } private int bitField0_; // required uint32 runtimeID = 1; private int runtimeID_ ; public boolean hasRuntimeID() { return ((bitField0_ & 0x00000001) == 0x00000001); } public int getRuntimeID() { return runtimeID_; } public Builder setRuntimeID(int value) { bitField0_ |= 0x00000001; runtimeID_ = value; onChanged(); return this; } public Builder clearRuntimeID() { bitField0_ = (bitField0_ & ~0x00000001); runtimeID_ = 0; onChanged(); return this; } // required uint32 stylesheetID = 2; private int stylesheetID_ ; public boolean hasStylesheetID() { return ((bitField0_ & 0x00000002) == 0x00000002); } public int getStylesheetID() { return stylesheetID_; } public Builder setStylesheetID(int value) { bitField0_ |= 0x00000002; stylesheetID_ = value; onChanged(); return this; } public Builder clearStylesheetID() { bitField0_ = (bitField0_ & ~0x00000002); stylesheetID_ = 0; onChanged(); return this; } // @@protoc_insertion_point(builder_scope:scope.debugger.CssStylesheetSelection) } static { defaultInstance = new CssStylesheetSelection(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.CssStylesheetSelection) } public interface ReadyStateInfoOrBuilder extends com.google.protobuf.MessageOrBuilder { // required uint32 runtimeID = 1; boolean hasRuntimeID(); int getRuntimeID(); // required uint32 state = 2; boolean hasState(); int getState(); } public static final class ReadyStateInfo extends com.google.protobuf.GeneratedMessage implements ReadyStateInfoOrBuilder { // Use ReadyStateInfo.newBuilder() to construct. private ReadyStateInfo(Builder builder) { super(builder); } private ReadyStateInfo(boolean noInit) {} private static final ReadyStateInfo defaultInstance; public static ReadyStateInfo getDefaultInstance() { return defaultInstance; } public ReadyStateInfo getDefaultInstanceForType() { return defaultInstance; } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_ReadyStateInfo_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_ReadyStateInfo_fieldAccessorTable; } private int bitField0_; // required uint32 runtimeID = 1; public static final int RUNTIMEID_FIELD_NUMBER = 1; private int runtimeID_; public boolean hasRuntimeID() { return ((bitField0_ & 0x00000001) == 0x00000001); } public int getRuntimeID() { return runtimeID_; } // required uint32 state = 2; public static final int STATE_FIELD_NUMBER = 2; private int state_; public boolean hasState() { return ((bitField0_ & 0x00000002) == 0x00000002); } public int getState() { return state_; } private void initFields() { runtimeID_ = 0; state_ = 0; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized != -1) return isInitialized == 1; if (!hasRuntimeID()) { memoizedIsInitialized = 0; return false; } if (!hasState()) { memoizedIsInitialized = 0; return false; } memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { output.writeUInt32(1, runtimeID_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { output.writeUInt32(2, state_); } getUnknownFields().writeTo(output); } private int memoizedSerializedSize = -1; public int getSerializedSize() { int size = memoizedSerializedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(1, runtimeID_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(2, state_); } size += getUnknownFields().getSerializedSize(); memoizedSerializedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override protected java.lang.Object writeReplace() throws java.io.ObjectStreamException { return super.writeReplace(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ReadyStateInfo parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ReadyStateInfo parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ReadyStateInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ReadyStateInfo parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ReadyStateInfo parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ReadyStateInfo parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ReadyStateInfo parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ReadyStateInfo parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input, extensionRegistry)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ReadyStateInfo parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ReadyStateInfo parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static Builder newBuilder() { return Builder.create(); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder(com.opera.core.systems.scope.protos.Esdbg6Protos.ReadyStateInfo prototype) { return newBuilder().mergeFrom(prototype); } public Builder toBuilder() { return newBuilder(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder<Builder> implements com.opera.core.systems.scope.protos.Esdbg6Protos.ReadyStateInfoOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_ReadyStateInfo_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_ReadyStateInfo_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.Esdbg6Protos.ReadyStateInfo.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder(BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } private static Builder create() { return new Builder(); } public Builder clear() { super.clear(); runtimeID_ = 0; bitField0_ = (bitField0_ & ~0x00000001); state_ = 0; bitField0_ = (bitField0_ & ~0x00000002); return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.ReadyStateInfo.getDescriptor(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.ReadyStateInfo getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.ReadyStateInfo.getDefaultInstance(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.ReadyStateInfo build() { com.opera.core.systems.scope.protos.Esdbg6Protos.ReadyStateInfo result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.Esdbg6Protos.ReadyStateInfo buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.Esdbg6Protos.ReadyStateInfo result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.Esdbg6Protos.ReadyStateInfo buildPartial() { com.opera.core.systems.scope.protos.Esdbg6Protos.ReadyStateInfo result = new com.opera.core.systems.scope.protos.Esdbg6Protos.ReadyStateInfo(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } result.runtimeID_ = runtimeID_; if (((from_bitField0_ & 0x00000002) == 0x00000002)) { to_bitField0_ |= 0x00000002; } result.state_ = state_; result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.opera.core.systems.scope.protos.Esdbg6Protos.ReadyStateInfo) { return mergeFrom((com.opera.core.systems.scope.protos.Esdbg6Protos.ReadyStateInfo)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.Esdbg6Protos.ReadyStateInfo other) { if (other == com.opera.core.systems.scope.protos.Esdbg6Protos.ReadyStateInfo.getDefaultInstance()) return this; if (other.hasRuntimeID()) { setRuntimeID(other.getRuntimeID()); } if (other.hasState()) { setState(other.getState()); } this.mergeUnknownFields(other.getUnknownFields()); return this; } public final boolean isInitialized() { if (!hasRuntimeID()) { return false; } if (!hasState()) { return false; } return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder( this.getUnknownFields()); while (true) { int tag = input.readTag(); switch (tag) { case 0: this.setUnknownFields(unknownFields.build()); onChanged(); return this; default: { if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { this.setUnknownFields(unknownFields.build()); onChanged(); return this; } break; } case 8: { bitField0_ |= 0x00000001; runtimeID_ = input.readUInt32(); break; } case 16: { bitField0_ |= 0x00000002; state_ = input.readUInt32(); break; } } } } private int bitField0_; // required uint32 runtimeID = 1; private int runtimeID_ ; public boolean hasRuntimeID() { return ((bitField0_ & 0x00000001) == 0x00000001); } public int getRuntimeID() { return runtimeID_; } public Builder setRuntimeID(int value) { bitField0_ |= 0x00000001; runtimeID_ = value; onChanged(); return this; } public Builder clearRuntimeID() { bitField0_ = (bitField0_ & ~0x00000001); runtimeID_ = 0; onChanged(); return this; } // required uint32 state = 2; private int state_ ; public boolean hasState() { return ((bitField0_ & 0x00000002) == 0x00000002); } public int getState() { return state_; } public Builder setState(int value) { bitField0_ |= 0x00000002; state_ = value; onChanged(); return this; } public Builder clearState() { bitField0_ = (bitField0_ & ~0x00000002); state_ = 0; onChanged(); return this; } // @@protoc_insertion_point(builder_scope:scope.debugger.ReadyStateInfo) } static { defaultInstance = new ReadyStateInfo(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.ReadyStateInfo) } public interface PositionOrBuilder extends com.google.protobuf.MessageOrBuilder { // required uint32 scriptID = 1; boolean hasScriptID(); int getScriptID(); // required uint32 lineNumber = 2; boolean hasLineNumber(); int getLineNumber(); } public static final class Position extends com.google.protobuf.GeneratedMessage implements PositionOrBuilder { // Use Position.newBuilder() to construct. private Position(Builder builder) { super(builder); } private Position(boolean noInit) {} private static final Position defaultInstance; public static Position getDefaultInstance() { return defaultInstance; } public Position getDefaultInstanceForType() { return defaultInstance; } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_Position_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_Position_fieldAccessorTable; } private int bitField0_; // required uint32 scriptID = 1; public static final int SCRIPTID_FIELD_NUMBER = 1; private int scriptID_; public boolean hasScriptID() { return ((bitField0_ & 0x00000001) == 0x00000001); } public int getScriptID() { return scriptID_; } // required uint32 lineNumber = 2; public static final int LINENUMBER_FIELD_NUMBER = 2; private int lineNumber_; public boolean hasLineNumber() { return ((bitField0_ & 0x00000002) == 0x00000002); } public int getLineNumber() { return lineNumber_; } private void initFields() { scriptID_ = 0; lineNumber_ = 0; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized != -1) return isInitialized == 1; if (!hasScriptID()) { memoizedIsInitialized = 0; return false; } if (!hasLineNumber()) { memoizedIsInitialized = 0; return false; } memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { output.writeUInt32(1, scriptID_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { output.writeUInt32(2, lineNumber_); } getUnknownFields().writeTo(output); } private int memoizedSerializedSize = -1; public int getSerializedSize() { int size = memoizedSerializedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(1, scriptID_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(2, lineNumber_); } size += getUnknownFields().getSerializedSize(); memoizedSerializedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override protected java.lang.Object writeReplace() throws java.io.ObjectStreamException { return super.writeReplace(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.Position parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.Position parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.Position parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.Position parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.Position parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.Position parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.Position parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.Position parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input, extensionRegistry)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.Position parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.Position parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static Builder newBuilder() { return Builder.create(); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder(com.opera.core.systems.scope.protos.Esdbg6Protos.Position prototype) { return newBuilder().mergeFrom(prototype); } public Builder toBuilder() { return newBuilder(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder<Builder> implements com.opera.core.systems.scope.protos.Esdbg6Protos.PositionOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_Position_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_Position_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.Esdbg6Protos.Position.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder(BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } private static Builder create() { return new Builder(); } public Builder clear() { super.clear(); scriptID_ = 0; bitField0_ = (bitField0_ & ~0x00000001); lineNumber_ = 0; bitField0_ = (bitField0_ & ~0x00000002); return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.Position.getDescriptor(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.Position getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.Position.getDefaultInstance(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.Position build() { com.opera.core.systems.scope.protos.Esdbg6Protos.Position result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.Esdbg6Protos.Position buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.Esdbg6Protos.Position result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.Esdbg6Protos.Position buildPartial() { com.opera.core.systems.scope.protos.Esdbg6Protos.Position result = new com.opera.core.systems.scope.protos.Esdbg6Protos.Position(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } result.scriptID_ = scriptID_; if (((from_bitField0_ & 0x00000002) == 0x00000002)) { to_bitField0_ |= 0x00000002; } result.lineNumber_ = lineNumber_; result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.opera.core.systems.scope.protos.Esdbg6Protos.Position) { return mergeFrom((com.opera.core.systems.scope.protos.Esdbg6Protos.Position)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.Esdbg6Protos.Position other) { if (other == com.opera.core.systems.scope.protos.Esdbg6Protos.Position.getDefaultInstance()) return this; if (other.hasScriptID()) { setScriptID(other.getScriptID()); } if (other.hasLineNumber()) { setLineNumber(other.getLineNumber()); } this.mergeUnknownFields(other.getUnknownFields()); return this; } public final boolean isInitialized() { if (!hasScriptID()) { return false; } if (!hasLineNumber()) { return false; } return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder( this.getUnknownFields()); while (true) { int tag = input.readTag(); switch (tag) { case 0: this.setUnknownFields(unknownFields.build()); onChanged(); return this; default: { if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { this.setUnknownFields(unknownFields.build()); onChanged(); return this; } break; } case 8: { bitField0_ |= 0x00000001; scriptID_ = input.readUInt32(); break; } case 16: { bitField0_ |= 0x00000002; lineNumber_ = input.readUInt32(); break; } } } } private int bitField0_; // required uint32 scriptID = 1; private int scriptID_ ; public boolean hasScriptID() { return ((bitField0_ & 0x00000001) == 0x00000001); } public int getScriptID() { return scriptID_; } public Builder setScriptID(int value) { bitField0_ |= 0x00000001; scriptID_ = value; onChanged(); return this; } public Builder clearScriptID() { bitField0_ = (bitField0_ & ~0x00000001); scriptID_ = 0; onChanged(); return this; } // required uint32 lineNumber = 2; private int lineNumber_ ; public boolean hasLineNumber() { return ((bitField0_ & 0x00000002) == 0x00000002); } public int getLineNumber() { return lineNumber_; } public Builder setLineNumber(int value) { bitField0_ |= 0x00000002; lineNumber_ = value; onChanged(); return this; } public Builder clearLineNumber() { bitField0_ = (bitField0_ & ~0x00000002); lineNumber_ = 0; onChanged(); return this; } // @@protoc_insertion_point(builder_scope:scope.debugger.Position) } static { defaultInstance = new Position(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.Position) } public interface ConsoleLogInfoOrBuilder extends com.google.protobuf.MessageOrBuilder { // required uint32 runtimeID = 1; boolean hasRuntimeID(); int getRuntimeID(); // required uint32 type = 2; boolean hasType(); int getType(); // repeated .scope.debugger.ConsoleLogInfo.Value valueList = 3; java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleLogInfo.Value> getValueListList(); com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleLogInfo.Value getValueList(int index); int getValueListCount(); java.util.List<? extends com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleLogInfo.ValueOrBuilder> getValueListOrBuilderList(); com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleLogInfo.ValueOrBuilder getValueListOrBuilder( int index); // optional .scope.debugger.Position position = 4; boolean hasPosition(); com.opera.core.systems.scope.protos.Esdbg6Protos.Position getPosition(); com.opera.core.systems.scope.protos.Esdbg6Protos.PositionOrBuilder getPositionOrBuilder(); } public static final class ConsoleLogInfo extends com.google.protobuf.GeneratedMessage implements ConsoleLogInfoOrBuilder { // Use ConsoleLogInfo.newBuilder() to construct. private ConsoleLogInfo(Builder builder) { super(builder); } private ConsoleLogInfo(boolean noInit) {} private static final ConsoleLogInfo defaultInstance; public static ConsoleLogInfo getDefaultInstance() { return defaultInstance; } public ConsoleLogInfo getDefaultInstanceForType() { return defaultInstance; } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_ConsoleLogInfo_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_ConsoleLogInfo_fieldAccessorTable; } public interface ValueOrBuilder extends com.google.protobuf.MessageOrBuilder { // optional string value = 1; boolean hasValue(); String getValue(); // optional .scope.debugger.ObjectValue objectValue = 2; boolean hasObjectValue(); com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue getObjectValue(); com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValueOrBuilder getObjectValueOrBuilder(); } public static final class Value extends com.google.protobuf.GeneratedMessage implements ValueOrBuilder { // Use Value.newBuilder() to construct. private Value(Builder builder) { super(builder); } private Value(boolean noInit) {} private static final Value defaultInstance; public static Value getDefaultInstance() { return defaultInstance; } public Value getDefaultInstanceForType() { return defaultInstance; } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_ConsoleLogInfo_Value_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_ConsoleLogInfo_Value_fieldAccessorTable; } private int bitField0_; // optional string value = 1; public static final int VALUE_FIELD_NUMBER = 1; private java.lang.Object value_; public boolean hasValue() { return ((bitField0_ & 0x00000001) == 0x00000001); } public String getValue() { java.lang.Object ref = value_; if (ref instanceof String) { return (String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; String s = bs.toStringUtf8(); if (com.google.protobuf.Internal.isValidUtf8(bs)) { value_ = s; } return s; } } private com.google.protobuf.ByteString getValueBytes() { java.lang.Object ref = value_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((String) ref); value_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } // optional .scope.debugger.ObjectValue objectValue = 2; public static final int OBJECTVALUE_FIELD_NUMBER = 2; private com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue objectValue_; public boolean hasObjectValue() { return ((bitField0_ & 0x00000002) == 0x00000002); } public com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue getObjectValue() { return objectValue_; } public com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValueOrBuilder getObjectValueOrBuilder() { return objectValue_; } private void initFields() { value_ = ""; objectValue_ = com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue.getDefaultInstance(); } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized != -1) return isInitialized == 1; if (hasObjectValue()) { if (!getObjectValue().isInitialized()) { memoizedIsInitialized = 0; return false; } } memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { output.writeBytes(1, getValueBytes()); } if (((bitField0_ & 0x00000002) == 0x00000002)) { output.writeMessage(2, objectValue_); } getUnknownFields().writeTo(output); } private int memoizedSerializedSize = -1; public int getSerializedSize() { int size = memoizedSerializedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(1, getValueBytes()); } if (((bitField0_ & 0x00000002) == 0x00000002)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(2, objectValue_); } size += getUnknownFields().getSerializedSize(); memoizedSerializedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override protected java.lang.Object writeReplace() throws java.io.ObjectStreamException { return super.writeReplace(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleLogInfo.Value parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleLogInfo.Value parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleLogInfo.Value parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleLogInfo.Value parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleLogInfo.Value parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleLogInfo.Value parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleLogInfo.Value parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleLogInfo.Value parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input, extensionRegistry)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleLogInfo.Value parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleLogInfo.Value parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static Builder newBuilder() { return Builder.create(); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder(com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleLogInfo.Value prototype) { return newBuilder().mergeFrom(prototype); } public Builder toBuilder() { return newBuilder(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder<Builder> implements com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleLogInfo.ValueOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_ConsoleLogInfo_Value_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_ConsoleLogInfo_Value_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleLogInfo.Value.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder(BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getObjectValueFieldBuilder(); } } private static Builder create() { return new Builder(); } public Builder clear() { super.clear(); value_ = ""; bitField0_ = (bitField0_ & ~0x00000001); if (objectValueBuilder_ == null) { objectValue_ = com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue.getDefaultInstance(); } else { objectValueBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00000002); return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleLogInfo.Value.getDescriptor(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleLogInfo.Value getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleLogInfo.Value.getDefaultInstance(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleLogInfo.Value build() { com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleLogInfo.Value result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleLogInfo.Value buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleLogInfo.Value result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleLogInfo.Value buildPartial() { com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleLogInfo.Value result = new com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleLogInfo.Value(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } result.value_ = value_; if (((from_bitField0_ & 0x00000002) == 0x00000002)) { to_bitField0_ |= 0x00000002; } if (objectValueBuilder_ == null) { result.objectValue_ = objectValue_; } else { result.objectValue_ = objectValueBuilder_.build(); } result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleLogInfo.Value) { return mergeFrom((com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleLogInfo.Value)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleLogInfo.Value other) { if (other == com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleLogInfo.Value.getDefaultInstance()) return this; if (other.hasValue()) { setValue(other.getValue()); } if (other.hasObjectValue()) { mergeObjectValue(other.getObjectValue()); } this.mergeUnknownFields(other.getUnknownFields()); return this; } public final boolean isInitialized() { if (hasObjectValue()) { if (!getObjectValue().isInitialized()) { return false; } } return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder( this.getUnknownFields()); while (true) { int tag = input.readTag(); switch (tag) { case 0: this.setUnknownFields(unknownFields.build()); onChanged(); return this; default: { if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { this.setUnknownFields(unknownFields.build()); onChanged(); return this; } break; } case 10: { bitField0_ |= 0x00000001; value_ = input.readBytes(); break; } case 18: { com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue.Builder subBuilder = com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue.newBuilder(); if (hasObjectValue()) { subBuilder.mergeFrom(getObjectValue()); } input.readMessage(subBuilder, extensionRegistry); setObjectValue(subBuilder.buildPartial()); break; } } } } private int bitField0_; // optional string value = 1; private java.lang.Object value_ = ""; public boolean hasValue() { return ((bitField0_ & 0x00000001) == 0x00000001); } public String getValue() { java.lang.Object ref = value_; if (!(ref instanceof String)) { String s = ((com.google.protobuf.ByteString) ref).toStringUtf8(); value_ = s; return s; } else { return (String) ref; } } public Builder setValue(String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000001; value_ = value; onChanged(); return this; } public Builder clearValue() { bitField0_ = (bitField0_ & ~0x00000001); value_ = getDefaultInstance().getValue(); onChanged(); return this; } void setValue(com.google.protobuf.ByteString value) { bitField0_ |= 0x00000001; value_ = value; onChanged(); } // optional .scope.debugger.ObjectValue objectValue = 2; private com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue objectValue_ = com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue.getDefaultInstance(); private com.google.protobuf.SingleFieldBuilder< com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue, com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue.Builder, com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValueOrBuilder> objectValueBuilder_; public boolean hasObjectValue() { return ((bitField0_ & 0x00000002) == 0x00000002); } public com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue getObjectValue() { if (objectValueBuilder_ == null) { return objectValue_; } else { return objectValueBuilder_.getMessage(); } } public Builder setObjectValue(com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue value) { if (objectValueBuilder_ == null) { if (value == null) { throw new NullPointerException(); } objectValue_ = value; onChanged(); } else { objectValueBuilder_.setMessage(value); } bitField0_ |= 0x00000002; return this; } public Builder setObjectValue( com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue.Builder builderForValue) { if (objectValueBuilder_ == null) { objectValue_ = builderForValue.build(); onChanged(); } else { objectValueBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000002; return this; } public Builder mergeObjectValue(com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue value) { if (objectValueBuilder_ == null) { if (((bitField0_ & 0x00000002) == 0x00000002) && objectValue_ != com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue.getDefaultInstance()) { objectValue_ = com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue.newBuilder(objectValue_).mergeFrom(value).buildPartial(); } else { objectValue_ = value; } onChanged(); } else { objectValueBuilder_.mergeFrom(value); } bitField0_ |= 0x00000002; return this; } public Builder clearObjectValue() { if (objectValueBuilder_ == null) { objectValue_ = com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue.getDefaultInstance(); onChanged(); } else { objectValueBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00000002); return this; } public com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue.Builder getObjectValueBuilder() { bitField0_ |= 0x00000002; onChanged(); return getObjectValueFieldBuilder().getBuilder(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValueOrBuilder getObjectValueOrBuilder() { if (objectValueBuilder_ != null) { return objectValueBuilder_.getMessageOrBuilder(); } else { return objectValue_; } } private com.google.protobuf.SingleFieldBuilder< com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue, com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue.Builder, com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValueOrBuilder> getObjectValueFieldBuilder() { if (objectValueBuilder_ == null) { objectValueBuilder_ = new com.google.protobuf.SingleFieldBuilder< com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue, com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue.Builder, com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValueOrBuilder>( objectValue_, getParentForChildren(), isClean()); objectValue_ = null; } return objectValueBuilder_; } // @@protoc_insertion_point(builder_scope:scope.debugger.ConsoleLogInfo.Value) } static { defaultInstance = new Value(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.ConsoleLogInfo.Value) } private int bitField0_; // required uint32 runtimeID = 1; public static final int RUNTIMEID_FIELD_NUMBER = 1; private int runtimeID_; public boolean hasRuntimeID() { return ((bitField0_ & 0x00000001) == 0x00000001); } public int getRuntimeID() { return runtimeID_; } // required uint32 type = 2; public static final int TYPE_FIELD_NUMBER = 2; private int type_; public boolean hasType() { return ((bitField0_ & 0x00000002) == 0x00000002); } public int getType() { return type_; } // repeated .scope.debugger.ConsoleLogInfo.Value valueList = 3; public static final int VALUELIST_FIELD_NUMBER = 3; private java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleLogInfo.Value> valueList_; public java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleLogInfo.Value> getValueListList() { return valueList_; } public java.util.List<? extends com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleLogInfo.ValueOrBuilder> getValueListOrBuilderList() { return valueList_; } public int getValueListCount() { return valueList_.size(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleLogInfo.Value getValueList(int index) { return valueList_.get(index); } public com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleLogInfo.ValueOrBuilder getValueListOrBuilder( int index) { return valueList_.get(index); } // optional .scope.debugger.Position position = 4; public static final int POSITION_FIELD_NUMBER = 4; private com.opera.core.systems.scope.protos.Esdbg6Protos.Position position_; public boolean hasPosition() { return ((bitField0_ & 0x00000004) == 0x00000004); } public com.opera.core.systems.scope.protos.Esdbg6Protos.Position getPosition() { return position_; } public com.opera.core.systems.scope.protos.Esdbg6Protos.PositionOrBuilder getPositionOrBuilder() { return position_; } private void initFields() { runtimeID_ = 0; type_ = 0; valueList_ = java.util.Collections.emptyList(); position_ = com.opera.core.systems.scope.protos.Esdbg6Protos.Position.getDefaultInstance(); } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized != -1) return isInitialized == 1; if (!hasRuntimeID()) { memoizedIsInitialized = 0; return false; } if (!hasType()) { memoizedIsInitialized = 0; return false; } for (int i = 0; i < getValueListCount(); i++) { if (!getValueList(i).isInitialized()) { memoizedIsInitialized = 0; return false; } } if (hasPosition()) { if (!getPosition().isInitialized()) { memoizedIsInitialized = 0; return false; } } memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { output.writeUInt32(1, runtimeID_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { output.writeUInt32(2, type_); } for (int i = 0; i < valueList_.size(); i++) { output.writeMessage(3, valueList_.get(i)); } if (((bitField0_ & 0x00000004) == 0x00000004)) { output.writeMessage(4, position_); } getUnknownFields().writeTo(output); } private int memoizedSerializedSize = -1; public int getSerializedSize() { int size = memoizedSerializedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(1, runtimeID_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(2, type_); } for (int i = 0; i < valueList_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(3, valueList_.get(i)); } if (((bitField0_ & 0x00000004) == 0x00000004)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(4, position_); } size += getUnknownFields().getSerializedSize(); memoizedSerializedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override protected java.lang.Object writeReplace() throws java.io.ObjectStreamException { return super.writeReplace(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleLogInfo parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleLogInfo parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleLogInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleLogInfo parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleLogInfo parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleLogInfo parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleLogInfo parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleLogInfo parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input, extensionRegistry)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleLogInfo parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleLogInfo parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static Builder newBuilder() { return Builder.create(); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder(com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleLogInfo prototype) { return newBuilder().mergeFrom(prototype); } public Builder toBuilder() { return newBuilder(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder<Builder> implements com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleLogInfoOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_ConsoleLogInfo_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_ConsoleLogInfo_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleLogInfo.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder(BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getValueListFieldBuilder(); getPositionFieldBuilder(); } } private static Builder create() { return new Builder(); } public Builder clear() { super.clear(); runtimeID_ = 0; bitField0_ = (bitField0_ & ~0x00000001); type_ = 0; bitField0_ = (bitField0_ & ~0x00000002); if (valueListBuilder_ == null) { valueList_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000004); } else { valueListBuilder_.clear(); } if (positionBuilder_ == null) { position_ = com.opera.core.systems.scope.protos.Esdbg6Protos.Position.getDefaultInstance(); } else { positionBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00000008); return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleLogInfo.getDescriptor(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleLogInfo getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleLogInfo.getDefaultInstance(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleLogInfo build() { com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleLogInfo result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleLogInfo buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleLogInfo result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleLogInfo buildPartial() { com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleLogInfo result = new com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleLogInfo(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } result.runtimeID_ = runtimeID_; if (((from_bitField0_ & 0x00000002) == 0x00000002)) { to_bitField0_ |= 0x00000002; } result.type_ = type_; if (valueListBuilder_ == null) { if (((bitField0_ & 0x00000004) == 0x00000004)) { valueList_ = java.util.Collections.unmodifiableList(valueList_); bitField0_ = (bitField0_ & ~0x00000004); } result.valueList_ = valueList_; } else { result.valueList_ = valueListBuilder_.build(); } if (((from_bitField0_ & 0x00000008) == 0x00000008)) { to_bitField0_ |= 0x00000004; } if (positionBuilder_ == null) { result.position_ = position_; } else { result.position_ = positionBuilder_.build(); } result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleLogInfo) { return mergeFrom((com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleLogInfo)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleLogInfo other) { if (other == com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleLogInfo.getDefaultInstance()) return this; if (other.hasRuntimeID()) { setRuntimeID(other.getRuntimeID()); } if (other.hasType()) { setType(other.getType()); } if (valueListBuilder_ == null) { if (!other.valueList_.isEmpty()) { if (valueList_.isEmpty()) { valueList_ = other.valueList_; bitField0_ = (bitField0_ & ~0x00000004); } else { ensureValueListIsMutable(); valueList_.addAll(other.valueList_); } onChanged(); } } else { if (!other.valueList_.isEmpty()) { if (valueListBuilder_.isEmpty()) { valueListBuilder_.dispose(); valueListBuilder_ = null; valueList_ = other.valueList_; bitField0_ = (bitField0_ & ~0x00000004); valueListBuilder_ = com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? getValueListFieldBuilder() : null; } else { valueListBuilder_.addAllMessages(other.valueList_); } } } if (other.hasPosition()) { mergePosition(other.getPosition()); } this.mergeUnknownFields(other.getUnknownFields()); return this; } public final boolean isInitialized() { if (!hasRuntimeID()) { return false; } if (!hasType()) { return false; } for (int i = 0; i < getValueListCount(); i++) { if (!getValueList(i).isInitialized()) { return false; } } if (hasPosition()) { if (!getPosition().isInitialized()) { return false; } } return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder( this.getUnknownFields()); while (true) { int tag = input.readTag(); switch (tag) { case 0: this.setUnknownFields(unknownFields.build()); onChanged(); return this; default: { if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { this.setUnknownFields(unknownFields.build()); onChanged(); return this; } break; } case 8: { bitField0_ |= 0x00000001; runtimeID_ = input.readUInt32(); break; } case 16: { bitField0_ |= 0x00000002; type_ = input.readUInt32(); break; } case 26: { com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleLogInfo.Value.Builder subBuilder = com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleLogInfo.Value.newBuilder(); input.readMessage(subBuilder, extensionRegistry); addValueList(subBuilder.buildPartial()); break; } case 34: { com.opera.core.systems.scope.protos.Esdbg6Protos.Position.Builder subBuilder = com.opera.core.systems.scope.protos.Esdbg6Protos.Position.newBuilder(); if (hasPosition()) { subBuilder.mergeFrom(getPosition()); } input.readMessage(subBuilder, extensionRegistry); setPosition(subBuilder.buildPartial()); break; } } } } private int bitField0_; // required uint32 runtimeID = 1; private int runtimeID_ ; public boolean hasRuntimeID() { return ((bitField0_ & 0x00000001) == 0x00000001); } public int getRuntimeID() { return runtimeID_; } public Builder setRuntimeID(int value) { bitField0_ |= 0x00000001; runtimeID_ = value; onChanged(); return this; } public Builder clearRuntimeID() { bitField0_ = (bitField0_ & ~0x00000001); runtimeID_ = 0; onChanged(); return this; } // required uint32 type = 2; private int type_ ; public boolean hasType() { return ((bitField0_ & 0x00000002) == 0x00000002); } public int getType() { return type_; } public Builder setType(int value) { bitField0_ |= 0x00000002; type_ = value; onChanged(); return this; } public Builder clearType() { bitField0_ = (bitField0_ & ~0x00000002); type_ = 0; onChanged(); return this; } // repeated .scope.debugger.ConsoleLogInfo.Value valueList = 3; private java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleLogInfo.Value> valueList_ = java.util.Collections.emptyList(); private void ensureValueListIsMutable() { if (!((bitField0_ & 0x00000004) == 0x00000004)) { valueList_ = new java.util.ArrayList<com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleLogInfo.Value>(valueList_); bitField0_ |= 0x00000004; } } private com.google.protobuf.RepeatedFieldBuilder< com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleLogInfo.Value, com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleLogInfo.Value.Builder, com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleLogInfo.ValueOrBuilder> valueListBuilder_; public java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleLogInfo.Value> getValueListList() { if (valueListBuilder_ == null) { return java.util.Collections.unmodifiableList(valueList_); } else { return valueListBuilder_.getMessageList(); } } public int getValueListCount() { if (valueListBuilder_ == null) { return valueList_.size(); } else { return valueListBuilder_.getCount(); } } public com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleLogInfo.Value getValueList(int index) { if (valueListBuilder_ == null) { return valueList_.get(index); } else { return valueListBuilder_.getMessage(index); } } public Builder setValueList( int index, com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleLogInfo.Value value) { if (valueListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureValueListIsMutable(); valueList_.set(index, value); onChanged(); } else { valueListBuilder_.setMessage(index, value); } return this; } public Builder setValueList( int index, com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleLogInfo.Value.Builder builderForValue) { if (valueListBuilder_ == null) { ensureValueListIsMutable(); valueList_.set(index, builderForValue.build()); onChanged(); } else { valueListBuilder_.setMessage(index, builderForValue.build()); } return this; } public Builder addValueList(com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleLogInfo.Value value) { if (valueListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureValueListIsMutable(); valueList_.add(value); onChanged(); } else { valueListBuilder_.addMessage(value); } return this; } public Builder addValueList( int index, com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleLogInfo.Value value) { if (valueListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureValueListIsMutable(); valueList_.add(index, value); onChanged(); } else { valueListBuilder_.addMessage(index, value); } return this; } public Builder addValueList( com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleLogInfo.Value.Builder builderForValue) { if (valueListBuilder_ == null) { ensureValueListIsMutable(); valueList_.add(builderForValue.build()); onChanged(); } else { valueListBuilder_.addMessage(builderForValue.build()); } return this; } public Builder addValueList( int index, com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleLogInfo.Value.Builder builderForValue) { if (valueListBuilder_ == null) { ensureValueListIsMutable(); valueList_.add(index, builderForValue.build()); onChanged(); } else { valueListBuilder_.addMessage(index, builderForValue.build()); } return this; } public Builder addAllValueList( java.lang.Iterable<? extends com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleLogInfo.Value> values) { if (valueListBuilder_ == null) { ensureValueListIsMutable(); super.addAll(values, valueList_); onChanged(); } else { valueListBuilder_.addAllMessages(values); } return this; } public Builder clearValueList() { if (valueListBuilder_ == null) { valueList_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000004); onChanged(); } else { valueListBuilder_.clear(); } return this; } public Builder removeValueList(int index) { if (valueListBuilder_ == null) { ensureValueListIsMutable(); valueList_.remove(index); onChanged(); } else { valueListBuilder_.remove(index); } return this; } public com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleLogInfo.Value.Builder getValueListBuilder( int index) { return getValueListFieldBuilder().getBuilder(index); } public com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleLogInfo.ValueOrBuilder getValueListOrBuilder( int index) { if (valueListBuilder_ == null) { return valueList_.get(index); } else { return valueListBuilder_.getMessageOrBuilder(index); } } public java.util.List<? extends com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleLogInfo.ValueOrBuilder> getValueListOrBuilderList() { if (valueListBuilder_ != null) { return valueListBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(valueList_); } } public com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleLogInfo.Value.Builder addValueListBuilder() { return getValueListFieldBuilder().addBuilder( com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleLogInfo.Value.getDefaultInstance()); } public com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleLogInfo.Value.Builder addValueListBuilder( int index) { return getValueListFieldBuilder().addBuilder( index, com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleLogInfo.Value.getDefaultInstance()); } public java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleLogInfo.Value.Builder> getValueListBuilderList() { return getValueListFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilder< com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleLogInfo.Value, com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleLogInfo.Value.Builder, com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleLogInfo.ValueOrBuilder> getValueListFieldBuilder() { if (valueListBuilder_ == null) { valueListBuilder_ = new com.google.protobuf.RepeatedFieldBuilder< com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleLogInfo.Value, com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleLogInfo.Value.Builder, com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleLogInfo.ValueOrBuilder>( valueList_, ((bitField0_ & 0x00000004) == 0x00000004), getParentForChildren(), isClean()); valueList_ = null; } return valueListBuilder_; } // optional .scope.debugger.Position position = 4; private com.opera.core.systems.scope.protos.Esdbg6Protos.Position position_ = com.opera.core.systems.scope.protos.Esdbg6Protos.Position.getDefaultInstance(); private com.google.protobuf.SingleFieldBuilder< com.opera.core.systems.scope.protos.Esdbg6Protos.Position, com.opera.core.systems.scope.protos.Esdbg6Protos.Position.Builder, com.opera.core.systems.scope.protos.Esdbg6Protos.PositionOrBuilder> positionBuilder_; public boolean hasPosition() { return ((bitField0_ & 0x00000008) == 0x00000008); } public com.opera.core.systems.scope.protos.Esdbg6Protos.Position getPosition() { if (positionBuilder_ == null) { return position_; } else { return positionBuilder_.getMessage(); } } public Builder setPosition(com.opera.core.systems.scope.protos.Esdbg6Protos.Position value) { if (positionBuilder_ == null) { if (value == null) { throw new NullPointerException(); } position_ = value; onChanged(); } else { positionBuilder_.setMessage(value); } bitField0_ |= 0x00000008; return this; } public Builder setPosition( com.opera.core.systems.scope.protos.Esdbg6Protos.Position.Builder builderForValue) { if (positionBuilder_ == null) { position_ = builderForValue.build(); onChanged(); } else { positionBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000008; return this; } public Builder mergePosition(com.opera.core.systems.scope.protos.Esdbg6Protos.Position value) { if (positionBuilder_ == null) { if (((bitField0_ & 0x00000008) == 0x00000008) && position_ != com.opera.core.systems.scope.protos.Esdbg6Protos.Position.getDefaultInstance()) { position_ = com.opera.core.systems.scope.protos.Esdbg6Protos.Position.newBuilder(position_).mergeFrom(value).buildPartial(); } else { position_ = value; } onChanged(); } else { positionBuilder_.mergeFrom(value); } bitField0_ |= 0x00000008; return this; } public Builder clearPosition() { if (positionBuilder_ == null) { position_ = com.opera.core.systems.scope.protos.Esdbg6Protos.Position.getDefaultInstance(); onChanged(); } else { positionBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00000008); return this; } public com.opera.core.systems.scope.protos.Esdbg6Protos.Position.Builder getPositionBuilder() { bitField0_ |= 0x00000008; onChanged(); return getPositionFieldBuilder().getBuilder(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.PositionOrBuilder getPositionOrBuilder() { if (positionBuilder_ != null) { return positionBuilder_.getMessageOrBuilder(); } else { return position_; } } private com.google.protobuf.SingleFieldBuilder< com.opera.core.systems.scope.protos.Esdbg6Protos.Position, com.opera.core.systems.scope.protos.Esdbg6Protos.Position.Builder, com.opera.core.systems.scope.protos.Esdbg6Protos.PositionOrBuilder> getPositionFieldBuilder() { if (positionBuilder_ == null) { positionBuilder_ = new com.google.protobuf.SingleFieldBuilder< com.opera.core.systems.scope.protos.Esdbg6Protos.Position, com.opera.core.systems.scope.protos.Esdbg6Protos.Position.Builder, com.opera.core.systems.scope.protos.Esdbg6Protos.PositionOrBuilder>( position_, getParentForChildren(), isClean()); position_ = null; } return positionBuilder_; } // @@protoc_insertion_point(builder_scope:scope.debugger.ConsoleLogInfo) } static { defaultInstance = new ConsoleLogInfo(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.ConsoleLogInfo) } public interface ConsoleTimeInfoOrBuilder extends com.google.protobuf.MessageOrBuilder { // required uint32 runtimeID = 1; boolean hasRuntimeID(); int getRuntimeID(); // required string title = 2; boolean hasTitle(); String getTitle(); } public static final class ConsoleTimeInfo extends com.google.protobuf.GeneratedMessage implements ConsoleTimeInfoOrBuilder { // Use ConsoleTimeInfo.newBuilder() to construct. private ConsoleTimeInfo(Builder builder) { super(builder); } private ConsoleTimeInfo(boolean noInit) {} private static final ConsoleTimeInfo defaultInstance; public static ConsoleTimeInfo getDefaultInstance() { return defaultInstance; } public ConsoleTimeInfo getDefaultInstanceForType() { return defaultInstance; } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_ConsoleTimeInfo_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_ConsoleTimeInfo_fieldAccessorTable; } private int bitField0_; // required uint32 runtimeID = 1; public static final int RUNTIMEID_FIELD_NUMBER = 1; private int runtimeID_; public boolean hasRuntimeID() { return ((bitField0_ & 0x00000001) == 0x00000001); } public int getRuntimeID() { return runtimeID_; } // required string title = 2; public static final int TITLE_FIELD_NUMBER = 2; private java.lang.Object title_; public boolean hasTitle() { return ((bitField0_ & 0x00000002) == 0x00000002); } public String getTitle() { java.lang.Object ref = title_; if (ref instanceof String) { return (String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; String s = bs.toStringUtf8(); if (com.google.protobuf.Internal.isValidUtf8(bs)) { title_ = s; } return s; } } private com.google.protobuf.ByteString getTitleBytes() { java.lang.Object ref = title_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((String) ref); title_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } private void initFields() { runtimeID_ = 0; title_ = ""; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized != -1) return isInitialized == 1; if (!hasRuntimeID()) { memoizedIsInitialized = 0; return false; } if (!hasTitle()) { memoizedIsInitialized = 0; return false; } memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { output.writeUInt32(1, runtimeID_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { output.writeBytes(2, getTitleBytes()); } getUnknownFields().writeTo(output); } private int memoizedSerializedSize = -1; public int getSerializedSize() { int size = memoizedSerializedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(1, runtimeID_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(2, getTitleBytes()); } size += getUnknownFields().getSerializedSize(); memoizedSerializedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override protected java.lang.Object writeReplace() throws java.io.ObjectStreamException { return super.writeReplace(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleTimeInfo parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleTimeInfo parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleTimeInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleTimeInfo parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleTimeInfo parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleTimeInfo parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleTimeInfo parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleTimeInfo parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input, extensionRegistry)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleTimeInfo parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleTimeInfo parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static Builder newBuilder() { return Builder.create(); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder(com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleTimeInfo prototype) { return newBuilder().mergeFrom(prototype); } public Builder toBuilder() { return newBuilder(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder<Builder> implements com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleTimeInfoOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_ConsoleTimeInfo_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_ConsoleTimeInfo_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleTimeInfo.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder(BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } private static Builder create() { return new Builder(); } public Builder clear() { super.clear(); runtimeID_ = 0; bitField0_ = (bitField0_ & ~0x00000001); title_ = ""; bitField0_ = (bitField0_ & ~0x00000002); return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleTimeInfo.getDescriptor(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleTimeInfo getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleTimeInfo.getDefaultInstance(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleTimeInfo build() { com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleTimeInfo result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleTimeInfo buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleTimeInfo result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleTimeInfo buildPartial() { com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleTimeInfo result = new com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleTimeInfo(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } result.runtimeID_ = runtimeID_; if (((from_bitField0_ & 0x00000002) == 0x00000002)) { to_bitField0_ |= 0x00000002; } result.title_ = title_; result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleTimeInfo) { return mergeFrom((com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleTimeInfo)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleTimeInfo other) { if (other == com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleTimeInfo.getDefaultInstance()) return this; if (other.hasRuntimeID()) { setRuntimeID(other.getRuntimeID()); } if (other.hasTitle()) { setTitle(other.getTitle()); } this.mergeUnknownFields(other.getUnknownFields()); return this; } public final boolean isInitialized() { if (!hasRuntimeID()) { return false; } if (!hasTitle()) { return false; } return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder( this.getUnknownFields()); while (true) { int tag = input.readTag(); switch (tag) { case 0: this.setUnknownFields(unknownFields.build()); onChanged(); return this; default: { if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { this.setUnknownFields(unknownFields.build()); onChanged(); return this; } break; } case 8: { bitField0_ |= 0x00000001; runtimeID_ = input.readUInt32(); break; } case 18: { bitField0_ |= 0x00000002; title_ = input.readBytes(); break; } } } } private int bitField0_; // required uint32 runtimeID = 1; private int runtimeID_ ; public boolean hasRuntimeID() { return ((bitField0_ & 0x00000001) == 0x00000001); } public int getRuntimeID() { return runtimeID_; } public Builder setRuntimeID(int value) { bitField0_ |= 0x00000001; runtimeID_ = value; onChanged(); return this; } public Builder clearRuntimeID() { bitField0_ = (bitField0_ & ~0x00000001); runtimeID_ = 0; onChanged(); return this; } // required string title = 2; private java.lang.Object title_ = ""; public boolean hasTitle() { return ((bitField0_ & 0x00000002) == 0x00000002); } public String getTitle() { java.lang.Object ref = title_; if (!(ref instanceof String)) { String s = ((com.google.protobuf.ByteString) ref).toStringUtf8(); title_ = s; return s; } else { return (String) ref; } } public Builder setTitle(String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000002; title_ = value; onChanged(); return this; } public Builder clearTitle() { bitField0_ = (bitField0_ & ~0x00000002); title_ = getDefaultInstance().getTitle(); onChanged(); return this; } void setTitle(com.google.protobuf.ByteString value) { bitField0_ |= 0x00000002; title_ = value; onChanged(); } // @@protoc_insertion_point(builder_scope:scope.debugger.ConsoleTimeInfo) } static { defaultInstance = new ConsoleTimeInfo(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.ConsoleTimeInfo) } public interface ConsoleTimeEndInfoOrBuilder extends com.google.protobuf.MessageOrBuilder { // required uint32 runtimeID = 1; boolean hasRuntimeID(); int getRuntimeID(); // required string title = 2; boolean hasTitle(); String getTitle(); // required uint32 elapsed = 3; boolean hasElapsed(); int getElapsed(); } public static final class ConsoleTimeEndInfo extends com.google.protobuf.GeneratedMessage implements ConsoleTimeEndInfoOrBuilder { // Use ConsoleTimeEndInfo.newBuilder() to construct. private ConsoleTimeEndInfo(Builder builder) { super(builder); } private ConsoleTimeEndInfo(boolean noInit) {} private static final ConsoleTimeEndInfo defaultInstance; public static ConsoleTimeEndInfo getDefaultInstance() { return defaultInstance; } public ConsoleTimeEndInfo getDefaultInstanceForType() { return defaultInstance; } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_ConsoleTimeEndInfo_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_ConsoleTimeEndInfo_fieldAccessorTable; } private int bitField0_; // required uint32 runtimeID = 1; public static final int RUNTIMEID_FIELD_NUMBER = 1; private int runtimeID_; public boolean hasRuntimeID() { return ((bitField0_ & 0x00000001) == 0x00000001); } public int getRuntimeID() { return runtimeID_; } // required string title = 2; public static final int TITLE_FIELD_NUMBER = 2; private java.lang.Object title_; public boolean hasTitle() { return ((bitField0_ & 0x00000002) == 0x00000002); } public String getTitle() { java.lang.Object ref = title_; if (ref instanceof String) { return (String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; String s = bs.toStringUtf8(); if (com.google.protobuf.Internal.isValidUtf8(bs)) { title_ = s; } return s; } } private com.google.protobuf.ByteString getTitleBytes() { java.lang.Object ref = title_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((String) ref); title_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } // required uint32 elapsed = 3; public static final int ELAPSED_FIELD_NUMBER = 3; private int elapsed_; public boolean hasElapsed() { return ((bitField0_ & 0x00000004) == 0x00000004); } public int getElapsed() { return elapsed_; } private void initFields() { runtimeID_ = 0; title_ = ""; elapsed_ = 0; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized != -1) return isInitialized == 1; if (!hasRuntimeID()) { memoizedIsInitialized = 0; return false; } if (!hasTitle()) { memoizedIsInitialized = 0; return false; } if (!hasElapsed()) { memoizedIsInitialized = 0; return false; } memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { output.writeUInt32(1, runtimeID_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { output.writeBytes(2, getTitleBytes()); } if (((bitField0_ & 0x00000004) == 0x00000004)) { output.writeUInt32(3, elapsed_); } getUnknownFields().writeTo(output); } private int memoizedSerializedSize = -1; public int getSerializedSize() { int size = memoizedSerializedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(1, runtimeID_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(2, getTitleBytes()); } if (((bitField0_ & 0x00000004) == 0x00000004)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(3, elapsed_); } size += getUnknownFields().getSerializedSize(); memoizedSerializedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override protected java.lang.Object writeReplace() throws java.io.ObjectStreamException { return super.writeReplace(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleTimeEndInfo parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleTimeEndInfo parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleTimeEndInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleTimeEndInfo parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleTimeEndInfo parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleTimeEndInfo parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleTimeEndInfo parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleTimeEndInfo parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input, extensionRegistry)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleTimeEndInfo parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleTimeEndInfo parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static Builder newBuilder() { return Builder.create(); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder(com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleTimeEndInfo prototype) { return newBuilder().mergeFrom(prototype); } public Builder toBuilder() { return newBuilder(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder<Builder> implements com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleTimeEndInfoOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_ConsoleTimeEndInfo_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_ConsoleTimeEndInfo_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleTimeEndInfo.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder(BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } private static Builder create() { return new Builder(); } public Builder clear() { super.clear(); runtimeID_ = 0; bitField0_ = (bitField0_ & ~0x00000001); title_ = ""; bitField0_ = (bitField0_ & ~0x00000002); elapsed_ = 0; bitField0_ = (bitField0_ & ~0x00000004); return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleTimeEndInfo.getDescriptor(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleTimeEndInfo getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleTimeEndInfo.getDefaultInstance(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleTimeEndInfo build() { com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleTimeEndInfo result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleTimeEndInfo buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleTimeEndInfo result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleTimeEndInfo buildPartial() { com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleTimeEndInfo result = new com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleTimeEndInfo(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } result.runtimeID_ = runtimeID_; if (((from_bitField0_ & 0x00000002) == 0x00000002)) { to_bitField0_ |= 0x00000002; } result.title_ = title_; if (((from_bitField0_ & 0x00000004) == 0x00000004)) { to_bitField0_ |= 0x00000004; } result.elapsed_ = elapsed_; result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleTimeEndInfo) { return mergeFrom((com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleTimeEndInfo)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleTimeEndInfo other) { if (other == com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleTimeEndInfo.getDefaultInstance()) return this; if (other.hasRuntimeID()) { setRuntimeID(other.getRuntimeID()); } if (other.hasTitle()) { setTitle(other.getTitle()); } if (other.hasElapsed()) { setElapsed(other.getElapsed()); } this.mergeUnknownFields(other.getUnknownFields()); return this; } public final boolean isInitialized() { if (!hasRuntimeID()) { return false; } if (!hasTitle()) { return false; } if (!hasElapsed()) { return false; } return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder( this.getUnknownFields()); while (true) { int tag = input.readTag(); switch (tag) { case 0: this.setUnknownFields(unknownFields.build()); onChanged(); return this; default: { if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { this.setUnknownFields(unknownFields.build()); onChanged(); return this; } break; } case 8: { bitField0_ |= 0x00000001; runtimeID_ = input.readUInt32(); break; } case 18: { bitField0_ |= 0x00000002; title_ = input.readBytes(); break; } case 24: { bitField0_ |= 0x00000004; elapsed_ = input.readUInt32(); break; } } } } private int bitField0_; // required uint32 runtimeID = 1; private int runtimeID_ ; public boolean hasRuntimeID() { return ((bitField0_ & 0x00000001) == 0x00000001); } public int getRuntimeID() { return runtimeID_; } public Builder setRuntimeID(int value) { bitField0_ |= 0x00000001; runtimeID_ = value; onChanged(); return this; } public Builder clearRuntimeID() { bitField0_ = (bitField0_ & ~0x00000001); runtimeID_ = 0; onChanged(); return this; } // required string title = 2; private java.lang.Object title_ = ""; public boolean hasTitle() { return ((bitField0_ & 0x00000002) == 0x00000002); } public String getTitle() { java.lang.Object ref = title_; if (!(ref instanceof String)) { String s = ((com.google.protobuf.ByteString) ref).toStringUtf8(); title_ = s; return s; } else { return (String) ref; } } public Builder setTitle(String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000002; title_ = value; onChanged(); return this; } public Builder clearTitle() { bitField0_ = (bitField0_ & ~0x00000002); title_ = getDefaultInstance().getTitle(); onChanged(); return this; } void setTitle(com.google.protobuf.ByteString value) { bitField0_ |= 0x00000002; title_ = value; onChanged(); } // required uint32 elapsed = 3; private int elapsed_ ; public boolean hasElapsed() { return ((bitField0_ & 0x00000004) == 0x00000004); } public int getElapsed() { return elapsed_; } public Builder setElapsed(int value) { bitField0_ |= 0x00000004; elapsed_ = value; onChanged(); return this; } public Builder clearElapsed() { bitField0_ = (bitField0_ & ~0x00000004); elapsed_ = 0; onChanged(); return this; } // @@protoc_insertion_point(builder_scope:scope.debugger.ConsoleTimeEndInfo) } static { defaultInstance = new ConsoleTimeEndInfo(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.ConsoleTimeEndInfo) } public interface ConsoleTraceInfoOrBuilder extends com.google.protobuf.MessageOrBuilder { // required uint32 runtimeID = 1; boolean hasRuntimeID(); int getRuntimeID(); // repeated .scope.debugger.BacktraceFrame frameList = 2; java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrame> getFrameListList(); com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrame getFrameList(int index); int getFrameListCount(); java.util.List<? extends com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrameOrBuilder> getFrameListOrBuilderList(); com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrameOrBuilder getFrameListOrBuilder( int index); } public static final class ConsoleTraceInfo extends com.google.protobuf.GeneratedMessage implements ConsoleTraceInfoOrBuilder { // Use ConsoleTraceInfo.newBuilder() to construct. private ConsoleTraceInfo(Builder builder) { super(builder); } private ConsoleTraceInfo(boolean noInit) {} private static final ConsoleTraceInfo defaultInstance; public static ConsoleTraceInfo getDefaultInstance() { return defaultInstance; } public ConsoleTraceInfo getDefaultInstanceForType() { return defaultInstance; } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_ConsoleTraceInfo_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_ConsoleTraceInfo_fieldAccessorTable; } private int bitField0_; // required uint32 runtimeID = 1; public static final int RUNTIMEID_FIELD_NUMBER = 1; private int runtimeID_; public boolean hasRuntimeID() { return ((bitField0_ & 0x00000001) == 0x00000001); } public int getRuntimeID() { return runtimeID_; } // repeated .scope.debugger.BacktraceFrame frameList = 2; public static final int FRAMELIST_FIELD_NUMBER = 2; private java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrame> frameList_; public java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrame> getFrameListList() { return frameList_; } public java.util.List<? extends com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrameOrBuilder> getFrameListOrBuilderList() { return frameList_; } public int getFrameListCount() { return frameList_.size(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrame getFrameList(int index) { return frameList_.get(index); } public com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrameOrBuilder getFrameListOrBuilder( int index) { return frameList_.get(index); } private void initFields() { runtimeID_ = 0; frameList_ = java.util.Collections.emptyList(); } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized != -1) return isInitialized == 1; if (!hasRuntimeID()) { memoizedIsInitialized = 0; return false; } for (int i = 0; i < getFrameListCount(); i++) { if (!getFrameList(i).isInitialized()) { memoizedIsInitialized = 0; return false; } } memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { output.writeUInt32(1, runtimeID_); } for (int i = 0; i < frameList_.size(); i++) { output.writeMessage(2, frameList_.get(i)); } getUnknownFields().writeTo(output); } private int memoizedSerializedSize = -1; public int getSerializedSize() { int size = memoizedSerializedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(1, runtimeID_); } for (int i = 0; i < frameList_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(2, frameList_.get(i)); } size += getUnknownFields().getSerializedSize(); memoizedSerializedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override protected java.lang.Object writeReplace() throws java.io.ObjectStreamException { return super.writeReplace(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleTraceInfo parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleTraceInfo parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleTraceInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleTraceInfo parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleTraceInfo parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleTraceInfo parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleTraceInfo parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleTraceInfo parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input, extensionRegistry)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleTraceInfo parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleTraceInfo parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static Builder newBuilder() { return Builder.create(); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder(com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleTraceInfo prototype) { return newBuilder().mergeFrom(prototype); } public Builder toBuilder() { return newBuilder(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder<Builder> implements com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleTraceInfoOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_ConsoleTraceInfo_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_ConsoleTraceInfo_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleTraceInfo.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder(BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getFrameListFieldBuilder(); } } private static Builder create() { return new Builder(); } public Builder clear() { super.clear(); runtimeID_ = 0; bitField0_ = (bitField0_ & ~0x00000001); if (frameListBuilder_ == null) { frameList_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000002); } else { frameListBuilder_.clear(); } return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleTraceInfo.getDescriptor(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleTraceInfo getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleTraceInfo.getDefaultInstance(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleTraceInfo build() { com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleTraceInfo result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleTraceInfo buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleTraceInfo result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleTraceInfo buildPartial() { com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleTraceInfo result = new com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleTraceInfo(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } result.runtimeID_ = runtimeID_; if (frameListBuilder_ == null) { if (((bitField0_ & 0x00000002) == 0x00000002)) { frameList_ = java.util.Collections.unmodifiableList(frameList_); bitField0_ = (bitField0_ & ~0x00000002); } result.frameList_ = frameList_; } else { result.frameList_ = frameListBuilder_.build(); } result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleTraceInfo) { return mergeFrom((com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleTraceInfo)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleTraceInfo other) { if (other == com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleTraceInfo.getDefaultInstance()) return this; if (other.hasRuntimeID()) { setRuntimeID(other.getRuntimeID()); } if (frameListBuilder_ == null) { if (!other.frameList_.isEmpty()) { if (frameList_.isEmpty()) { frameList_ = other.frameList_; bitField0_ = (bitField0_ & ~0x00000002); } else { ensureFrameListIsMutable(); frameList_.addAll(other.frameList_); } onChanged(); } } else { if (!other.frameList_.isEmpty()) { if (frameListBuilder_.isEmpty()) { frameListBuilder_.dispose(); frameListBuilder_ = null; frameList_ = other.frameList_; bitField0_ = (bitField0_ & ~0x00000002); frameListBuilder_ = com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? getFrameListFieldBuilder() : null; } else { frameListBuilder_.addAllMessages(other.frameList_); } } } this.mergeUnknownFields(other.getUnknownFields()); return this; } public final boolean isInitialized() { if (!hasRuntimeID()) { return false; } for (int i = 0; i < getFrameListCount(); i++) { if (!getFrameList(i).isInitialized()) { return false; } } return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder( this.getUnknownFields()); while (true) { int tag = input.readTag(); switch (tag) { case 0: this.setUnknownFields(unknownFields.build()); onChanged(); return this; default: { if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { this.setUnknownFields(unknownFields.build()); onChanged(); return this; } break; } case 8: { bitField0_ |= 0x00000001; runtimeID_ = input.readUInt32(); break; } case 18: { com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrame.Builder subBuilder = com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrame.newBuilder(); input.readMessage(subBuilder, extensionRegistry); addFrameList(subBuilder.buildPartial()); break; } } } } private int bitField0_; // required uint32 runtimeID = 1; private int runtimeID_ ; public boolean hasRuntimeID() { return ((bitField0_ & 0x00000001) == 0x00000001); } public int getRuntimeID() { return runtimeID_; } public Builder setRuntimeID(int value) { bitField0_ |= 0x00000001; runtimeID_ = value; onChanged(); return this; } public Builder clearRuntimeID() { bitField0_ = (bitField0_ & ~0x00000001); runtimeID_ = 0; onChanged(); return this; } // repeated .scope.debugger.BacktraceFrame frameList = 2; private java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrame> frameList_ = java.util.Collections.emptyList(); private void ensureFrameListIsMutable() { if (!((bitField0_ & 0x00000002) == 0x00000002)) { frameList_ = new java.util.ArrayList<com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrame>(frameList_); bitField0_ |= 0x00000002; } } private com.google.protobuf.RepeatedFieldBuilder< com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrame, com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrame.Builder, com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrameOrBuilder> frameListBuilder_; public java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrame> getFrameListList() { if (frameListBuilder_ == null) { return java.util.Collections.unmodifiableList(frameList_); } else { return frameListBuilder_.getMessageList(); } } public int getFrameListCount() { if (frameListBuilder_ == null) { return frameList_.size(); } else { return frameListBuilder_.getCount(); } } public com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrame getFrameList(int index) { if (frameListBuilder_ == null) { return frameList_.get(index); } else { return frameListBuilder_.getMessage(index); } } public Builder setFrameList( int index, com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrame value) { if (frameListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureFrameListIsMutable(); frameList_.set(index, value); onChanged(); } else { frameListBuilder_.setMessage(index, value); } return this; } public Builder setFrameList( int index, com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrame.Builder builderForValue) { if (frameListBuilder_ == null) { ensureFrameListIsMutable(); frameList_.set(index, builderForValue.build()); onChanged(); } else { frameListBuilder_.setMessage(index, builderForValue.build()); } return this; } public Builder addFrameList(com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrame value) { if (frameListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureFrameListIsMutable(); frameList_.add(value); onChanged(); } else { frameListBuilder_.addMessage(value); } return this; } public Builder addFrameList( int index, com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrame value) { if (frameListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureFrameListIsMutable(); frameList_.add(index, value); onChanged(); } else { frameListBuilder_.addMessage(index, value); } return this; } public Builder addFrameList( com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrame.Builder builderForValue) { if (frameListBuilder_ == null) { ensureFrameListIsMutable(); frameList_.add(builderForValue.build()); onChanged(); } else { frameListBuilder_.addMessage(builderForValue.build()); } return this; } public Builder addFrameList( int index, com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrame.Builder builderForValue) { if (frameListBuilder_ == null) { ensureFrameListIsMutable(); frameList_.add(index, builderForValue.build()); onChanged(); } else { frameListBuilder_.addMessage(index, builderForValue.build()); } return this; } public Builder addAllFrameList( java.lang.Iterable<? extends com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrame> values) { if (frameListBuilder_ == null) { ensureFrameListIsMutable(); super.addAll(values, frameList_); onChanged(); } else { frameListBuilder_.addAllMessages(values); } return this; } public Builder clearFrameList() { if (frameListBuilder_ == null) { frameList_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000002); onChanged(); } else { frameListBuilder_.clear(); } return this; } public Builder removeFrameList(int index) { if (frameListBuilder_ == null) { ensureFrameListIsMutable(); frameList_.remove(index); onChanged(); } else { frameListBuilder_.remove(index); } return this; } public com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrame.Builder getFrameListBuilder( int index) { return getFrameListFieldBuilder().getBuilder(index); } public com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrameOrBuilder getFrameListOrBuilder( int index) { if (frameListBuilder_ == null) { return frameList_.get(index); } else { return frameListBuilder_.getMessageOrBuilder(index); } } public java.util.List<? extends com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrameOrBuilder> getFrameListOrBuilderList() { if (frameListBuilder_ != null) { return frameListBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(frameList_); } } public com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrame.Builder addFrameListBuilder() { return getFrameListFieldBuilder().addBuilder( com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrame.getDefaultInstance()); } public com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrame.Builder addFrameListBuilder( int index) { return getFrameListFieldBuilder().addBuilder( index, com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrame.getDefaultInstance()); } public java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrame.Builder> getFrameListBuilderList() { return getFrameListFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilder< com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrame, com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrame.Builder, com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrameOrBuilder> getFrameListFieldBuilder() { if (frameListBuilder_ == null) { frameListBuilder_ = new com.google.protobuf.RepeatedFieldBuilder< com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrame, com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrame.Builder, com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrameOrBuilder>( frameList_, ((bitField0_ & 0x00000002) == 0x00000002), getParentForChildren(), isClean()); frameList_ = null; } return frameListBuilder_; } // @@protoc_insertion_point(builder_scope:scope.debugger.ConsoleTraceInfo) } static { defaultInstance = new ConsoleTraceInfo(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.ConsoleTraceInfo) } public interface ConsoleProfileInfoOrBuilder extends com.google.protobuf.MessageOrBuilder { // required uint32 runtimeID = 1; boolean hasRuntimeID(); int getRuntimeID(); } public static final class ConsoleProfileInfo extends com.google.protobuf.GeneratedMessage implements ConsoleProfileInfoOrBuilder { // Use ConsoleProfileInfo.newBuilder() to construct. private ConsoleProfileInfo(Builder builder) { super(builder); } private ConsoleProfileInfo(boolean noInit) {} private static final ConsoleProfileInfo defaultInstance; public static ConsoleProfileInfo getDefaultInstance() { return defaultInstance; } public ConsoleProfileInfo getDefaultInstanceForType() { return defaultInstance; } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_ConsoleProfileInfo_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_ConsoleProfileInfo_fieldAccessorTable; } private int bitField0_; // required uint32 runtimeID = 1; public static final int RUNTIMEID_FIELD_NUMBER = 1; private int runtimeID_; public boolean hasRuntimeID() { return ((bitField0_ & 0x00000001) == 0x00000001); } public int getRuntimeID() { return runtimeID_; } private void initFields() { runtimeID_ = 0; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized != -1) return isInitialized == 1; if (!hasRuntimeID()) { memoizedIsInitialized = 0; return false; } memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { output.writeUInt32(1, runtimeID_); } getUnknownFields().writeTo(output); } private int memoizedSerializedSize = -1; public int getSerializedSize() { int size = memoizedSerializedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(1, runtimeID_); } size += getUnknownFields().getSerializedSize(); memoizedSerializedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override protected java.lang.Object writeReplace() throws java.io.ObjectStreamException { return super.writeReplace(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleProfileInfo parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleProfileInfo parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleProfileInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleProfileInfo parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleProfileInfo parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleProfileInfo parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleProfileInfo parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleProfileInfo parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input, extensionRegistry)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleProfileInfo parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleProfileInfo parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static Builder newBuilder() { return Builder.create(); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder(com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleProfileInfo prototype) { return newBuilder().mergeFrom(prototype); } public Builder toBuilder() { return newBuilder(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder<Builder> implements com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleProfileInfoOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_ConsoleProfileInfo_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_ConsoleProfileInfo_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleProfileInfo.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder(BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } private static Builder create() { return new Builder(); } public Builder clear() { super.clear(); runtimeID_ = 0; bitField0_ = (bitField0_ & ~0x00000001); return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleProfileInfo.getDescriptor(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleProfileInfo getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleProfileInfo.getDefaultInstance(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleProfileInfo build() { com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleProfileInfo result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleProfileInfo buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleProfileInfo result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleProfileInfo buildPartial() { com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleProfileInfo result = new com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleProfileInfo(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } result.runtimeID_ = runtimeID_; result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleProfileInfo) { return mergeFrom((com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleProfileInfo)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleProfileInfo other) { if (other == com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleProfileInfo.getDefaultInstance()) return this; if (other.hasRuntimeID()) { setRuntimeID(other.getRuntimeID()); } this.mergeUnknownFields(other.getUnknownFields()); return this; } public final boolean isInitialized() { if (!hasRuntimeID()) { return false; } return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder( this.getUnknownFields()); while (true) { int tag = input.readTag(); switch (tag) { case 0: this.setUnknownFields(unknownFields.build()); onChanged(); return this; default: { if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { this.setUnknownFields(unknownFields.build()); onChanged(); return this; } break; } case 8: { bitField0_ |= 0x00000001; runtimeID_ = input.readUInt32(); break; } } } } private int bitField0_; // required uint32 runtimeID = 1; private int runtimeID_ ; public boolean hasRuntimeID() { return ((bitField0_ & 0x00000001) == 0x00000001); } public int getRuntimeID() { return runtimeID_; } public Builder setRuntimeID(int value) { bitField0_ |= 0x00000001; runtimeID_ = value; onChanged(); return this; } public Builder clearRuntimeID() { bitField0_ = (bitField0_ & ~0x00000001); runtimeID_ = 0; onChanged(); return this; } // @@protoc_insertion_point(builder_scope:scope.debugger.ConsoleProfileInfo) } static { defaultInstance = new ConsoleProfileInfo(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.ConsoleProfileInfo) } public interface ConsoleProfileEndInfoOrBuilder extends com.google.protobuf.MessageOrBuilder { // required uint32 runtimeID = 1; boolean hasRuntimeID(); int getRuntimeID(); } public static final class ConsoleProfileEndInfo extends com.google.protobuf.GeneratedMessage implements ConsoleProfileEndInfoOrBuilder { // Use ConsoleProfileEndInfo.newBuilder() to construct. private ConsoleProfileEndInfo(Builder builder) { super(builder); } private ConsoleProfileEndInfo(boolean noInit) {} private static final ConsoleProfileEndInfo defaultInstance; public static ConsoleProfileEndInfo getDefaultInstance() { return defaultInstance; } public ConsoleProfileEndInfo getDefaultInstanceForType() { return defaultInstance; } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_ConsoleProfileEndInfo_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_ConsoleProfileEndInfo_fieldAccessorTable; } private int bitField0_; // required uint32 runtimeID = 1; public static final int RUNTIMEID_FIELD_NUMBER = 1; private int runtimeID_; public boolean hasRuntimeID() { return ((bitField0_ & 0x00000001) == 0x00000001); } public int getRuntimeID() { return runtimeID_; } private void initFields() { runtimeID_ = 0; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized != -1) return isInitialized == 1; if (!hasRuntimeID()) { memoizedIsInitialized = 0; return false; } memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { output.writeUInt32(1, runtimeID_); } getUnknownFields().writeTo(output); } private int memoizedSerializedSize = -1; public int getSerializedSize() { int size = memoizedSerializedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(1, runtimeID_); } size += getUnknownFields().getSerializedSize(); memoizedSerializedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override protected java.lang.Object writeReplace() throws java.io.ObjectStreamException { return super.writeReplace(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleProfileEndInfo parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleProfileEndInfo parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleProfileEndInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleProfileEndInfo parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleProfileEndInfo parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleProfileEndInfo parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleProfileEndInfo parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleProfileEndInfo parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input, extensionRegistry)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleProfileEndInfo parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleProfileEndInfo parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static Builder newBuilder() { return Builder.create(); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder(com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleProfileEndInfo prototype) { return newBuilder().mergeFrom(prototype); } public Builder toBuilder() { return newBuilder(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder<Builder> implements com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleProfileEndInfoOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_ConsoleProfileEndInfo_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_ConsoleProfileEndInfo_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleProfileEndInfo.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder(BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } private static Builder create() { return new Builder(); } public Builder clear() { super.clear(); runtimeID_ = 0; bitField0_ = (bitField0_ & ~0x00000001); return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleProfileEndInfo.getDescriptor(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleProfileEndInfo getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleProfileEndInfo.getDefaultInstance(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleProfileEndInfo build() { com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleProfileEndInfo result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleProfileEndInfo buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleProfileEndInfo result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleProfileEndInfo buildPartial() { com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleProfileEndInfo result = new com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleProfileEndInfo(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } result.runtimeID_ = runtimeID_; result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleProfileEndInfo) { return mergeFrom((com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleProfileEndInfo)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleProfileEndInfo other) { if (other == com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleProfileEndInfo.getDefaultInstance()) return this; if (other.hasRuntimeID()) { setRuntimeID(other.getRuntimeID()); } this.mergeUnknownFields(other.getUnknownFields()); return this; } public final boolean isInitialized() { if (!hasRuntimeID()) { return false; } return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder( this.getUnknownFields()); while (true) { int tag = input.readTag(); switch (tag) { case 0: this.setUnknownFields(unknownFields.build()); onChanged(); return this; default: { if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { this.setUnknownFields(unknownFields.build()); onChanged(); return this; } break; } case 8: { bitField0_ |= 0x00000001; runtimeID_ = input.readUInt32(); break; } } } } private int bitField0_; // required uint32 runtimeID = 1; private int runtimeID_ ; public boolean hasRuntimeID() { return ((bitField0_ & 0x00000001) == 0x00000001); } public int getRuntimeID() { return runtimeID_; } public Builder setRuntimeID(int value) { bitField0_ |= 0x00000001; runtimeID_ = value; onChanged(); return this; } public Builder clearRuntimeID() { bitField0_ = (bitField0_ & ~0x00000001); runtimeID_ = 0; onChanged(); return this; } // @@protoc_insertion_point(builder_scope:scope.debugger.ConsoleProfileEndInfo) } static { defaultInstance = new ConsoleProfileEndInfo(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.ConsoleProfileEndInfo) } public interface PropertyFilterOrBuilder extends com.google.protobuf.MessageOrBuilder { // repeated .scope.debugger.PropertyFilter.ClassMask classMaskList = 1; java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask> getClassMaskListList(); com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask getClassMaskList(int index); int getClassMaskListCount(); java.util.List<? extends com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMaskOrBuilder> getClassMaskListOrBuilderList(); com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMaskOrBuilder getClassMaskListOrBuilder( int index); } public static final class PropertyFilter extends com.google.protobuf.GeneratedMessage implements PropertyFilterOrBuilder { // Use PropertyFilter.newBuilder() to construct. private PropertyFilter(Builder builder) { super(builder); } private PropertyFilter(boolean noInit) {} private static final PropertyFilter defaultInstance; public static PropertyFilter getDefaultInstance() { return defaultInstance; } public PropertyFilter getDefaultInstanceForType() { return defaultInstance; } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_PropertyFilter_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_PropertyFilter_fieldAccessorTable; } public interface ClassMaskOrBuilder extends com.google.protobuf.MessageOrBuilder { // required string className = 1; boolean hasClassName(); String getClassName(); // repeated .scope.debugger.PropertyFilter.ClassMask.PropertyMask propertyMaskList = 2; java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask.PropertyMask> getPropertyMaskListList(); com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask.PropertyMask getPropertyMaskList(int index); int getPropertyMaskListCount(); java.util.List<? extends com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask.PropertyMaskOrBuilder> getPropertyMaskListOrBuilderList(); com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask.PropertyMaskOrBuilder getPropertyMaskListOrBuilder( int index); } public static final class ClassMask extends com.google.protobuf.GeneratedMessage implements ClassMaskOrBuilder { // Use ClassMask.newBuilder() to construct. private ClassMask(Builder builder) { super(builder); } private ClassMask(boolean noInit) {} private static final ClassMask defaultInstance; public static ClassMask getDefaultInstance() { return defaultInstance; } public ClassMask getDefaultInstanceForType() { return defaultInstance; } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_PropertyFilter_ClassMask_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_PropertyFilter_ClassMask_fieldAccessorTable; } public interface PropertyMaskOrBuilder extends com.google.protobuf.MessageOrBuilder { // required string name = 1; boolean hasName(); String getName(); // optional uint32 type = 2; boolean hasType(); int getType(); // optional bool boolean = 3; boolean hasBoolean(); boolean getBoolean(); // optional uint32 number = 4; boolean hasNumber(); int getNumber(); // optional string string = 5; boolean hasString(); String getString(); } public static final class PropertyMask extends com.google.protobuf.GeneratedMessage implements PropertyMaskOrBuilder { // Use PropertyMask.newBuilder() to construct. private PropertyMask(Builder builder) { super(builder); } private PropertyMask(boolean noInit) {} private static final PropertyMask defaultInstance; public static PropertyMask getDefaultInstance() { return defaultInstance; } public PropertyMask getDefaultInstanceForType() { return defaultInstance; } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_PropertyFilter_ClassMask_PropertyMask_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_PropertyFilter_ClassMask_PropertyMask_fieldAccessorTable; } private int bitField0_; // required string name = 1; public static final int NAME_FIELD_NUMBER = 1; private java.lang.Object name_; public boolean hasName() { return ((bitField0_ & 0x00000001) == 0x00000001); } public String getName() { java.lang.Object ref = name_; if (ref instanceof String) { return (String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; String s = bs.toStringUtf8(); if (com.google.protobuf.Internal.isValidUtf8(bs)) { name_ = s; } return s; } } private com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((String) ref); name_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } // optional uint32 type = 2; public static final int TYPE_FIELD_NUMBER = 2; private int type_; public boolean hasType() { return ((bitField0_ & 0x00000002) == 0x00000002); } public int getType() { return type_; } // optional bool boolean = 3; public static final int BOOLEAN_FIELD_NUMBER = 3; private boolean boolean_; public boolean hasBoolean() { return ((bitField0_ & 0x00000004) == 0x00000004); } public boolean getBoolean() { return boolean_; } // optional uint32 number = 4; public static final int NUMBER_FIELD_NUMBER = 4; private int number_; public boolean hasNumber() { return ((bitField0_ & 0x00000008) == 0x00000008); } public int getNumber() { return number_; } // optional string string = 5; public static final int STRING_FIELD_NUMBER = 5; private java.lang.Object string_; public boolean hasString() { return ((bitField0_ & 0x00000010) == 0x00000010); } public String getString() { java.lang.Object ref = string_; if (ref instanceof String) { return (String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; String s = bs.toStringUtf8(); if (com.google.protobuf.Internal.isValidUtf8(bs)) { string_ = s; } return s; } } private com.google.protobuf.ByteString getStringBytes() { java.lang.Object ref = string_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((String) ref); string_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } private void initFields() { name_ = ""; type_ = 0; boolean_ = false; number_ = 0; string_ = ""; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized != -1) return isInitialized == 1; if (!hasName()) { memoizedIsInitialized = 0; return false; } memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { output.writeBytes(1, getNameBytes()); } if (((bitField0_ & 0x00000002) == 0x00000002)) { output.writeUInt32(2, type_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { output.writeBool(3, boolean_); } if (((bitField0_ & 0x00000008) == 0x00000008)) { output.writeUInt32(4, number_); } if (((bitField0_ & 0x00000010) == 0x00000010)) { output.writeBytes(5, getStringBytes()); } getUnknownFields().writeTo(output); } private int memoizedSerializedSize = -1; public int getSerializedSize() { int size = memoizedSerializedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(1, getNameBytes()); } if (((bitField0_ & 0x00000002) == 0x00000002)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(2, type_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(3, boolean_); } if (((bitField0_ & 0x00000008) == 0x00000008)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(4, number_); } if (((bitField0_ & 0x00000010) == 0x00000010)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(5, getStringBytes()); } size += getUnknownFields().getSerializedSize(); memoizedSerializedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override protected java.lang.Object writeReplace() throws java.io.ObjectStreamException { return super.writeReplace(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask.PropertyMask parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask.PropertyMask parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask.PropertyMask parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask.PropertyMask parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask.PropertyMask parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask.PropertyMask parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask.PropertyMask parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask.PropertyMask parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input, extensionRegistry)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask.PropertyMask parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask.PropertyMask parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static Builder newBuilder() { return Builder.create(); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder(com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask.PropertyMask prototype) { return newBuilder().mergeFrom(prototype); } public Builder toBuilder() { return newBuilder(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder<Builder> implements com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask.PropertyMaskOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_PropertyFilter_ClassMask_PropertyMask_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_PropertyFilter_ClassMask_PropertyMask_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask.PropertyMask.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder(BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } private static Builder create() { return new Builder(); } public Builder clear() { super.clear(); name_ = ""; bitField0_ = (bitField0_ & ~0x00000001); type_ = 0; bitField0_ = (bitField0_ & ~0x00000002); boolean_ = false; bitField0_ = (bitField0_ & ~0x00000004); number_ = 0; bitField0_ = (bitField0_ & ~0x00000008); string_ = ""; bitField0_ = (bitField0_ & ~0x00000010); return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask.PropertyMask.getDescriptor(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask.PropertyMask getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask.PropertyMask.getDefaultInstance(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask.PropertyMask build() { com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask.PropertyMask result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask.PropertyMask buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask.PropertyMask result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask.PropertyMask buildPartial() { com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask.PropertyMask result = new com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask.PropertyMask(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } result.name_ = name_; if (((from_bitField0_ & 0x00000002) == 0x00000002)) { to_bitField0_ |= 0x00000002; } result.type_ = type_; if (((from_bitField0_ & 0x00000004) == 0x00000004)) { to_bitField0_ |= 0x00000004; } result.boolean_ = boolean_; if (((from_bitField0_ & 0x00000008) == 0x00000008)) { to_bitField0_ |= 0x00000008; } result.number_ = number_; if (((from_bitField0_ & 0x00000010) == 0x00000010)) { to_bitField0_ |= 0x00000010; } result.string_ = string_; result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask.PropertyMask) { return mergeFrom((com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask.PropertyMask)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask.PropertyMask other) { if (other == com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask.PropertyMask.getDefaultInstance()) return this; if (other.hasName()) { setName(other.getName()); } if (other.hasType()) { setType(other.getType()); } if (other.hasBoolean()) { setBoolean(other.getBoolean()); } if (other.hasNumber()) { setNumber(other.getNumber()); } if (other.hasString()) { setString(other.getString()); } this.mergeUnknownFields(other.getUnknownFields()); return this; } public final boolean isInitialized() { if (!hasName()) { return false; } return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder( this.getUnknownFields()); while (true) { int tag = input.readTag(); switch (tag) { case 0: this.setUnknownFields(unknownFields.build()); onChanged(); return this; default: { if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { this.setUnknownFields(unknownFields.build()); onChanged(); return this; } break; } case 10: { bitField0_ |= 0x00000001; name_ = input.readBytes(); break; } case 16: { bitField0_ |= 0x00000002; type_ = input.readUInt32(); break; } case 24: { bitField0_ |= 0x00000004; boolean_ = input.readBool(); break; } case 32: { bitField0_ |= 0x00000008; number_ = input.readUInt32(); break; } case 42: { bitField0_ |= 0x00000010; string_ = input.readBytes(); break; } } } } private int bitField0_; // required string name = 1; private java.lang.Object name_ = ""; public boolean hasName() { return ((bitField0_ & 0x00000001) == 0x00000001); } public String getName() { java.lang.Object ref = name_; if (!(ref instanceof String)) { String s = ((com.google.protobuf.ByteString) ref).toStringUtf8(); name_ = s; return s; } else { return (String) ref; } } public Builder setName(String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000001; name_ = value; onChanged(); return this; } public Builder clearName() { bitField0_ = (bitField0_ & ~0x00000001); name_ = getDefaultInstance().getName(); onChanged(); return this; } void setName(com.google.protobuf.ByteString value) { bitField0_ |= 0x00000001; name_ = value; onChanged(); } // optional uint32 type = 2; private int type_ ; public boolean hasType() { return ((bitField0_ & 0x00000002) == 0x00000002); } public int getType() { return type_; } public Builder setType(int value) { bitField0_ |= 0x00000002; type_ = value; onChanged(); return this; } public Builder clearType() { bitField0_ = (bitField0_ & ~0x00000002); type_ = 0; onChanged(); return this; } // optional bool boolean = 3; private boolean boolean_ ; public boolean hasBoolean() { return ((bitField0_ & 0x00000004) == 0x00000004); } public boolean getBoolean() { return boolean_; } public Builder setBoolean(boolean value) { bitField0_ |= 0x00000004; boolean_ = value; onChanged(); return this; } public Builder clearBoolean() { bitField0_ = (bitField0_ & ~0x00000004); boolean_ = false; onChanged(); return this; } // optional uint32 number = 4; private int number_ ; public boolean hasNumber() { return ((bitField0_ & 0x00000008) == 0x00000008); } public int getNumber() { return number_; } public Builder setNumber(int value) { bitField0_ |= 0x00000008; number_ = value; onChanged(); return this; } public Builder clearNumber() { bitField0_ = (bitField0_ & ~0x00000008); number_ = 0; onChanged(); return this; } // optional string string = 5; private java.lang.Object string_ = ""; public boolean hasString() { return ((bitField0_ & 0x00000010) == 0x00000010); } public String getString() { java.lang.Object ref = string_; if (!(ref instanceof String)) { String s = ((com.google.protobuf.ByteString) ref).toStringUtf8(); string_ = s; return s; } else { return (String) ref; } } public Builder setString(String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000010; string_ = value; onChanged(); return this; } public Builder clearString() { bitField0_ = (bitField0_ & ~0x00000010); string_ = getDefaultInstance().getString(); onChanged(); return this; } void setString(com.google.protobuf.ByteString value) { bitField0_ |= 0x00000010; string_ = value; onChanged(); } // @@protoc_insertion_point(builder_scope:scope.debugger.PropertyFilter.ClassMask.PropertyMask) } static { defaultInstance = new PropertyMask(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.PropertyFilter.ClassMask.PropertyMask) } private int bitField0_; // required string className = 1; public static final int CLASSNAME_FIELD_NUMBER = 1; private java.lang.Object className_; public boolean hasClassName() { return ((bitField0_ & 0x00000001) == 0x00000001); } public String getClassName() { java.lang.Object ref = className_; if (ref instanceof String) { return (String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; String s = bs.toStringUtf8(); if (com.google.protobuf.Internal.isValidUtf8(bs)) { className_ = s; } return s; } } private com.google.protobuf.ByteString getClassNameBytes() { java.lang.Object ref = className_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((String) ref); className_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } // repeated .scope.debugger.PropertyFilter.ClassMask.PropertyMask propertyMaskList = 2; public static final int PROPERTYMASKLIST_FIELD_NUMBER = 2; private java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask.PropertyMask> propertyMaskList_; public java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask.PropertyMask> getPropertyMaskListList() { return propertyMaskList_; } public java.util.List<? extends com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask.PropertyMaskOrBuilder> getPropertyMaskListOrBuilderList() { return propertyMaskList_; } public int getPropertyMaskListCount() { return propertyMaskList_.size(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask.PropertyMask getPropertyMaskList(int index) { return propertyMaskList_.get(index); } public com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask.PropertyMaskOrBuilder getPropertyMaskListOrBuilder( int index) { return propertyMaskList_.get(index); } private void initFields() { className_ = ""; propertyMaskList_ = java.util.Collections.emptyList(); } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized != -1) return isInitialized == 1; if (!hasClassName()) { memoizedIsInitialized = 0; return false; } for (int i = 0; i < getPropertyMaskListCount(); i++) { if (!getPropertyMaskList(i).isInitialized()) { memoizedIsInitialized = 0; return false; } } memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { output.writeBytes(1, getClassNameBytes()); } for (int i = 0; i < propertyMaskList_.size(); i++) { output.writeMessage(2, propertyMaskList_.get(i)); } getUnknownFields().writeTo(output); } private int memoizedSerializedSize = -1; public int getSerializedSize() { int size = memoizedSerializedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(1, getClassNameBytes()); } for (int i = 0; i < propertyMaskList_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(2, propertyMaskList_.get(i)); } size += getUnknownFields().getSerializedSize(); memoizedSerializedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override protected java.lang.Object writeReplace() throws java.io.ObjectStreamException { return super.writeReplace(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input, extensionRegistry)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static Builder newBuilder() { return Builder.create(); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder(com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask prototype) { return newBuilder().mergeFrom(prototype); } public Builder toBuilder() { return newBuilder(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder<Builder> implements com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMaskOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_PropertyFilter_ClassMask_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_PropertyFilter_ClassMask_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder(BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getPropertyMaskListFieldBuilder(); } } private static Builder create() { return new Builder(); } public Builder clear() { super.clear(); className_ = ""; bitField0_ = (bitField0_ & ~0x00000001); if (propertyMaskListBuilder_ == null) { propertyMaskList_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000002); } else { propertyMaskListBuilder_.clear(); } return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask.getDescriptor(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask.getDefaultInstance(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask build() { com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask buildPartial() { com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask result = new com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } result.className_ = className_; if (propertyMaskListBuilder_ == null) { if (((bitField0_ & 0x00000002) == 0x00000002)) { propertyMaskList_ = java.util.Collections.unmodifiableList(propertyMaskList_); bitField0_ = (bitField0_ & ~0x00000002); } result.propertyMaskList_ = propertyMaskList_; } else { result.propertyMaskList_ = propertyMaskListBuilder_.build(); } result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask) { return mergeFrom((com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask other) { if (other == com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask.getDefaultInstance()) return this; if (other.hasClassName()) { setClassName(other.getClassName()); } if (propertyMaskListBuilder_ == null) { if (!other.propertyMaskList_.isEmpty()) { if (propertyMaskList_.isEmpty()) { propertyMaskList_ = other.propertyMaskList_; bitField0_ = (bitField0_ & ~0x00000002); } else { ensurePropertyMaskListIsMutable(); propertyMaskList_.addAll(other.propertyMaskList_); } onChanged(); } } else { if (!other.propertyMaskList_.isEmpty()) { if (propertyMaskListBuilder_.isEmpty()) { propertyMaskListBuilder_.dispose(); propertyMaskListBuilder_ = null; propertyMaskList_ = other.propertyMaskList_; bitField0_ = (bitField0_ & ~0x00000002); propertyMaskListBuilder_ = com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? getPropertyMaskListFieldBuilder() : null; } else { propertyMaskListBuilder_.addAllMessages(other.propertyMaskList_); } } } this.mergeUnknownFields(other.getUnknownFields()); return this; } public final boolean isInitialized() { if (!hasClassName()) { return false; } for (int i = 0; i < getPropertyMaskListCount(); i++) { if (!getPropertyMaskList(i).isInitialized()) { return false; } } return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder( this.getUnknownFields()); while (true) { int tag = input.readTag(); switch (tag) { case 0: this.setUnknownFields(unknownFields.build()); onChanged(); return this; default: { if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { this.setUnknownFields(unknownFields.build()); onChanged(); return this; } break; } case 10: { bitField0_ |= 0x00000001; className_ = input.readBytes(); break; } case 18: { com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask.PropertyMask.Builder subBuilder = com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask.PropertyMask.newBuilder(); input.readMessage(subBuilder, extensionRegistry); addPropertyMaskList(subBuilder.buildPartial()); break; } } } } private int bitField0_; // required string className = 1; private java.lang.Object className_ = ""; public boolean hasClassName() { return ((bitField0_ & 0x00000001) == 0x00000001); } public String getClassName() { java.lang.Object ref = className_; if (!(ref instanceof String)) { String s = ((com.google.protobuf.ByteString) ref).toStringUtf8(); className_ = s; return s; } else { return (String) ref; } } public Builder setClassName(String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000001; className_ = value; onChanged(); return this; } public Builder clearClassName() { bitField0_ = (bitField0_ & ~0x00000001); className_ = getDefaultInstance().getClassName(); onChanged(); return this; } void setClassName(com.google.protobuf.ByteString value) { bitField0_ |= 0x00000001; className_ = value; onChanged(); } // repeated .scope.debugger.PropertyFilter.ClassMask.PropertyMask propertyMaskList = 2; private java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask.PropertyMask> propertyMaskList_ = java.util.Collections.emptyList(); private void ensurePropertyMaskListIsMutable() { if (!((bitField0_ & 0x00000002) == 0x00000002)) { propertyMaskList_ = new java.util.ArrayList<com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask.PropertyMask>(propertyMaskList_); bitField0_ |= 0x00000002; } } private com.google.protobuf.RepeatedFieldBuilder< com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask.PropertyMask, com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask.PropertyMask.Builder, com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask.PropertyMaskOrBuilder> propertyMaskListBuilder_; public java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask.PropertyMask> getPropertyMaskListList() { if (propertyMaskListBuilder_ == null) { return java.util.Collections.unmodifiableList(propertyMaskList_); } else { return propertyMaskListBuilder_.getMessageList(); } } public int getPropertyMaskListCount() { if (propertyMaskListBuilder_ == null) { return propertyMaskList_.size(); } else { return propertyMaskListBuilder_.getCount(); } } public com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask.PropertyMask getPropertyMaskList(int index) { if (propertyMaskListBuilder_ == null) { return propertyMaskList_.get(index); } else { return propertyMaskListBuilder_.getMessage(index); } } public Builder setPropertyMaskList( int index, com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask.PropertyMask value) { if (propertyMaskListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensurePropertyMaskListIsMutable(); propertyMaskList_.set(index, value); onChanged(); } else { propertyMaskListBuilder_.setMessage(index, value); } return this; } public Builder setPropertyMaskList( int index, com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask.PropertyMask.Builder builderForValue) { if (propertyMaskListBuilder_ == null) { ensurePropertyMaskListIsMutable(); propertyMaskList_.set(index, builderForValue.build()); onChanged(); } else { propertyMaskListBuilder_.setMessage(index, builderForValue.build()); } return this; } public Builder addPropertyMaskList(com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask.PropertyMask value) { if (propertyMaskListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensurePropertyMaskListIsMutable(); propertyMaskList_.add(value); onChanged(); } else { propertyMaskListBuilder_.addMessage(value); } return this; } public Builder addPropertyMaskList( int index, com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask.PropertyMask value) { if (propertyMaskListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensurePropertyMaskListIsMutable(); propertyMaskList_.add(index, value); onChanged(); } else { propertyMaskListBuilder_.addMessage(index, value); } return this; } public Builder addPropertyMaskList( com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask.PropertyMask.Builder builderForValue) { if (propertyMaskListBuilder_ == null) { ensurePropertyMaskListIsMutable(); propertyMaskList_.add(builderForValue.build()); onChanged(); } else { propertyMaskListBuilder_.addMessage(builderForValue.build()); } return this; } public Builder addPropertyMaskList( int index, com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask.PropertyMask.Builder builderForValue) { if (propertyMaskListBuilder_ == null) { ensurePropertyMaskListIsMutable(); propertyMaskList_.add(index, builderForValue.build()); onChanged(); } else { propertyMaskListBuilder_.addMessage(index, builderForValue.build()); } return this; } public Builder addAllPropertyMaskList( java.lang.Iterable<? extends com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask.PropertyMask> values) { if (propertyMaskListBuilder_ == null) { ensurePropertyMaskListIsMutable(); super.addAll(values, propertyMaskList_); onChanged(); } else { propertyMaskListBuilder_.addAllMessages(values); } return this; } public Builder clearPropertyMaskList() { if (propertyMaskListBuilder_ == null) { propertyMaskList_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000002); onChanged(); } else { propertyMaskListBuilder_.clear(); } return this; } public Builder removePropertyMaskList(int index) { if (propertyMaskListBuilder_ == null) { ensurePropertyMaskListIsMutable(); propertyMaskList_.remove(index); onChanged(); } else { propertyMaskListBuilder_.remove(index); } return this; } public com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask.PropertyMask.Builder getPropertyMaskListBuilder( int index) { return getPropertyMaskListFieldBuilder().getBuilder(index); } public com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask.PropertyMaskOrBuilder getPropertyMaskListOrBuilder( int index) { if (propertyMaskListBuilder_ == null) { return propertyMaskList_.get(index); } else { return propertyMaskListBuilder_.getMessageOrBuilder(index); } } public java.util.List<? extends com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask.PropertyMaskOrBuilder> getPropertyMaskListOrBuilderList() { if (propertyMaskListBuilder_ != null) { return propertyMaskListBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(propertyMaskList_); } } public com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask.PropertyMask.Builder addPropertyMaskListBuilder() { return getPropertyMaskListFieldBuilder().addBuilder( com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask.PropertyMask.getDefaultInstance()); } public com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask.PropertyMask.Builder addPropertyMaskListBuilder( int index) { return getPropertyMaskListFieldBuilder().addBuilder( index, com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask.PropertyMask.getDefaultInstance()); } public java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask.PropertyMask.Builder> getPropertyMaskListBuilderList() { return getPropertyMaskListFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilder< com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask.PropertyMask, com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask.PropertyMask.Builder, com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask.PropertyMaskOrBuilder> getPropertyMaskListFieldBuilder() { if (propertyMaskListBuilder_ == null) { propertyMaskListBuilder_ = new com.google.protobuf.RepeatedFieldBuilder< com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask.PropertyMask, com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask.PropertyMask.Builder, com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask.PropertyMaskOrBuilder>( propertyMaskList_, ((bitField0_ & 0x00000002) == 0x00000002), getParentForChildren(), isClean()); propertyMaskList_ = null; } return propertyMaskListBuilder_; } // @@protoc_insertion_point(builder_scope:scope.debugger.PropertyFilter.ClassMask) } static { defaultInstance = new ClassMask(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.PropertyFilter.ClassMask) } // repeated .scope.debugger.PropertyFilter.ClassMask classMaskList = 1; public static final int CLASSMASKLIST_FIELD_NUMBER = 1; private java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask> classMaskList_; public java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask> getClassMaskListList() { return classMaskList_; } public java.util.List<? extends com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMaskOrBuilder> getClassMaskListOrBuilderList() { return classMaskList_; } public int getClassMaskListCount() { return classMaskList_.size(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask getClassMaskList(int index) { return classMaskList_.get(index); } public com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMaskOrBuilder getClassMaskListOrBuilder( int index) { return classMaskList_.get(index); } private void initFields() { classMaskList_ = java.util.Collections.emptyList(); } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized != -1) return isInitialized == 1; for (int i = 0; i < getClassMaskListCount(); i++) { if (!getClassMaskList(i).isInitialized()) { memoizedIsInitialized = 0; return false; } } memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); for (int i = 0; i < classMaskList_.size(); i++) { output.writeMessage(1, classMaskList_.get(i)); } getUnknownFields().writeTo(output); } private int memoizedSerializedSize = -1; public int getSerializedSize() { int size = memoizedSerializedSize; if (size != -1) return size; size = 0; for (int i = 0; i < classMaskList_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, classMaskList_.get(i)); } size += getUnknownFields().getSerializedSize(); memoizedSerializedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override protected java.lang.Object writeReplace() throws java.io.ObjectStreamException { return super.writeReplace(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input, extensionRegistry)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static Builder newBuilder() { return Builder.create(); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder(com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter prototype) { return newBuilder().mergeFrom(prototype); } public Builder toBuilder() { return newBuilder(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder<Builder> implements com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilterOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_PropertyFilter_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_PropertyFilter_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder(BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getClassMaskListFieldBuilder(); } } private static Builder create() { return new Builder(); } public Builder clear() { super.clear(); if (classMaskListBuilder_ == null) { classMaskList_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); } else { classMaskListBuilder_.clear(); } return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.getDescriptor(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.getDefaultInstance(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter build() { com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter buildPartial() { com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter result = new com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter(this); int from_bitField0_ = bitField0_; if (classMaskListBuilder_ == null) { if (((bitField0_ & 0x00000001) == 0x00000001)) { classMaskList_ = java.util.Collections.unmodifiableList(classMaskList_); bitField0_ = (bitField0_ & ~0x00000001); } result.classMaskList_ = classMaskList_; } else { result.classMaskList_ = classMaskListBuilder_.build(); } onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter) { return mergeFrom((com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter other) { if (other == com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.getDefaultInstance()) return this; if (classMaskListBuilder_ == null) { if (!other.classMaskList_.isEmpty()) { if (classMaskList_.isEmpty()) { classMaskList_ = other.classMaskList_; bitField0_ = (bitField0_ & ~0x00000001); } else { ensureClassMaskListIsMutable(); classMaskList_.addAll(other.classMaskList_); } onChanged(); } } else { if (!other.classMaskList_.isEmpty()) { if (classMaskListBuilder_.isEmpty()) { classMaskListBuilder_.dispose(); classMaskListBuilder_ = null; classMaskList_ = other.classMaskList_; bitField0_ = (bitField0_ & ~0x00000001); classMaskListBuilder_ = com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? getClassMaskListFieldBuilder() : null; } else { classMaskListBuilder_.addAllMessages(other.classMaskList_); } } } this.mergeUnknownFields(other.getUnknownFields()); return this; } public final boolean isInitialized() { for (int i = 0; i < getClassMaskListCount(); i++) { if (!getClassMaskList(i).isInitialized()) { return false; } } return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder( this.getUnknownFields()); while (true) { int tag = input.readTag(); switch (tag) { case 0: this.setUnknownFields(unknownFields.build()); onChanged(); return this; default: { if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { this.setUnknownFields(unknownFields.build()); onChanged(); return this; } break; } case 10: { com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask.Builder subBuilder = com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask.newBuilder(); input.readMessage(subBuilder, extensionRegistry); addClassMaskList(subBuilder.buildPartial()); break; } } } } private int bitField0_; // repeated .scope.debugger.PropertyFilter.ClassMask classMaskList = 1; private java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask> classMaskList_ = java.util.Collections.emptyList(); private void ensureClassMaskListIsMutable() { if (!((bitField0_ & 0x00000001) == 0x00000001)) { classMaskList_ = new java.util.ArrayList<com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask>(classMaskList_); bitField0_ |= 0x00000001; } } private com.google.protobuf.RepeatedFieldBuilder< com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask, com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask.Builder, com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMaskOrBuilder> classMaskListBuilder_; public java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask> getClassMaskListList() { if (classMaskListBuilder_ == null) { return java.util.Collections.unmodifiableList(classMaskList_); } else { return classMaskListBuilder_.getMessageList(); } } public int getClassMaskListCount() { if (classMaskListBuilder_ == null) { return classMaskList_.size(); } else { return classMaskListBuilder_.getCount(); } } public com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask getClassMaskList(int index) { if (classMaskListBuilder_ == null) { return classMaskList_.get(index); } else { return classMaskListBuilder_.getMessage(index); } } public Builder setClassMaskList( int index, com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask value) { if (classMaskListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureClassMaskListIsMutable(); classMaskList_.set(index, value); onChanged(); } else { classMaskListBuilder_.setMessage(index, value); } return this; } public Builder setClassMaskList( int index, com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask.Builder builderForValue) { if (classMaskListBuilder_ == null) { ensureClassMaskListIsMutable(); classMaskList_.set(index, builderForValue.build()); onChanged(); } else { classMaskListBuilder_.setMessage(index, builderForValue.build()); } return this; } public Builder addClassMaskList(com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask value) { if (classMaskListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureClassMaskListIsMutable(); classMaskList_.add(value); onChanged(); } else { classMaskListBuilder_.addMessage(value); } return this; } public Builder addClassMaskList( int index, com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask value) { if (classMaskListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureClassMaskListIsMutable(); classMaskList_.add(index, value); onChanged(); } else { classMaskListBuilder_.addMessage(index, value); } return this; } public Builder addClassMaskList( com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask.Builder builderForValue) { if (classMaskListBuilder_ == null) { ensureClassMaskListIsMutable(); classMaskList_.add(builderForValue.build()); onChanged(); } else { classMaskListBuilder_.addMessage(builderForValue.build()); } return this; } public Builder addClassMaskList( int index, com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask.Builder builderForValue) { if (classMaskListBuilder_ == null) { ensureClassMaskListIsMutable(); classMaskList_.add(index, builderForValue.build()); onChanged(); } else { classMaskListBuilder_.addMessage(index, builderForValue.build()); } return this; } public Builder addAllClassMaskList( java.lang.Iterable<? extends com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask> values) { if (classMaskListBuilder_ == null) { ensureClassMaskListIsMutable(); super.addAll(values, classMaskList_); onChanged(); } else { classMaskListBuilder_.addAllMessages(values); } return this; } public Builder clearClassMaskList() { if (classMaskListBuilder_ == null) { classMaskList_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); } else { classMaskListBuilder_.clear(); } return this; } public Builder removeClassMaskList(int index) { if (classMaskListBuilder_ == null) { ensureClassMaskListIsMutable(); classMaskList_.remove(index); onChanged(); } else { classMaskListBuilder_.remove(index); } return this; } public com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask.Builder getClassMaskListBuilder( int index) { return getClassMaskListFieldBuilder().getBuilder(index); } public com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMaskOrBuilder getClassMaskListOrBuilder( int index) { if (classMaskListBuilder_ == null) { return classMaskList_.get(index); } else { return classMaskListBuilder_.getMessageOrBuilder(index); } } public java.util.List<? extends com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMaskOrBuilder> getClassMaskListOrBuilderList() { if (classMaskListBuilder_ != null) { return classMaskListBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(classMaskList_); } } public com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask.Builder addClassMaskListBuilder() { return getClassMaskListFieldBuilder().addBuilder( com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask.getDefaultInstance()); } public com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask.Builder addClassMaskListBuilder( int index) { return getClassMaskListFieldBuilder().addBuilder( index, com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask.getDefaultInstance()); } public java.util.List<com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask.Builder> getClassMaskListBuilderList() { return getClassMaskListFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilder< com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask, com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask.Builder, com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMaskOrBuilder> getClassMaskListFieldBuilder() { if (classMaskListBuilder_ == null) { classMaskListBuilder_ = new com.google.protobuf.RepeatedFieldBuilder< com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask, com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask.Builder, com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMaskOrBuilder>( classMaskList_, ((bitField0_ & 0x00000001) == 0x00000001), getParentForChildren(), isClean()); classMaskList_ = null; } return classMaskListBuilder_; } // @@protoc_insertion_point(builder_scope:scope.debugger.PropertyFilter) } static { defaultInstance = new PropertyFilter(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.PropertyFilter) } public interface SetPropertyFilterArgOrBuilder extends com.google.protobuf.MessageOrBuilder { // required .scope.debugger.PropertyFilter propertyFilter = 1; boolean hasPropertyFilter(); com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter getPropertyFilter(); com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilterOrBuilder getPropertyFilterOrBuilder(); } public static final class SetPropertyFilterArg extends com.google.protobuf.GeneratedMessage implements SetPropertyFilterArgOrBuilder { // Use SetPropertyFilterArg.newBuilder() to construct. private SetPropertyFilterArg(Builder builder) { super(builder); } private SetPropertyFilterArg(boolean noInit) {} private static final SetPropertyFilterArg defaultInstance; public static SetPropertyFilterArg getDefaultInstance() { return defaultInstance; } public SetPropertyFilterArg getDefaultInstanceForType() { return defaultInstance; } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_SetPropertyFilterArg_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_SetPropertyFilterArg_fieldAccessorTable; } private int bitField0_; // required .scope.debugger.PropertyFilter propertyFilter = 1; public static final int PROPERTYFILTER_FIELD_NUMBER = 1; private com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter propertyFilter_; public boolean hasPropertyFilter() { return ((bitField0_ & 0x00000001) == 0x00000001); } public com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter getPropertyFilter() { return propertyFilter_; } public com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilterOrBuilder getPropertyFilterOrBuilder() { return propertyFilter_; } private void initFields() { propertyFilter_ = com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.getDefaultInstance(); } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized != -1) return isInitialized == 1; if (!hasPropertyFilter()) { memoizedIsInitialized = 0; return false; } if (!getPropertyFilter().isInitialized()) { memoizedIsInitialized = 0; return false; } memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { output.writeMessage(1, propertyFilter_); } getUnknownFields().writeTo(output); } private int memoizedSerializedSize = -1; public int getSerializedSize() { int size = memoizedSerializedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, propertyFilter_); } size += getUnknownFields().getSerializedSize(); memoizedSerializedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override protected java.lang.Object writeReplace() throws java.io.ObjectStreamException { return super.writeReplace(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.SetPropertyFilterArg parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.SetPropertyFilterArg parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.SetPropertyFilterArg parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.SetPropertyFilterArg parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.SetPropertyFilterArg parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.SetPropertyFilterArg parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.SetPropertyFilterArg parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.SetPropertyFilterArg parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input, extensionRegistry)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.SetPropertyFilterArg parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.SetPropertyFilterArg parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static Builder newBuilder() { return Builder.create(); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder(com.opera.core.systems.scope.protos.Esdbg6Protos.SetPropertyFilterArg prototype) { return newBuilder().mergeFrom(prototype); } public Builder toBuilder() { return newBuilder(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder<Builder> implements com.opera.core.systems.scope.protos.Esdbg6Protos.SetPropertyFilterArgOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_SetPropertyFilterArg_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_SetPropertyFilterArg_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.Esdbg6Protos.SetPropertyFilterArg.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder(BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getPropertyFilterFieldBuilder(); } } private static Builder create() { return new Builder(); } public Builder clear() { super.clear(); if (propertyFilterBuilder_ == null) { propertyFilter_ = com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.getDefaultInstance(); } else { propertyFilterBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00000001); return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.SetPropertyFilterArg.getDescriptor(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.SetPropertyFilterArg getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.SetPropertyFilterArg.getDefaultInstance(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.SetPropertyFilterArg build() { com.opera.core.systems.scope.protos.Esdbg6Protos.SetPropertyFilterArg result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.Esdbg6Protos.SetPropertyFilterArg buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.Esdbg6Protos.SetPropertyFilterArg result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.Esdbg6Protos.SetPropertyFilterArg buildPartial() { com.opera.core.systems.scope.protos.Esdbg6Protos.SetPropertyFilterArg result = new com.opera.core.systems.scope.protos.Esdbg6Protos.SetPropertyFilterArg(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } if (propertyFilterBuilder_ == null) { result.propertyFilter_ = propertyFilter_; } else { result.propertyFilter_ = propertyFilterBuilder_.build(); } result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.opera.core.systems.scope.protos.Esdbg6Protos.SetPropertyFilterArg) { return mergeFrom((com.opera.core.systems.scope.protos.Esdbg6Protos.SetPropertyFilterArg)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.Esdbg6Protos.SetPropertyFilterArg other) { if (other == com.opera.core.systems.scope.protos.Esdbg6Protos.SetPropertyFilterArg.getDefaultInstance()) return this; if (other.hasPropertyFilter()) { mergePropertyFilter(other.getPropertyFilter()); } this.mergeUnknownFields(other.getUnknownFields()); return this; } public final boolean isInitialized() { if (!hasPropertyFilter()) { return false; } if (!getPropertyFilter().isInitialized()) { return false; } return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder( this.getUnknownFields()); while (true) { int tag = input.readTag(); switch (tag) { case 0: this.setUnknownFields(unknownFields.build()); onChanged(); return this; default: { if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { this.setUnknownFields(unknownFields.build()); onChanged(); return this; } break; } case 10: { com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.Builder subBuilder = com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.newBuilder(); if (hasPropertyFilter()) { subBuilder.mergeFrom(getPropertyFilter()); } input.readMessage(subBuilder, extensionRegistry); setPropertyFilter(subBuilder.buildPartial()); break; } } } } private int bitField0_; // required .scope.debugger.PropertyFilter propertyFilter = 1; private com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter propertyFilter_ = com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.getDefaultInstance(); private com.google.protobuf.SingleFieldBuilder< com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter, com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.Builder, com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilterOrBuilder> propertyFilterBuilder_; public boolean hasPropertyFilter() { return ((bitField0_ & 0x00000001) == 0x00000001); } public com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter getPropertyFilter() { if (propertyFilterBuilder_ == null) { return propertyFilter_; } else { return propertyFilterBuilder_.getMessage(); } } public Builder setPropertyFilter(com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter value) { if (propertyFilterBuilder_ == null) { if (value == null) { throw new NullPointerException(); } propertyFilter_ = value; onChanged(); } else { propertyFilterBuilder_.setMessage(value); } bitField0_ |= 0x00000001; return this; } public Builder setPropertyFilter( com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.Builder builderForValue) { if (propertyFilterBuilder_ == null) { propertyFilter_ = builderForValue.build(); onChanged(); } else { propertyFilterBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000001; return this; } public Builder mergePropertyFilter(com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter value) { if (propertyFilterBuilder_ == null) { if (((bitField0_ & 0x00000001) == 0x00000001) && propertyFilter_ != com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.getDefaultInstance()) { propertyFilter_ = com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.newBuilder(propertyFilter_).mergeFrom(value).buildPartial(); } else { propertyFilter_ = value; } onChanged(); } else { propertyFilterBuilder_.mergeFrom(value); } bitField0_ |= 0x00000001; return this; } public Builder clearPropertyFilter() { if (propertyFilterBuilder_ == null) { propertyFilter_ = com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.getDefaultInstance(); onChanged(); } else { propertyFilterBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00000001); return this; } public com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.Builder getPropertyFilterBuilder() { bitField0_ |= 0x00000001; onChanged(); return getPropertyFilterFieldBuilder().getBuilder(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilterOrBuilder getPropertyFilterOrBuilder() { if (propertyFilterBuilder_ != null) { return propertyFilterBuilder_.getMessageOrBuilder(); } else { return propertyFilter_; } } private com.google.protobuf.SingleFieldBuilder< com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter, com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.Builder, com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilterOrBuilder> getPropertyFilterFieldBuilder() { if (propertyFilterBuilder_ == null) { propertyFilterBuilder_ = new com.google.protobuf.SingleFieldBuilder< com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter, com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.Builder, com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilterOrBuilder>( propertyFilter_, getParentForChildren(), isClean()); propertyFilter_ = null; } return propertyFilterBuilder_; } // @@protoc_insertion_point(builder_scope:scope.debugger.SetPropertyFilterArg) } static { defaultInstance = new SetPropertyFilterArg(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.SetPropertyFilterArg) } public interface ReleaseObjectsArgOrBuilder extends com.google.protobuf.MessageOrBuilder { // repeated uint32 objectList = 1; java.util.List<java.lang.Integer> getObjectListList(); int getObjectListCount(); int getObjectList(int index); } public static final class ReleaseObjectsArg extends com.google.protobuf.GeneratedMessage implements ReleaseObjectsArgOrBuilder { // Use ReleaseObjectsArg.newBuilder() to construct. private ReleaseObjectsArg(Builder builder) { super(builder); } private ReleaseObjectsArg(boolean noInit) {} private static final ReleaseObjectsArg defaultInstance; public static ReleaseObjectsArg getDefaultInstance() { return defaultInstance; } public ReleaseObjectsArg getDefaultInstanceForType() { return defaultInstance; } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_ReleaseObjectsArg_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_ReleaseObjectsArg_fieldAccessorTable; } // repeated uint32 objectList = 1; public static final int OBJECTLIST_FIELD_NUMBER = 1; private java.util.List<java.lang.Integer> objectList_; public java.util.List<java.lang.Integer> getObjectListList() { return objectList_; } public int getObjectListCount() { return objectList_.size(); } public int getObjectList(int index) { return objectList_.get(index); } private void initFields() { objectList_ = java.util.Collections.emptyList();; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized != -1) return isInitialized == 1; memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); for (int i = 0; i < objectList_.size(); i++) { output.writeUInt32(1, objectList_.get(i)); } getUnknownFields().writeTo(output); } private int memoizedSerializedSize = -1; public int getSerializedSize() { int size = memoizedSerializedSize; if (size != -1) return size; size = 0; { int dataSize = 0; for (int i = 0; i < objectList_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeUInt32SizeNoTag(objectList_.get(i)); } size += dataSize; size += 1 * getObjectListList().size(); } size += getUnknownFields().getSerializedSize(); memoizedSerializedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override protected java.lang.Object writeReplace() throws java.io.ObjectStreamException { return super.writeReplace(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ReleaseObjectsArg parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ReleaseObjectsArg parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ReleaseObjectsArg parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ReleaseObjectsArg parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ReleaseObjectsArg parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ReleaseObjectsArg parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ReleaseObjectsArg parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ReleaseObjectsArg parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input, extensionRegistry)) { return builder.buildParsed(); } else { return null; } } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ReleaseObjectsArg parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.Esdbg6Protos.ReleaseObjectsArg parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return newBuilder().mergeFrom(input, extensionRegistry) .buildParsed(); } public static Builder newBuilder() { return Builder.create(); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder(com.opera.core.systems.scope.protos.Esdbg6Protos.ReleaseObjectsArg prototype) { return newBuilder().mergeFrom(prototype); } public Builder toBuilder() { return newBuilder(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder<Builder> implements com.opera.core.systems.scope.protos.Esdbg6Protos.ReleaseObjectsArgOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_ReleaseObjectsArg_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.Esdbg6Protos.internal_static_scope_debugger_ReleaseObjectsArg_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.Esdbg6Protos.ReleaseObjectsArg.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder(BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } private static Builder create() { return new Builder(); } public Builder clear() { super.clear(); objectList_ = java.util.Collections.emptyList();; bitField0_ = (bitField0_ & ~0x00000001); return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.ReleaseObjectsArg.getDescriptor(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.ReleaseObjectsArg getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.Esdbg6Protos.ReleaseObjectsArg.getDefaultInstance(); } public com.opera.core.systems.scope.protos.Esdbg6Protos.ReleaseObjectsArg build() { com.opera.core.systems.scope.protos.Esdbg6Protos.ReleaseObjectsArg result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.Esdbg6Protos.ReleaseObjectsArg buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.Esdbg6Protos.ReleaseObjectsArg result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.Esdbg6Protos.ReleaseObjectsArg buildPartial() { com.opera.core.systems.scope.protos.Esdbg6Protos.ReleaseObjectsArg result = new com.opera.core.systems.scope.protos.Esdbg6Protos.ReleaseObjectsArg(this); int from_bitField0_ = bitField0_; if (((bitField0_ & 0x00000001) == 0x00000001)) { objectList_ = java.util.Collections.unmodifiableList(objectList_); bitField0_ = (bitField0_ & ~0x00000001); } result.objectList_ = objectList_; onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.opera.core.systems.scope.protos.Esdbg6Protos.ReleaseObjectsArg) { return mergeFrom((com.opera.core.systems.scope.protos.Esdbg6Protos.ReleaseObjectsArg)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.Esdbg6Protos.ReleaseObjectsArg other) { if (other == com.opera.core.systems.scope.protos.Esdbg6Protos.ReleaseObjectsArg.getDefaultInstance()) return this; if (!other.objectList_.isEmpty()) { if (objectList_.isEmpty()) { objectList_ = other.objectList_; bitField0_ = (bitField0_ & ~0x00000001); } else { ensureObjectListIsMutable(); objectList_.addAll(other.objectList_); } onChanged(); } this.mergeUnknownFields(other.getUnknownFields()); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder( this.getUnknownFields()); while (true) { int tag = input.readTag(); switch (tag) { case 0: this.setUnknownFields(unknownFields.build()); onChanged(); return this; default: { if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { this.setUnknownFields(unknownFields.build()); onChanged(); return this; } break; } case 8: { ensureObjectListIsMutable(); objectList_.add(input.readUInt32()); break; } case 10: { int length = input.readRawVarint32(); int limit = input.pushLimit(length); while (input.getBytesUntilLimit() > 0) { addObjectList(input.readUInt32()); } input.popLimit(limit); break; } } } } private int bitField0_; // repeated uint32 objectList = 1; private java.util.List<java.lang.Integer> objectList_ = java.util.Collections.emptyList();; private void ensureObjectListIsMutable() { if (!((bitField0_ & 0x00000001) == 0x00000001)) { objectList_ = new java.util.ArrayList<java.lang.Integer>(objectList_); bitField0_ |= 0x00000001; } } public java.util.List<java.lang.Integer> getObjectListList() { return java.util.Collections.unmodifiableList(objectList_); } public int getObjectListCount() { return objectList_.size(); } public int getObjectList(int index) { return objectList_.get(index); } public Builder setObjectList( int index, int value) { ensureObjectListIsMutable(); objectList_.set(index, value); onChanged(); return this; } public Builder addObjectList(int value) { ensureObjectListIsMutable(); objectList_.add(value); onChanged(); return this; } public Builder addAllObjectList( java.lang.Iterable<? extends java.lang.Integer> values) { ensureObjectListIsMutable(); super.addAll(values, objectList_); onChanged(); return this; } public Builder clearObjectList() { objectList_ = java.util.Collections.emptyList();; bitField0_ = (bitField0_ & ~0x00000001); onChanged(); return this; } // @@protoc_insertion_point(builder_scope:scope.debugger.ReleaseObjectsArg) } static { defaultInstance = new ReleaseObjectsArg(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.ReleaseObjectsArg) } private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_CssStylesheetList_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_CssStylesheetList_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_CssStylesheetList_Stylesheet_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_CssStylesheetList_Stylesheet_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_ExamineList_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_ExamineList_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_BreakpointID_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_BreakpointID_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_BacktraceSelection_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_BacktraceSelection_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_SpotlightObject_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_SpotlightObject_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_SpotlightObject_SpotlightBox_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_SpotlightObject_SpotlightBox_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_RuntimeInfo_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_RuntimeInfo_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_NodeInfo_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_NodeInfo_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_NodeInfo_Attribute_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_NodeInfo_Attribute_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_EventHandlerID_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_EventHandlerID_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_ThreadInfo_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_ThreadInfo_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_BacktraceFrame_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_BacktraceFrame_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_RuntimeID_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_RuntimeID_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_RuntimeSelection_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_RuntimeSelection_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_ObjectInfo_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_ObjectInfo_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_ObjectInfo_Property_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_ObjectInfo_Property_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_CssElementSelection_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_CssElementSelection_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_DomEvent_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_DomEvent_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_ThreadResult_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_ThreadResult_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_BacktraceFrameList_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_BacktraceFrameList_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_NodeList_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_NodeList_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_FrameSelection_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_FrameSelection_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_DomParseError_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_DomParseError_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_Configuration_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_Configuration_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_Breakpoint_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_Breakpoint_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_EventBreakpoint_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_EventBreakpoint_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_CssStyleDeclarations_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_CssStyleDeclarations_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_CssStyleDeclarations_NodeStyle_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_CssStyleDeclarations_NodeStyle_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_CssStyleDeclarations_NodeStyle_StyleDeclaration_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_CssStyleDeclarations_NodeStyle_StyleDeclaration_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_CssIndexMap_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_CssIndexMap_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_ThreadStopInfo_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_ThreadStopInfo_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_ObjectSelection_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_ObjectSelection_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_ScriptInfo_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_ScriptInfo_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_ThreadMode_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_ThreadMode_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_ObjectList_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_ObjectList_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_ObjectChainList_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_ObjectChainList_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_EventHandler_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_EventHandler_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_EvalResult_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_EvalResult_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_ObjectValue_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_ObjectValue_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_RuntimeList_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_RuntimeList_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_SpotlightObjectSelection_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_SpotlightObjectSelection_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_DomTraversal_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_DomTraversal_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_BreakSelection_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_BreakSelection_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_SpotlightSelection_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_SpotlightSelection_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_CssStylesheetRules_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_CssStylesheetRules_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_CssStylesheetRules_StylesheetRule_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_CssStylesheetRules_StylesheetRule_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_EvalData_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_EvalData_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_EvalData_Variable_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_EvalData_Variable_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_CssStylesheetSelection_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_CssStylesheetSelection_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_ReadyStateInfo_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_ReadyStateInfo_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_Position_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_Position_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_ConsoleLogInfo_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_ConsoleLogInfo_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_ConsoleLogInfo_Value_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_ConsoleLogInfo_Value_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_ConsoleTimeInfo_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_ConsoleTimeInfo_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_ConsoleTimeEndInfo_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_ConsoleTimeEndInfo_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_ConsoleTraceInfo_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_ConsoleTraceInfo_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_ConsoleProfileInfo_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_ConsoleProfileInfo_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_ConsoleProfileEndInfo_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_ConsoleProfileEndInfo_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_PropertyFilter_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_PropertyFilter_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_PropertyFilter_ClassMask_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_PropertyFilter_ClassMask_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_PropertyFilter_ClassMask_PropertyMask_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_PropertyFilter_ClassMask_PropertyMask_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_SetPropertyFilterArg_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_SetPropertyFilterArg_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_ReleaseObjectsArg_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_ReleaseObjectsArg_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { return descriptor; } private static com.google.protobuf.Descriptors.FileDescriptor descriptor; static { java.lang.String[] descriptorData = { "\n\035ecmascript_debugger-6.1.proto\022\016scope.d" + "ebugger\032\"opera/scope/scope_descriptor.pr" + "oto\"\222\002\n\021CssStylesheetList\022D\n\016stylesheetL" + "ist\030\001 \003(\0132,.scope.debugger.CssStylesheet" + "List.Stylesheet\032\266\001\n\nStylesheet\022\020\n\010object" + "ID\030\001 \002(\r\022\022\n\nisDisabled\030\002 \002(\010\022\014\n\004href\030\003 \002" + "(\t\022\r\n\005title\030\004 \002(\t\022\014\n\004type\030\005 \002(\t\022\021\n\tmedia" + "List\030\006 \003(\t\022\023\n\013ownerNodeID\030\007 \001(\r\022\023\n\013owner" + "RuleID\030\010 \001(\r\022\032\n\022parentStylesheetID\030\t \001(\r" + "\"\205\001\n\013ExamineList\022\021\n\truntimeID\030\001 \002(\r\022\022\n\no", "bjectList\030\002 \003(\r\022\031\n\021examinePrototypes\030\003 \001" + "(\010\022\032\n\022skipNonenumerables\030\004 \001(\010\022\030\n\020filter" + "Properties\030\005 \001(\010\"$\n\014BreakpointID\022\024\n\014brea" + "kpointID\030\001 \002(\r\"O\n\022BacktraceSelection\022\021\n\t" + "runtimeID\030\001 \002(\r\022\020\n\010threadID\030\002 \002(\r\022\024\n\tmax" + "Frames\030\003 \001(\r:\0010\"\325\001\n\017SpotlightObject\022\020\n\010o" + "bjectID\030\001 \002(\r\022\026\n\016scrollIntoView\030\002 \002(\010\022=\n" + "\007boxList\030\003 \003(\0132,.scope.debugger.Spotligh" + "tObject.SpotlightBox\032Y\n\014SpotlightBox\022\017\n\007" + "boxType\030\001 \002(\r\022\021\n\tfillColor\030\002 \001(\r\022\022\n\nfram", "eColor\030\003 \001(\r\022\021\n\tgridColor\030\004 \001(\r\"h\n\013Runti" + "meInfo\022\021\n\truntimeID\030\001 \002(\r\022\025\n\rhtmlFramePa" + "th\030\002 \002(\t\022\020\n\010windowID\030\003 \002(\r\022\020\n\010objectID\030\004" + " \002(\r\022\013\n\003uri\030\005 \002(\t\"\244\002\n\010NodeInfo\022\020\n\010object" + "ID\030\001 \002(\r\022\014\n\004type\030\002 \002(\r\022\014\n\004name\030\003 \002(\t\022\r\n\005" + "depth\030\004 \002(\r\022\027\n\017namespacePrefix\030\005 \001(\t\0229\n\r" + "attributeList\030\006 \003(\0132\".scope.debugger.Nod" + "eInfo.Attribute\022\026\n\016childrenLength\030\007 \001(\r\022" + "\r\n\005value\030\010 \001(\t\022\020\n\010publicID\030\t \001(\t\022\020\n\010syst" + "emID\030\n \001(\t\032<\n\tAttribute\022\022\n\nnamePrefix\030\001 ", "\002(\t\022\014\n\004name\030\002 \002(\t\022\r\n\005value\030\003 \002(\t\"#\n\016Even" + "tHandlerID\022\021\n\thandlerID\030\001 \002(\r\"\210\001\n\nThread" + "Info\022\021\n\truntimeID\030\001 \002(\r\022\020\n\010threadID\030\002 \002(" + "\r\022\026\n\016parentThreadID\030\003 \002(\r\022\022\n\nthreadType\030" + "\004 \002(\t\022\026\n\016eventNamespace\030\005 \001(\t\022\021\n\teventTy" + "pe\030\006 \001(\t\"\323\001\n\016BacktraceFrame\022\022\n\nfunctionI" + "D\030\001 \002(\r\022\026\n\016argumentObject\030\002 \002(\r\022\026\n\016varia" + "bleObject\030\003 \002(\r\022\022\n\nthisObject\030\004 \002(\r\0220\n\013o" + "bjectValue\030\005 \001(\0132\033.scope.debugger.Object" + "Value\022\020\n\010scriptID\030\006 \001(\r\022\022\n\nlineNumber\030\007 ", "\001(\r\022\021\n\tscopeList\030\010 \003(\r\"\036\n\tRuntimeID\022\021\n\tr" + "untimeID\030\001 \002(\r\"<\n\020RuntimeSelection\022\023\n\013ru" + "ntimeList\030\001 \003(\r\022\023\n\013allRuntimes\030\002 \001(\010\"\334\001\n" + "\nObjectInfo\022*\n\005value\030\001 \002(\0132\033.scope.debug" + "ger.ObjectValue\0229\n\014propertyList\030\002 \003(\0132#." + "scope.debugger.ObjectInfo.Property\032g\n\010Pr" + "operty\022\014\n\004name\030\001 \002(\t\022\014\n\004type\030\002 \002(\t\022\r\n\005va" + "lue\030\003 \001(\t\0220\n\013objectValue\030\004 \001(\0132\033.scope.d" + "ebugger.ObjectValue\":\n\023CssElementSelecti" + "on\022\021\n\truntimeID\030\001 \002(\r\022\020\n\010objectID\030\002 \002(\r\"", "B\n\010DomEvent\022\020\n\010objectID\030\001 \002(\r\022\021\n\thandler" + "ID\030\002 \002(\r\022\021\n\teventType\030\003 \002(\t\"C\n\014ThreadRes" + "ult\022\021\n\truntimeID\030\001 \002(\r\022\020\n\010threadID\030\002 \002(\r" + "\022\016\n\006status\030\003 \002(\t\"G\n\022BacktraceFrameList\0221" + "\n\tframeList\030\001 \003(\0132\036.scope.debugger.Backt" + "raceFrame\"6\n\010NodeList\022*\n\010nodeList\030\001 \003(\0132" + "\030.scope.debugger.NodeInfo\"F\n\016FrameSelect" + "ion\022\021\n\truntimeID\030\001 \002(\r\022\020\n\010threadID\030\002 \002(\r" + "\022\017\n\007frameID\030\003 \002(\r\"~\n\rDomParseError\022\021\n\tru" + "ntimeID\030\001 \002(\r\022\020\n\010scriptID\030\002 \002(\r\022\022\n\nlineN", "umber\030\003 \002(\r\022\016\n\006offset\030\004 \002(\r\022\017\n\007context\030\005" + " \002(\t\022\023\n\013description\030\006 \002(\t\"\304\001\n\rConfigurat" + "ion\022\032\n\014stopAtScript\030\001 \001(\010:\004true\022\036\n\017stopA" + "tException\030\002 \001(\010:\005false\022\032\n\013stopAtError\030\003" + " \001(\010:\005false\022\032\n\013stopAtAbort\030\004 \001(\010:\005false\022" + "\027\n\010stopAtGc\030\005 \001(\010:\005false\022&\n\027stopAtDebugg" + "erStatement\030\006 \001(\010:\005false\"H\n\nBreakpoint\022\024" + "\n\014breakpointID\030\001 \002(\r\022\020\n\010scriptID\030\002 \002(\r\022\022" + "\n\nlineNumber\030\003 \002(\r\"O\n\017EventBreakpoint\022\024\n" + "\014breakpointID\030\001 \002(\r\022\021\n\teventType\030\002 \002(\t\022\023", "\n\010windowID\030\003 \001(\r:\0010\"\325\003\n\024CssStyleDeclarat" + "ions\022\031\n\021computedStyleList\030\001 \003(\t\022E\n\rnodeS" + "tyleList\030\002 \003(\0132..scope.debugger.CssStyle" + "Declarations.NodeStyle\032\332\002\n\tNodeStyle\022\020\n\010" + "objectID\030\001 \002(\r\022\023\n\013elementName\030\002 \002(\t\022R\n\ts" + "tyleList\030\003 \003(\0132?.scope.debugger.CssStyle" + "Declarations.NodeStyle.StyleDeclaration\032" + "\321\001\n\020StyleDeclaration\022\016\n\006origin\030\001 \002(\r\022\021\n\t" + "indexList\030\002 \003(\r\022\021\n\tvalueList\030\003 \003(\t\022\024\n\014pr" + "iorityList\030\004 \003(\010\022\022\n\nstatusList\030\005 \003(\r\022\020\n\010", "selector\030\006 \001(\t\022\023\n\013specificity\030\007 \001(\r\022\024\n\014s" + "tylesheetID\030\010 \001(\r\022\016\n\006ruleID\030\t \001(\r\022\020\n\010rul" + "eType\030\n \001(\r\"\037\n\013CssIndexMap\022\020\n\010nameList\030\001" + " \003(\t\"\210\001\n\016ThreadStopInfo\022\021\n\truntimeID\030\001 \002" + "(\r\022\020\n\010threadID\030\002 \002(\r\022\020\n\010scriptID\030\003 \002(\r\022\022" + "\n\nlineNumber\030\004 \002(\r\022\025\n\rstoppedReason\030\005 \002(" + "\t\022\024\n\014breakpointID\030\006 \001(\r\"H\n\017ObjectSelecti" + "on\022\020\n\010objectID\030\001 \002(\r\022\020\n\010windowID\030\002 \002(\r\022\021" + "\n\truntimeID\030\003 \001(\r\"f\n\nScriptInfo\022\021\n\trunti" + "meID\030\001 \002(\r\022\020\n\010scriptID\030\002 \002(\r\022\022\n\nscriptTy", "pe\030\003 \002(\t\022\022\n\nscriptData\030\004 \002(\t\022\013\n\003uri\030\005 \001(" + "\t\"?\n\nThreadMode\022\021\n\truntimeID\030\001 \002(\r\022\020\n\010th" + "readID\030\002 \002(\r\022\014\n\004mode\030\003 \002(\t\"<\n\nObjectList" + "\022.\n\nobjectList\030\001 \003(\0132\032.scope.debugger.Ob" + "jectInfo\"F\n\017ObjectChainList\0223\n\017objectCha" + "inList\030\001 \003(\0132\032.scope.debugger.ObjectList" + "\"\221\001\n\014EventHandler\022\021\n\thandlerID\030\001 \002(\r\022\020\n\010" + "objectID\030\002 \002(\r\022\021\n\tnamespace\030\003 \002(\t\022\021\n\teve" + "ntType\030\004 \002(\t\022\035\n\025preventDefaultHandler\030\005 " + "\002(\010\022\027\n\017stopPropagation\030\006 \002(\010\"k\n\nEvalResu", "lt\022\016\n\006status\030\001 \002(\t\022\014\n\004type\030\002 \002(\t\022\r\n\005valu" + "e\030\003 \001(\t\0220\n\013objectValue\030\004 \001(\0132\033.scope.deb" + "ugger.ObjectValue\"\177\n\013ObjectValue\022\020\n\010obje" + "ctID\030\001 \002(\r\022\022\n\nisCallable\030\002 \002(\010\022\014\n\004type\030\003" + " \002(\t\022\023\n\013prototypeID\030\004 \001(\r\022\021\n\tclassName\030\005" + " \001(\t\022\024\n\014functionName\030\006 \001(\t\"?\n\013RuntimeLis" + "t\0220\n\013runtimeList\030\001 \003(\0132\033.scope.debugger." + "RuntimeInfo\"D\n\030SpotlightObjectSelection\022" + "\020\n\010objectID\030\001 \002(\r\022\026\n\016scrollIntoView\030\002 \002(" + "\010\"3\n\014DomTraversal\022\020\n\010objectID\030\001 \002(\r\022\021\n\tt", "raversal\030\002 \002(\t\"5\n\016BreakSelection\022\021\n\trunt" + "imeID\030\001 \002(\r\022\020\n\010threadID\030\002 \002(\r\"R\n\022Spotlig" + "htSelection\022<\n\023spotlightObjectList\030\001 \003(\013" + "2\037.scope.debugger.SpotlightObject\"\263\003\n\022Cs" + "sStylesheetRules\022C\n\010ruleList\030\001 \003(\01321.sco" + "pe.debugger.CssStylesheetRules.Styleshee" + "tRule\032\327\002\n\016StylesheetRule\022\014\n\004type\030\001 \002(\r\022\024" + "\n\014stylesheetID\030\002 \002(\r\022\016\n\006ruleID\030\003 \002(\r\022\021\n\t" + "indexList\030\004 \003(\r\022\021\n\tvalueList\030\005 \003(\t\022\024\n\014pr" + "iorityList\030\006 \003(\010\022\024\n\014selectorList\030\007 \003(\t\022\027", "\n\017specificityList\030\010 \003(\r\022\021\n\tmediaList\030\t \003" + "(\t\022C\n\010ruleList\030\n \003(\01321.scope.debugger.Cs" + "sStylesheetRules.StylesheetRule\022\014\n\004href\030" + "\013 \001(\t\022\032\n\022importStylesheetID\030\014 \001(\r\022\023\n\013pse" + "udoClass\030\r \001(\r\022\017\n\007charset\030\016 \001(\t\"\274\001\n\010Eval" + "Data\022\021\n\truntimeID\030\001 \002(\r\022\020\n\010threadID\030\002 \002(" + "\r\022\022\n\nframeIndex\030\003 \002(\r\022\022\n\nscriptData\030\004 \002(" + "\t\0227\n\014variableList\030\005 \003(\0132!.scope.debugger" + ".EvalData.Variable\032*\n\010Variable\022\014\n\004name\030\001" + " \002(\t\022\020\n\010objectID\030\002 \002(\r\"A\n\026CssStylesheetS", "election\022\021\n\truntimeID\030\001 \002(\r\022\024\n\014styleshee" + "tID\030\002 \002(\r\"2\n\016ReadyStateInfo\022\021\n\truntimeID" + "\030\001 \002(\r\022\r\n\005state\030\002 \002(\r\"0\n\010Position\022\020\n\010scr" + "iptID\030\001 \002(\r\022\022\n\nlineNumber\030\002 \002(\r\"\340\001\n\016Cons" + "oleLogInfo\022\021\n\truntimeID\030\001 \002(\r\022\014\n\004type\030\002 " + "\002(\r\0227\n\tvalueList\030\003 \003(\0132$.scope.debugger." + "ConsoleLogInfo.Value\022*\n\010position\030\004 \001(\0132\030" + ".scope.debugger.Position\032H\n\005Value\022\r\n\005val" + "ue\030\001 \001(\t\0220\n\013objectValue\030\002 \001(\0132\033.scope.de" + "bugger.ObjectValue\"3\n\017ConsoleTimeInfo\022\021\n", "\truntimeID\030\001 \002(\r\022\r\n\005title\030\002 \002(\t\"G\n\022Conso" + "leTimeEndInfo\022\021\n\truntimeID\030\001 \002(\r\022\r\n\005titl" + "e\030\002 \002(\t\022\017\n\007elapsed\030\003 \002(\r\"X\n\020ConsoleTrace" + "Info\022\021\n\truntimeID\030\001 \002(\r\0221\n\tframeList\030\002 \003" + "(\0132\036.scope.debugger.BacktraceFrame\"\'\n\022Co" + "nsoleProfileInfo\022\021\n\truntimeID\030\001 \002(\r\"*\n\025C" + "onsoleProfileEndInfo\022\021\n\truntimeID\030\001 \002(\r\"" + "\240\002\n\016PropertyFilter\022?\n\rclassMaskList\030\001 \003(" + "\0132(.scope.debugger.PropertyFilter.ClassM" + "ask\032\314\001\n\tClassMask\022\021\n\tclassName\030\001 \002(\t\022O\n\020", "propertyMaskList\030\002 \003(\01325.scope.debugger." + "PropertyFilter.ClassMask.PropertyMask\032[\n" + "\014PropertyMask\022\014\n\004name\030\001 \002(\t\022\014\n\004type\030\002 \001(" + "\r\022\017\n\007boolean\030\003 \001(\010\022\016\n\006number\030\004 \001(\r\022\016\n\006st" + "ring\030\005 \001(\t\"N\n\024SetPropertyFilterArg\0226\n\016pr" + "opertyFilter\030\001 \002(\0132\036.scope.debugger.Prop" + "ertyFilter\"\'\n\021ReleaseObjectsArg\022\022\n\nobjec" + "tList\030\001 \003(\rB5\n#com.opera.core.systems.sc" + "ope.protosB\014Esdbg6ProtosH\001" }; com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner = new com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner() { public com.google.protobuf.ExtensionRegistry assignDescriptors( com.google.protobuf.Descriptors.FileDescriptor root) { descriptor = root; internal_static_scope_debugger_CssStylesheetList_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_scope_debugger_CssStylesheetList_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_CssStylesheetList_descriptor, new java.lang.String[] { "StylesheetList", }, com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetList.class, com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetList.Builder.class); internal_static_scope_debugger_CssStylesheetList_Stylesheet_descriptor = internal_static_scope_debugger_CssStylesheetList_descriptor.getNestedTypes().get(0); internal_static_scope_debugger_CssStylesheetList_Stylesheet_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_CssStylesheetList_Stylesheet_descriptor, new java.lang.String[] { "ObjectID", "IsDisabled", "Href", "Title", "Type", "MediaList", "OwnerNodeID", "OwnerRuleID", "ParentStylesheetID", }, com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetList.Stylesheet.class, com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetList.Stylesheet.Builder.class); internal_static_scope_debugger_ExamineList_descriptor = getDescriptor().getMessageTypes().get(1); internal_static_scope_debugger_ExamineList_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_ExamineList_descriptor, new java.lang.String[] { "RuntimeID", "ObjectList", "ExaminePrototypes", "SkipNonenumerables", "FilterProperties", }, com.opera.core.systems.scope.protos.Esdbg6Protos.ExamineList.class, com.opera.core.systems.scope.protos.Esdbg6Protos.ExamineList.Builder.class); internal_static_scope_debugger_BreakpointID_descriptor = getDescriptor().getMessageTypes().get(2); internal_static_scope_debugger_BreakpointID_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_BreakpointID_descriptor, new java.lang.String[] { "BreakpointID", }, com.opera.core.systems.scope.protos.Esdbg6Protos.BreakpointID.class, com.opera.core.systems.scope.protos.Esdbg6Protos.BreakpointID.Builder.class); internal_static_scope_debugger_BacktraceSelection_descriptor = getDescriptor().getMessageTypes().get(3); internal_static_scope_debugger_BacktraceSelection_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_BacktraceSelection_descriptor, new java.lang.String[] { "RuntimeID", "ThreadID", "MaxFrames", }, com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceSelection.class, com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceSelection.Builder.class); internal_static_scope_debugger_SpotlightObject_descriptor = getDescriptor().getMessageTypes().get(4); internal_static_scope_debugger_SpotlightObject_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_SpotlightObject_descriptor, new java.lang.String[] { "ObjectID", "ScrollIntoView", "BoxList", }, com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject.class, com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject.Builder.class); internal_static_scope_debugger_SpotlightObject_SpotlightBox_descriptor = internal_static_scope_debugger_SpotlightObject_descriptor.getNestedTypes().get(0); internal_static_scope_debugger_SpotlightObject_SpotlightBox_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_SpotlightObject_SpotlightBox_descriptor, new java.lang.String[] { "BoxType", "FillColor", "FrameColor", "GridColor", }, com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject.SpotlightBox.class, com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject.SpotlightBox.Builder.class); internal_static_scope_debugger_RuntimeInfo_descriptor = getDescriptor().getMessageTypes().get(5); internal_static_scope_debugger_RuntimeInfo_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_RuntimeInfo_descriptor, new java.lang.String[] { "RuntimeID", "HtmlFramePath", "WindowID", "ObjectID", "Uri", }, com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeInfo.class, com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeInfo.Builder.class); internal_static_scope_debugger_NodeInfo_descriptor = getDescriptor().getMessageTypes().get(6); internal_static_scope_debugger_NodeInfo_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_NodeInfo_descriptor, new java.lang.String[] { "ObjectID", "Type", "Name", "Depth", "NamespacePrefix", "AttributeList", "ChildrenLength", "Value", "PublicID", "SystemID", }, com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo.class, com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo.Builder.class); internal_static_scope_debugger_NodeInfo_Attribute_descriptor = internal_static_scope_debugger_NodeInfo_descriptor.getNestedTypes().get(0); internal_static_scope_debugger_NodeInfo_Attribute_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_NodeInfo_Attribute_descriptor, new java.lang.String[] { "NamePrefix", "Name", "Value", }, com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo.Attribute.class, com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo.Attribute.Builder.class); internal_static_scope_debugger_EventHandlerID_descriptor = getDescriptor().getMessageTypes().get(7); internal_static_scope_debugger_EventHandlerID_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_EventHandlerID_descriptor, new java.lang.String[] { "HandlerID", }, com.opera.core.systems.scope.protos.Esdbg6Protos.EventHandlerID.class, com.opera.core.systems.scope.protos.Esdbg6Protos.EventHandlerID.Builder.class); internal_static_scope_debugger_ThreadInfo_descriptor = getDescriptor().getMessageTypes().get(8); internal_static_scope_debugger_ThreadInfo_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_ThreadInfo_descriptor, new java.lang.String[] { "RuntimeID", "ThreadID", "ParentThreadID", "ThreadType", "EventNamespace", "EventType", }, com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadInfo.class, com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadInfo.Builder.class); internal_static_scope_debugger_BacktraceFrame_descriptor = getDescriptor().getMessageTypes().get(9); internal_static_scope_debugger_BacktraceFrame_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_BacktraceFrame_descriptor, new java.lang.String[] { "FunctionID", "ArgumentObject", "VariableObject", "ThisObject", "ObjectValue", "ScriptID", "LineNumber", "ScopeList", }, com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrame.class, com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrame.Builder.class); internal_static_scope_debugger_RuntimeID_descriptor = getDescriptor().getMessageTypes().get(10); internal_static_scope_debugger_RuntimeID_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_RuntimeID_descriptor, new java.lang.String[] { "RuntimeID", }, com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeID.class, com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeID.Builder.class); internal_static_scope_debugger_RuntimeSelection_descriptor = getDescriptor().getMessageTypes().get(11); internal_static_scope_debugger_RuntimeSelection_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_RuntimeSelection_descriptor, new java.lang.String[] { "RuntimeList", "AllRuntimes", }, com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeSelection.class, com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeSelection.Builder.class); internal_static_scope_debugger_ObjectInfo_descriptor = getDescriptor().getMessageTypes().get(12); internal_static_scope_debugger_ObjectInfo_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_ObjectInfo_descriptor, new java.lang.String[] { "Value", "PropertyList", }, com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo.class, com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo.Builder.class); internal_static_scope_debugger_ObjectInfo_Property_descriptor = internal_static_scope_debugger_ObjectInfo_descriptor.getNestedTypes().get(0); internal_static_scope_debugger_ObjectInfo_Property_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_ObjectInfo_Property_descriptor, new java.lang.String[] { "Name", "Type", "Value", "ObjectValue", }, com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo.Property.class, com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo.Property.Builder.class); internal_static_scope_debugger_CssElementSelection_descriptor = getDescriptor().getMessageTypes().get(13); internal_static_scope_debugger_CssElementSelection_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_CssElementSelection_descriptor, new java.lang.String[] { "RuntimeID", "ObjectID", }, com.opera.core.systems.scope.protos.Esdbg6Protos.CssElementSelection.class, com.opera.core.systems.scope.protos.Esdbg6Protos.CssElementSelection.Builder.class); internal_static_scope_debugger_DomEvent_descriptor = getDescriptor().getMessageTypes().get(14); internal_static_scope_debugger_DomEvent_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_DomEvent_descriptor, new java.lang.String[] { "ObjectID", "HandlerID", "EventType", }, com.opera.core.systems.scope.protos.Esdbg6Protos.DomEvent.class, com.opera.core.systems.scope.protos.Esdbg6Protos.DomEvent.Builder.class); internal_static_scope_debugger_ThreadResult_descriptor = getDescriptor().getMessageTypes().get(15); internal_static_scope_debugger_ThreadResult_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_ThreadResult_descriptor, new java.lang.String[] { "RuntimeID", "ThreadID", "Status", }, com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadResult.class, com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadResult.Builder.class); internal_static_scope_debugger_BacktraceFrameList_descriptor = getDescriptor().getMessageTypes().get(16); internal_static_scope_debugger_BacktraceFrameList_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_BacktraceFrameList_descriptor, new java.lang.String[] { "FrameList", }, com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrameList.class, com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrameList.Builder.class); internal_static_scope_debugger_NodeList_descriptor = getDescriptor().getMessageTypes().get(17); internal_static_scope_debugger_NodeList_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_NodeList_descriptor, new java.lang.String[] { "NodeList", }, com.opera.core.systems.scope.protos.Esdbg6Protos.NodeList.class, com.opera.core.systems.scope.protos.Esdbg6Protos.NodeList.Builder.class); internal_static_scope_debugger_FrameSelection_descriptor = getDescriptor().getMessageTypes().get(18); internal_static_scope_debugger_FrameSelection_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_FrameSelection_descriptor, new java.lang.String[] { "RuntimeID", "ThreadID", "FrameID", }, com.opera.core.systems.scope.protos.Esdbg6Protos.FrameSelection.class, com.opera.core.systems.scope.protos.Esdbg6Protos.FrameSelection.Builder.class); internal_static_scope_debugger_DomParseError_descriptor = getDescriptor().getMessageTypes().get(19); internal_static_scope_debugger_DomParseError_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_DomParseError_descriptor, new java.lang.String[] { "RuntimeID", "ScriptID", "LineNumber", "Offset", "Context", "Description", }, com.opera.core.systems.scope.protos.Esdbg6Protos.DomParseError.class, com.opera.core.systems.scope.protos.Esdbg6Protos.DomParseError.Builder.class); internal_static_scope_debugger_Configuration_descriptor = getDescriptor().getMessageTypes().get(20); internal_static_scope_debugger_Configuration_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_Configuration_descriptor, new java.lang.String[] { "StopAtScript", "StopAtException", "StopAtError", "StopAtAbort", "StopAtGc", "StopAtDebuggerStatement", }, com.opera.core.systems.scope.protos.Esdbg6Protos.Configuration.class, com.opera.core.systems.scope.protos.Esdbg6Protos.Configuration.Builder.class); internal_static_scope_debugger_Breakpoint_descriptor = getDescriptor().getMessageTypes().get(21); internal_static_scope_debugger_Breakpoint_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_Breakpoint_descriptor, new java.lang.String[] { "BreakpointID", "ScriptID", "LineNumber", }, com.opera.core.systems.scope.protos.Esdbg6Protos.Breakpoint.class, com.opera.core.systems.scope.protos.Esdbg6Protos.Breakpoint.Builder.class); internal_static_scope_debugger_EventBreakpoint_descriptor = getDescriptor().getMessageTypes().get(22); internal_static_scope_debugger_EventBreakpoint_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_EventBreakpoint_descriptor, new java.lang.String[] { "BreakpointID", "EventType", "WindowID", }, com.opera.core.systems.scope.protos.Esdbg6Protos.EventBreakpoint.class, com.opera.core.systems.scope.protos.Esdbg6Protos.EventBreakpoint.Builder.class); internal_static_scope_debugger_CssStyleDeclarations_descriptor = getDescriptor().getMessageTypes().get(23); internal_static_scope_debugger_CssStyleDeclarations_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_CssStyleDeclarations_descriptor, new java.lang.String[] { "ComputedStyleList", "NodeStyleList", }, com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.class, com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.Builder.class); internal_static_scope_debugger_CssStyleDeclarations_NodeStyle_descriptor = internal_static_scope_debugger_CssStyleDeclarations_descriptor.getNestedTypes().get(0); internal_static_scope_debugger_CssStyleDeclarations_NodeStyle_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_CssStyleDeclarations_NodeStyle_descriptor, new java.lang.String[] { "ObjectID", "ElementName", "StyleList", }, com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle.class, com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle.Builder.class); internal_static_scope_debugger_CssStyleDeclarations_NodeStyle_StyleDeclaration_descriptor = internal_static_scope_debugger_CssStyleDeclarations_NodeStyle_descriptor.getNestedTypes().get(0); internal_static_scope_debugger_CssStyleDeclarations_NodeStyle_StyleDeclaration_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_CssStyleDeclarations_NodeStyle_StyleDeclaration_descriptor, new java.lang.String[] { "Origin", "IndexList", "ValueList", "PriorityList", "StatusList", "Selector", "Specificity", "StylesheetID", "RuleID", "RuleType", }, com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle.StyleDeclaration.class, com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle.StyleDeclaration.Builder.class); internal_static_scope_debugger_CssIndexMap_descriptor = getDescriptor().getMessageTypes().get(24); internal_static_scope_debugger_CssIndexMap_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_CssIndexMap_descriptor, new java.lang.String[] { "NameList", }, com.opera.core.systems.scope.protos.Esdbg6Protos.CssIndexMap.class, com.opera.core.systems.scope.protos.Esdbg6Protos.CssIndexMap.Builder.class); internal_static_scope_debugger_ThreadStopInfo_descriptor = getDescriptor().getMessageTypes().get(25); internal_static_scope_debugger_ThreadStopInfo_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_ThreadStopInfo_descriptor, new java.lang.String[] { "RuntimeID", "ThreadID", "ScriptID", "LineNumber", "StoppedReason", "BreakpointID", }, com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadStopInfo.class, com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadStopInfo.Builder.class); internal_static_scope_debugger_ObjectSelection_descriptor = getDescriptor().getMessageTypes().get(26); internal_static_scope_debugger_ObjectSelection_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_ObjectSelection_descriptor, new java.lang.String[] { "ObjectID", "WindowID", "RuntimeID", }, com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectSelection.class, com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectSelection.Builder.class); internal_static_scope_debugger_ScriptInfo_descriptor = getDescriptor().getMessageTypes().get(27); internal_static_scope_debugger_ScriptInfo_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_ScriptInfo_descriptor, new java.lang.String[] { "RuntimeID", "ScriptID", "ScriptType", "ScriptData", "Uri", }, com.opera.core.systems.scope.protos.Esdbg6Protos.ScriptInfo.class, com.opera.core.systems.scope.protos.Esdbg6Protos.ScriptInfo.Builder.class); internal_static_scope_debugger_ThreadMode_descriptor = getDescriptor().getMessageTypes().get(28); internal_static_scope_debugger_ThreadMode_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_ThreadMode_descriptor, new java.lang.String[] { "RuntimeID", "ThreadID", "Mode", }, com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadMode.class, com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadMode.Builder.class); internal_static_scope_debugger_ObjectList_descriptor = getDescriptor().getMessageTypes().get(29); internal_static_scope_debugger_ObjectList_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_ObjectList_descriptor, new java.lang.String[] { "ObjectList", }, com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectList.class, com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectList.Builder.class); internal_static_scope_debugger_ObjectChainList_descriptor = getDescriptor().getMessageTypes().get(30); internal_static_scope_debugger_ObjectChainList_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_ObjectChainList_descriptor, new java.lang.String[] { "ObjectChainList", }, com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectChainList.class, com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectChainList.Builder.class); internal_static_scope_debugger_EventHandler_descriptor = getDescriptor().getMessageTypes().get(31); internal_static_scope_debugger_EventHandler_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_EventHandler_descriptor, new java.lang.String[] { "HandlerID", "ObjectID", "Namespace", "EventType", "PreventDefaultHandler", "StopPropagation", }, com.opera.core.systems.scope.protos.Esdbg6Protos.EventHandler.class, com.opera.core.systems.scope.protos.Esdbg6Protos.EventHandler.Builder.class); internal_static_scope_debugger_EvalResult_descriptor = getDescriptor().getMessageTypes().get(32); internal_static_scope_debugger_EvalResult_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_EvalResult_descriptor, new java.lang.String[] { "Status", "Type", "Value", "ObjectValue", }, com.opera.core.systems.scope.protos.Esdbg6Protos.EvalResult.class, com.opera.core.systems.scope.protos.Esdbg6Protos.EvalResult.Builder.class); internal_static_scope_debugger_ObjectValue_descriptor = getDescriptor().getMessageTypes().get(33); internal_static_scope_debugger_ObjectValue_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_ObjectValue_descriptor, new java.lang.String[] { "ObjectID", "IsCallable", "Type", "PrototypeID", "ClassName", "FunctionName", }, com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue.class, com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue.Builder.class); internal_static_scope_debugger_RuntimeList_descriptor = getDescriptor().getMessageTypes().get(34); internal_static_scope_debugger_RuntimeList_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_RuntimeList_descriptor, new java.lang.String[] { "RuntimeList", }, com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeList.class, com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeList.Builder.class); internal_static_scope_debugger_SpotlightObjectSelection_descriptor = getDescriptor().getMessageTypes().get(35); internal_static_scope_debugger_SpotlightObjectSelection_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_SpotlightObjectSelection_descriptor, new java.lang.String[] { "ObjectID", "ScrollIntoView", }, com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObjectSelection.class, com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObjectSelection.Builder.class); internal_static_scope_debugger_DomTraversal_descriptor = getDescriptor().getMessageTypes().get(36); internal_static_scope_debugger_DomTraversal_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_DomTraversal_descriptor, new java.lang.String[] { "ObjectID", "Traversal", }, com.opera.core.systems.scope.protos.Esdbg6Protos.DomTraversal.class, com.opera.core.systems.scope.protos.Esdbg6Protos.DomTraversal.Builder.class); internal_static_scope_debugger_BreakSelection_descriptor = getDescriptor().getMessageTypes().get(37); internal_static_scope_debugger_BreakSelection_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_BreakSelection_descriptor, new java.lang.String[] { "RuntimeID", "ThreadID", }, com.opera.core.systems.scope.protos.Esdbg6Protos.BreakSelection.class, com.opera.core.systems.scope.protos.Esdbg6Protos.BreakSelection.Builder.class); internal_static_scope_debugger_SpotlightSelection_descriptor = getDescriptor().getMessageTypes().get(38); internal_static_scope_debugger_SpotlightSelection_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_SpotlightSelection_descriptor, new java.lang.String[] { "SpotlightObjectList", }, com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightSelection.class, com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightSelection.Builder.class); internal_static_scope_debugger_CssStylesheetRules_descriptor = getDescriptor().getMessageTypes().get(39); internal_static_scope_debugger_CssStylesheetRules_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_CssStylesheetRules_descriptor, new java.lang.String[] { "RuleList", }, com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.class, com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.Builder.class); internal_static_scope_debugger_CssStylesheetRules_StylesheetRule_descriptor = internal_static_scope_debugger_CssStylesheetRules_descriptor.getNestedTypes().get(0); internal_static_scope_debugger_CssStylesheetRules_StylesheetRule_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_CssStylesheetRules_StylesheetRule_descriptor, new java.lang.String[] { "Type", "StylesheetID", "RuleID", "IndexList", "ValueList", "PriorityList", "SelectorList", "SpecificityList", "MediaList", "RuleList", "Href", "ImportStylesheetID", "PseudoClass", "Charset", }, com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRule.class, com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRule.Builder.class); internal_static_scope_debugger_EvalData_descriptor = getDescriptor().getMessageTypes().get(40); internal_static_scope_debugger_EvalData_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_EvalData_descriptor, new java.lang.String[] { "RuntimeID", "ThreadID", "FrameIndex", "ScriptData", "VariableList", }, com.opera.core.systems.scope.protos.Esdbg6Protos.EvalData.class, com.opera.core.systems.scope.protos.Esdbg6Protos.EvalData.Builder.class); internal_static_scope_debugger_EvalData_Variable_descriptor = internal_static_scope_debugger_EvalData_descriptor.getNestedTypes().get(0); internal_static_scope_debugger_EvalData_Variable_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_EvalData_Variable_descriptor, new java.lang.String[] { "Name", "ObjectID", }, com.opera.core.systems.scope.protos.Esdbg6Protos.EvalData.Variable.class, com.opera.core.systems.scope.protos.Esdbg6Protos.EvalData.Variable.Builder.class); internal_static_scope_debugger_CssStylesheetSelection_descriptor = getDescriptor().getMessageTypes().get(41); internal_static_scope_debugger_CssStylesheetSelection_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_CssStylesheetSelection_descriptor, new java.lang.String[] { "RuntimeID", "StylesheetID", }, com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetSelection.class, com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetSelection.Builder.class); internal_static_scope_debugger_ReadyStateInfo_descriptor = getDescriptor().getMessageTypes().get(42); internal_static_scope_debugger_ReadyStateInfo_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_ReadyStateInfo_descriptor, new java.lang.String[] { "RuntimeID", "State", }, com.opera.core.systems.scope.protos.Esdbg6Protos.ReadyStateInfo.class, com.opera.core.systems.scope.protos.Esdbg6Protos.ReadyStateInfo.Builder.class); internal_static_scope_debugger_Position_descriptor = getDescriptor().getMessageTypes().get(43); internal_static_scope_debugger_Position_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_Position_descriptor, new java.lang.String[] { "ScriptID", "LineNumber", }, com.opera.core.systems.scope.protos.Esdbg6Protos.Position.class, com.opera.core.systems.scope.protos.Esdbg6Protos.Position.Builder.class); internal_static_scope_debugger_ConsoleLogInfo_descriptor = getDescriptor().getMessageTypes().get(44); internal_static_scope_debugger_ConsoleLogInfo_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_ConsoleLogInfo_descriptor, new java.lang.String[] { "RuntimeID", "Type", "ValueList", "Position", }, com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleLogInfo.class, com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleLogInfo.Builder.class); internal_static_scope_debugger_ConsoleLogInfo_Value_descriptor = internal_static_scope_debugger_ConsoleLogInfo_descriptor.getNestedTypes().get(0); internal_static_scope_debugger_ConsoleLogInfo_Value_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_ConsoleLogInfo_Value_descriptor, new java.lang.String[] { "Value", "ObjectValue", }, com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleLogInfo.Value.class, com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleLogInfo.Value.Builder.class); internal_static_scope_debugger_ConsoleTimeInfo_descriptor = getDescriptor().getMessageTypes().get(45); internal_static_scope_debugger_ConsoleTimeInfo_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_ConsoleTimeInfo_descriptor, new java.lang.String[] { "RuntimeID", "Title", }, com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleTimeInfo.class, com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleTimeInfo.Builder.class); internal_static_scope_debugger_ConsoleTimeEndInfo_descriptor = getDescriptor().getMessageTypes().get(46); internal_static_scope_debugger_ConsoleTimeEndInfo_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_ConsoleTimeEndInfo_descriptor, new java.lang.String[] { "RuntimeID", "Title", "Elapsed", }, com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleTimeEndInfo.class, com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleTimeEndInfo.Builder.class); internal_static_scope_debugger_ConsoleTraceInfo_descriptor = getDescriptor().getMessageTypes().get(47); internal_static_scope_debugger_ConsoleTraceInfo_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_ConsoleTraceInfo_descriptor, new java.lang.String[] { "RuntimeID", "FrameList", }, com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleTraceInfo.class, com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleTraceInfo.Builder.class); internal_static_scope_debugger_ConsoleProfileInfo_descriptor = getDescriptor().getMessageTypes().get(48); internal_static_scope_debugger_ConsoleProfileInfo_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_ConsoleProfileInfo_descriptor, new java.lang.String[] { "RuntimeID", }, com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleProfileInfo.class, com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleProfileInfo.Builder.class); internal_static_scope_debugger_ConsoleProfileEndInfo_descriptor = getDescriptor().getMessageTypes().get(49); internal_static_scope_debugger_ConsoleProfileEndInfo_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_ConsoleProfileEndInfo_descriptor, new java.lang.String[] { "RuntimeID", }, com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleProfileEndInfo.class, com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleProfileEndInfo.Builder.class); internal_static_scope_debugger_PropertyFilter_descriptor = getDescriptor().getMessageTypes().get(50); internal_static_scope_debugger_PropertyFilter_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_PropertyFilter_descriptor, new java.lang.String[] { "ClassMaskList", }, com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.class, com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.Builder.class); internal_static_scope_debugger_PropertyFilter_ClassMask_descriptor = internal_static_scope_debugger_PropertyFilter_descriptor.getNestedTypes().get(0); internal_static_scope_debugger_PropertyFilter_ClassMask_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_PropertyFilter_ClassMask_descriptor, new java.lang.String[] { "ClassName", "PropertyMaskList", }, com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask.class, com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask.Builder.class); internal_static_scope_debugger_PropertyFilter_ClassMask_PropertyMask_descriptor = internal_static_scope_debugger_PropertyFilter_ClassMask_descriptor.getNestedTypes().get(0); internal_static_scope_debugger_PropertyFilter_ClassMask_PropertyMask_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_PropertyFilter_ClassMask_PropertyMask_descriptor, new java.lang.String[] { "Name", "Type", "Boolean", "Number", "String", }, com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask.PropertyMask.class, com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask.PropertyMask.Builder.class); internal_static_scope_debugger_SetPropertyFilterArg_descriptor = getDescriptor().getMessageTypes().get(51); internal_static_scope_debugger_SetPropertyFilterArg_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_SetPropertyFilterArg_descriptor, new java.lang.String[] { "PropertyFilter", }, com.opera.core.systems.scope.protos.Esdbg6Protos.SetPropertyFilterArg.class, com.opera.core.systems.scope.protos.Esdbg6Protos.SetPropertyFilterArg.Builder.class); internal_static_scope_debugger_ReleaseObjectsArg_descriptor = getDescriptor().getMessageTypes().get(52); internal_static_scope_debugger_ReleaseObjectsArg_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_ReleaseObjectsArg_descriptor, new java.lang.String[] { "ObjectList", }, com.opera.core.systems.scope.protos.Esdbg6Protos.ReleaseObjectsArg.class, com.opera.core.systems.scope.protos.Esdbg6Protos.ReleaseObjectsArg.Builder.class); return null; } }; com.google.protobuf.Descriptors.FileDescriptor .internalBuildGeneratedFileFrom(descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] { ScopeDescriptor.getDescriptor(), }, assigner); } // @@protoc_insertion_point(outer_class_scope) }