// Generated by the protocol buffer compiler. DO NOT EDIT! // source: ecmascript_debugger-5.0.proto package com.opera.core.systems.scope.protos; public final class EsdbgProtos { private EsdbgProtos() {} public static void registerAllExtensions( com.google.protobuf.ExtensionRegistry registry) { } public interface CssStylesheetListOrBuilder extends com.google.protobuf.MessageOrBuilder { // repeated .scope.debugger.old.CssStylesheetList.Stylesheet stylesheetList = 1; java.util.List<com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetList.Stylesheet> getStylesheetListList(); com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetList.Stylesheet getStylesheetList(int index); int getStylesheetListCount(); java.util.List<? extends com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetList.StylesheetOrBuilder> getStylesheetListOrBuilderList(); com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.internal_static_scope_debugger_old_CssStylesheetList_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_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.EsdbgProtos.internal_static_scope_debugger_old_CssStylesheetList_Stylesheet_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.CssStylesheetList.Stylesheet parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.CssStylesheetList.Stylesheet parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.CssStylesheetList.StylesheetOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_CssStylesheetList_Stylesheet_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_CssStylesheetList_Stylesheet_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.CssStylesheetList.Stylesheet.getDescriptor(); } public com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetList.Stylesheet getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetList.Stylesheet.getDefaultInstance(); } public com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetList.Stylesheet build() { com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetList.Stylesheet result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetList.Stylesheet buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetList.Stylesheet result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetList.Stylesheet buildPartial() { com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetList.Stylesheet result = new com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.CssStylesheetList.Stylesheet) { return mergeFrom((com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetList.Stylesheet)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetList.Stylesheet other) { if (other == com.opera.core.systems.scope.protos.EsdbgProtos.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.old.CssStylesheetList.Stylesheet) } static { defaultInstance = new Stylesheet(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.old.CssStylesheetList.Stylesheet) } // repeated .scope.debugger.old.CssStylesheetList.Stylesheet stylesheetList = 1; public static final int STYLESHEETLIST_FIELD_NUMBER = 1; private java.util.List<com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetList.Stylesheet> stylesheetList_; public java.util.List<com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetList.Stylesheet> getStylesheetListList() { return stylesheetList_; } public java.util.List<? extends com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetList.StylesheetOrBuilder> getStylesheetListOrBuilderList() { return stylesheetList_; } public int getStylesheetListCount() { return stylesheetList_.size(); } public com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetList.Stylesheet getStylesheetList(int index) { return stylesheetList_.get(index); } public com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.CssStylesheetList parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.CssStylesheetList parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.CssStylesheetList parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.CssStylesheetListOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_CssStylesheetList_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_CssStylesheetList_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.CssStylesheetList.getDescriptor(); } public com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetList getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetList.getDefaultInstance(); } public com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetList build() { com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetList result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetList buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetList result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetList buildPartial() { com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetList result = new com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.CssStylesheetList) { return mergeFrom((com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetList)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetList other) { if (other == com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.CssStylesheetList.Stylesheet.Builder subBuilder = com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetList.Stylesheet.newBuilder(); input.readMessage(subBuilder, extensionRegistry); addStylesheetList(subBuilder.buildPartial()); break; } } } } private int bitField0_; // repeated .scope.debugger.old.CssStylesheetList.Stylesheet stylesheetList = 1; private java.util.List<com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.CssStylesheetList.Stylesheet>(stylesheetList_); bitField0_ |= 0x00000001; } } private com.google.protobuf.RepeatedFieldBuilder< com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetList.Stylesheet, com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetList.Stylesheet.Builder, com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetList.StylesheetOrBuilder> stylesheetListBuilder_; public java.util.List<com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.CssStylesheetList.Stylesheet.Builder getStylesheetListBuilder( int index) { return getStylesheetListFieldBuilder().getBuilder(index); } public com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.CssStylesheetList.StylesheetOrBuilder> getStylesheetListOrBuilderList() { if (stylesheetListBuilder_ != null) { return stylesheetListBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(stylesheetList_); } } public com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetList.Stylesheet.Builder addStylesheetListBuilder() { return getStylesheetListFieldBuilder().addBuilder( com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetList.Stylesheet.getDefaultInstance()); } public com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetList.Stylesheet.Builder addStylesheetListBuilder( int index) { return getStylesheetListFieldBuilder().addBuilder( index, com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetList.Stylesheet.getDefaultInstance()); } public java.util.List<com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetList.Stylesheet.Builder> getStylesheetListBuilderList() { return getStylesheetListFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilder< com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetList.Stylesheet, com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetList.Stylesheet.Builder, com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetList.StylesheetOrBuilder> getStylesheetListFieldBuilder() { if (stylesheetListBuilder_ == null) { stylesheetListBuilder_ = new com.google.protobuf.RepeatedFieldBuilder< com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetList.Stylesheet, com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetList.Stylesheet.Builder, com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetList.StylesheetOrBuilder>( stylesheetList_, ((bitField0_ & 0x00000001) == 0x00000001), getParentForChildren(), isClean()); stylesheetList_ = null; } return stylesheetListBuilder_; } // @@protoc_insertion_point(builder_scope:scope.debugger.old.CssStylesheetList) } static { defaultInstance = new CssStylesheetList(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.old.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); } 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.EsdbgProtos.internal_static_scope_debugger_old_ExamineList_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_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); } private void initFields() { runtimeID_ = 0; objectList_ = 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; } 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)); } 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(); } 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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.ExamineList parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.ExamineList parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.ExamineList parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.ExamineListOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_ExamineList_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_ExamineList_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.EsdbgProtos.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); return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.opera.core.systems.scope.protos.EsdbgProtos.ExamineList.getDescriptor(); } public com.opera.core.systems.scope.protos.EsdbgProtos.ExamineList getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.EsdbgProtos.ExamineList.getDefaultInstance(); } public com.opera.core.systems.scope.protos.EsdbgProtos.ExamineList build() { com.opera.core.systems.scope.protos.EsdbgProtos.ExamineList result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.EsdbgProtos.ExamineList buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.EsdbgProtos.ExamineList result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.EsdbgProtos.ExamineList buildPartial() { com.opera.core.systems.scope.protos.EsdbgProtos.ExamineList result = new com.opera.core.systems.scope.protos.EsdbgProtos.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_; result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.opera.core.systems.scope.protos.EsdbgProtos.ExamineList) { return mergeFrom((com.opera.core.systems.scope.protos.EsdbgProtos.ExamineList)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.EsdbgProtos.ExamineList other) { if (other == com.opera.core.systems.scope.protos.EsdbgProtos.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(); } 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; } } } } 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; } // @@protoc_insertion_point(builder_scope:scope.debugger.old.ExamineList) } static { defaultInstance = new ExamineList(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.old.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.EsdbgProtos.internal_static_scope_debugger_old_BreakpointID_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.BreakpointID parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.BreakpointID parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.BreakpointID parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.BreakpointIDOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_BreakpointID_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_BreakpointID_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.BreakpointID.getDescriptor(); } public com.opera.core.systems.scope.protos.EsdbgProtos.BreakpointID getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.EsdbgProtos.BreakpointID.getDefaultInstance(); } public com.opera.core.systems.scope.protos.EsdbgProtos.BreakpointID build() { com.opera.core.systems.scope.protos.EsdbgProtos.BreakpointID result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.EsdbgProtos.BreakpointID buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.EsdbgProtos.BreakpointID result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.EsdbgProtos.BreakpointID buildPartial() { com.opera.core.systems.scope.protos.EsdbgProtos.BreakpointID result = new com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.BreakpointID) { return mergeFrom((com.opera.core.systems.scope.protos.EsdbgProtos.BreakpointID)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.EsdbgProtos.BreakpointID other) { if (other == com.opera.core.systems.scope.protos.EsdbgProtos.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.old.BreakpointID) } static { defaultInstance = new BreakpointID(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.old.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.EsdbgProtos.internal_static_scope_debugger_old_BacktraceSelection_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.BacktraceSelection parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.BacktraceSelection parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.BacktraceSelection parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.BacktraceSelectionOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_BacktraceSelection_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_BacktraceSelection_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.BacktraceSelection.getDescriptor(); } public com.opera.core.systems.scope.protos.EsdbgProtos.BacktraceSelection getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.EsdbgProtos.BacktraceSelection.getDefaultInstance(); } public com.opera.core.systems.scope.protos.EsdbgProtos.BacktraceSelection build() { com.opera.core.systems.scope.protos.EsdbgProtos.BacktraceSelection result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.EsdbgProtos.BacktraceSelection buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.EsdbgProtos.BacktraceSelection result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.EsdbgProtos.BacktraceSelection buildPartial() { com.opera.core.systems.scope.protos.EsdbgProtos.BacktraceSelection result = new com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.BacktraceSelection) { return mergeFrom((com.opera.core.systems.scope.protos.EsdbgProtos.BacktraceSelection)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.EsdbgProtos.BacktraceSelection other) { if (other == com.opera.core.systems.scope.protos.EsdbgProtos.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.old.BacktraceSelection) } static { defaultInstance = new BacktraceSelection(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.old.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.old.SpotlightObject.SpotlightBox boxList = 3; java.util.List<com.opera.core.systems.scope.protos.EsdbgProtos.SpotlightObject.SpotlightBox> getBoxListList(); com.opera.core.systems.scope.protos.EsdbgProtos.SpotlightObject.SpotlightBox getBoxList(int index); int getBoxListCount(); java.util.List<? extends com.opera.core.systems.scope.protos.EsdbgProtos.SpotlightObject.SpotlightBoxOrBuilder> getBoxListOrBuilderList(); com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.internal_static_scope_debugger_old_SpotlightObject_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_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.EsdbgProtos.internal_static_scope_debugger_old_SpotlightObject_SpotlightBox_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.SpotlightObject.SpotlightBox parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.SpotlightObject.SpotlightBox parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.SpotlightObject.SpotlightBoxOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_SpotlightObject_SpotlightBox_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_SpotlightObject_SpotlightBox_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.SpotlightObject.SpotlightBox.getDescriptor(); } public com.opera.core.systems.scope.protos.EsdbgProtos.SpotlightObject.SpotlightBox getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.EsdbgProtos.SpotlightObject.SpotlightBox.getDefaultInstance(); } public com.opera.core.systems.scope.protos.EsdbgProtos.SpotlightObject.SpotlightBox build() { com.opera.core.systems.scope.protos.EsdbgProtos.SpotlightObject.SpotlightBox result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.EsdbgProtos.SpotlightObject.SpotlightBox buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.EsdbgProtos.SpotlightObject.SpotlightBox result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.EsdbgProtos.SpotlightObject.SpotlightBox buildPartial() { com.opera.core.systems.scope.protos.EsdbgProtos.SpotlightObject.SpotlightBox result = new com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.SpotlightObject.SpotlightBox) { return mergeFrom((com.opera.core.systems.scope.protos.EsdbgProtos.SpotlightObject.SpotlightBox)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.EsdbgProtos.SpotlightObject.SpotlightBox other) { if (other == com.opera.core.systems.scope.protos.EsdbgProtos.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.old.SpotlightObject.SpotlightBox) } static { defaultInstance = new SpotlightBox(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.old.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.old.SpotlightObject.SpotlightBox boxList = 3; public static final int BOXLIST_FIELD_NUMBER = 3; private java.util.List<com.opera.core.systems.scope.protos.EsdbgProtos.SpotlightObject.SpotlightBox> boxList_; public java.util.List<com.opera.core.systems.scope.protos.EsdbgProtos.SpotlightObject.SpotlightBox> getBoxListList() { return boxList_; } public java.util.List<? extends com.opera.core.systems.scope.protos.EsdbgProtos.SpotlightObject.SpotlightBoxOrBuilder> getBoxListOrBuilderList() { return boxList_; } public int getBoxListCount() { return boxList_.size(); } public com.opera.core.systems.scope.protos.EsdbgProtos.SpotlightObject.SpotlightBox getBoxList(int index) { return boxList_.get(index); } public com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.SpotlightObject parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.SpotlightObject parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.SpotlightObject parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.SpotlightObjectOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_SpotlightObject_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_SpotlightObject_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.SpotlightObject.getDescriptor(); } public com.opera.core.systems.scope.protos.EsdbgProtos.SpotlightObject getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.EsdbgProtos.SpotlightObject.getDefaultInstance(); } public com.opera.core.systems.scope.protos.EsdbgProtos.SpotlightObject build() { com.opera.core.systems.scope.protos.EsdbgProtos.SpotlightObject result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.EsdbgProtos.SpotlightObject buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.EsdbgProtos.SpotlightObject result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.EsdbgProtos.SpotlightObject buildPartial() { com.opera.core.systems.scope.protos.EsdbgProtos.SpotlightObject result = new com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.SpotlightObject) { return mergeFrom((com.opera.core.systems.scope.protos.EsdbgProtos.SpotlightObject)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.EsdbgProtos.SpotlightObject other) { if (other == com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.SpotlightObject.SpotlightBox.Builder subBuilder = com.opera.core.systems.scope.protos.EsdbgProtos.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.old.SpotlightObject.SpotlightBox boxList = 3; private java.util.List<com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.SpotlightObject.SpotlightBox>(boxList_); bitField0_ |= 0x00000004; } } private com.google.protobuf.RepeatedFieldBuilder< com.opera.core.systems.scope.protos.EsdbgProtos.SpotlightObject.SpotlightBox, com.opera.core.systems.scope.protos.EsdbgProtos.SpotlightObject.SpotlightBox.Builder, com.opera.core.systems.scope.protos.EsdbgProtos.SpotlightObject.SpotlightBoxOrBuilder> boxListBuilder_; public java.util.List<com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.SpotlightObject.SpotlightBox.Builder getBoxListBuilder( int index) { return getBoxListFieldBuilder().getBuilder(index); } public com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.SpotlightObject.SpotlightBoxOrBuilder> getBoxListOrBuilderList() { if (boxListBuilder_ != null) { return boxListBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(boxList_); } } public com.opera.core.systems.scope.protos.EsdbgProtos.SpotlightObject.SpotlightBox.Builder addBoxListBuilder() { return getBoxListFieldBuilder().addBuilder( com.opera.core.systems.scope.protos.EsdbgProtos.SpotlightObject.SpotlightBox.getDefaultInstance()); } public com.opera.core.systems.scope.protos.EsdbgProtos.SpotlightObject.SpotlightBox.Builder addBoxListBuilder( int index) { return getBoxListFieldBuilder().addBuilder( index, com.opera.core.systems.scope.protos.EsdbgProtos.SpotlightObject.SpotlightBox.getDefaultInstance()); } public java.util.List<com.opera.core.systems.scope.protos.EsdbgProtos.SpotlightObject.SpotlightBox.Builder> getBoxListBuilderList() { return getBoxListFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilder< com.opera.core.systems.scope.protos.EsdbgProtos.SpotlightObject.SpotlightBox, com.opera.core.systems.scope.protos.EsdbgProtos.SpotlightObject.SpotlightBox.Builder, com.opera.core.systems.scope.protos.EsdbgProtos.SpotlightObject.SpotlightBoxOrBuilder> getBoxListFieldBuilder() { if (boxListBuilder_ == null) { boxListBuilder_ = new com.google.protobuf.RepeatedFieldBuilder< com.opera.core.systems.scope.protos.EsdbgProtos.SpotlightObject.SpotlightBox, com.opera.core.systems.scope.protos.EsdbgProtos.SpotlightObject.SpotlightBox.Builder, com.opera.core.systems.scope.protos.EsdbgProtos.SpotlightObject.SpotlightBoxOrBuilder>( boxList_, ((bitField0_ & 0x00000004) == 0x00000004), getParentForChildren(), isClean()); boxList_ = null; } return boxListBuilder_; } // @@protoc_insertion_point(builder_scope:scope.debugger.old.SpotlightObject) } static { defaultInstance = new SpotlightObject(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.old.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.EsdbgProtos.internal_static_scope_debugger_old_RuntimeInfo_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.RuntimeInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.RuntimeInfo parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.RuntimeInfo parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.RuntimeInfoOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_RuntimeInfo_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_RuntimeInfo_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.RuntimeInfo.getDescriptor(); } public com.opera.core.systems.scope.protos.EsdbgProtos.RuntimeInfo getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.EsdbgProtos.RuntimeInfo.getDefaultInstance(); } public com.opera.core.systems.scope.protos.EsdbgProtos.RuntimeInfo build() { com.opera.core.systems.scope.protos.EsdbgProtos.RuntimeInfo result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.EsdbgProtos.RuntimeInfo buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.EsdbgProtos.RuntimeInfo result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.EsdbgProtos.RuntimeInfo buildPartial() { com.opera.core.systems.scope.protos.EsdbgProtos.RuntimeInfo result = new com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.RuntimeInfo) { return mergeFrom((com.opera.core.systems.scope.protos.EsdbgProtos.RuntimeInfo)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.EsdbgProtos.RuntimeInfo other) { if (other == com.opera.core.systems.scope.protos.EsdbgProtos.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.old.RuntimeInfo) } static { defaultInstance = new RuntimeInfo(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.old.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.old.NodeInfo.Attribute attributeList = 6; java.util.List<com.opera.core.systems.scope.protos.EsdbgProtos.NodeInfo.Attribute> getAttributeListList(); com.opera.core.systems.scope.protos.EsdbgProtos.NodeInfo.Attribute getAttributeList(int index); int getAttributeListCount(); java.util.List<? extends com.opera.core.systems.scope.protos.EsdbgProtos.NodeInfo.AttributeOrBuilder> getAttributeListOrBuilderList(); com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.internal_static_scope_debugger_old_NodeInfo_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_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.EsdbgProtos.internal_static_scope_debugger_old_NodeInfo_Attribute_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.NodeInfo.Attribute parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.NodeInfo.Attribute parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.NodeInfo.AttributeOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_NodeInfo_Attribute_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_NodeInfo_Attribute_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.NodeInfo.Attribute.getDescriptor(); } public com.opera.core.systems.scope.protos.EsdbgProtos.NodeInfo.Attribute getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.EsdbgProtos.NodeInfo.Attribute.getDefaultInstance(); } public com.opera.core.systems.scope.protos.EsdbgProtos.NodeInfo.Attribute build() { com.opera.core.systems.scope.protos.EsdbgProtos.NodeInfo.Attribute result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.EsdbgProtos.NodeInfo.Attribute buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.EsdbgProtos.NodeInfo.Attribute result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.EsdbgProtos.NodeInfo.Attribute buildPartial() { com.opera.core.systems.scope.protos.EsdbgProtos.NodeInfo.Attribute result = new com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.NodeInfo.Attribute) { return mergeFrom((com.opera.core.systems.scope.protos.EsdbgProtos.NodeInfo.Attribute)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.EsdbgProtos.NodeInfo.Attribute other) { if (other == com.opera.core.systems.scope.protos.EsdbgProtos.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.old.NodeInfo.Attribute) } static { defaultInstance = new Attribute(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.old.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.old.NodeInfo.Attribute attributeList = 6; public static final int ATTRIBUTELIST_FIELD_NUMBER = 6; private java.util.List<com.opera.core.systems.scope.protos.EsdbgProtos.NodeInfo.Attribute> attributeList_; public java.util.List<com.opera.core.systems.scope.protos.EsdbgProtos.NodeInfo.Attribute> getAttributeListList() { return attributeList_; } public java.util.List<? extends com.opera.core.systems.scope.protos.EsdbgProtos.NodeInfo.AttributeOrBuilder> getAttributeListOrBuilderList() { return attributeList_; } public int getAttributeListCount() { return attributeList_.size(); } public com.opera.core.systems.scope.protos.EsdbgProtos.NodeInfo.Attribute getAttributeList(int index) { return attributeList_.get(index); } public com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.NodeInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.NodeInfo parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.NodeInfo parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.NodeInfoOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_NodeInfo_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_NodeInfo_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.NodeInfo.getDescriptor(); } public com.opera.core.systems.scope.protos.EsdbgProtos.NodeInfo getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.EsdbgProtos.NodeInfo.getDefaultInstance(); } public com.opera.core.systems.scope.protos.EsdbgProtos.NodeInfo build() { com.opera.core.systems.scope.protos.EsdbgProtos.NodeInfo result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.EsdbgProtos.NodeInfo buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.EsdbgProtos.NodeInfo result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.EsdbgProtos.NodeInfo buildPartial() { com.opera.core.systems.scope.protos.EsdbgProtos.NodeInfo result = new com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.NodeInfo) { return mergeFrom((com.opera.core.systems.scope.protos.EsdbgProtos.NodeInfo)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.EsdbgProtos.NodeInfo other) { if (other == com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.NodeInfo.Attribute.Builder subBuilder = com.opera.core.systems.scope.protos.EsdbgProtos.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.old.NodeInfo.Attribute attributeList = 6; private java.util.List<com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.NodeInfo.Attribute>(attributeList_); bitField0_ |= 0x00000020; } } private com.google.protobuf.RepeatedFieldBuilder< com.opera.core.systems.scope.protos.EsdbgProtos.NodeInfo.Attribute, com.opera.core.systems.scope.protos.EsdbgProtos.NodeInfo.Attribute.Builder, com.opera.core.systems.scope.protos.EsdbgProtos.NodeInfo.AttributeOrBuilder> attributeListBuilder_; public java.util.List<com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.NodeInfo.Attribute.Builder getAttributeListBuilder( int index) { return getAttributeListFieldBuilder().getBuilder(index); } public com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.NodeInfo.AttributeOrBuilder> getAttributeListOrBuilderList() { if (attributeListBuilder_ != null) { return attributeListBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(attributeList_); } } public com.opera.core.systems.scope.protos.EsdbgProtos.NodeInfo.Attribute.Builder addAttributeListBuilder() { return getAttributeListFieldBuilder().addBuilder( com.opera.core.systems.scope.protos.EsdbgProtos.NodeInfo.Attribute.getDefaultInstance()); } public com.opera.core.systems.scope.protos.EsdbgProtos.NodeInfo.Attribute.Builder addAttributeListBuilder( int index) { return getAttributeListFieldBuilder().addBuilder( index, com.opera.core.systems.scope.protos.EsdbgProtos.NodeInfo.Attribute.getDefaultInstance()); } public java.util.List<com.opera.core.systems.scope.protos.EsdbgProtos.NodeInfo.Attribute.Builder> getAttributeListBuilderList() { return getAttributeListFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilder< com.opera.core.systems.scope.protos.EsdbgProtos.NodeInfo.Attribute, com.opera.core.systems.scope.protos.EsdbgProtos.NodeInfo.Attribute.Builder, com.opera.core.systems.scope.protos.EsdbgProtos.NodeInfo.AttributeOrBuilder> getAttributeListFieldBuilder() { if (attributeListBuilder_ == null) { attributeListBuilder_ = new com.google.protobuf.RepeatedFieldBuilder< com.opera.core.systems.scope.protos.EsdbgProtos.NodeInfo.Attribute, com.opera.core.systems.scope.protos.EsdbgProtos.NodeInfo.Attribute.Builder, com.opera.core.systems.scope.protos.EsdbgProtos.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.old.NodeInfo) } static { defaultInstance = new NodeInfo(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.old.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.EsdbgProtos.internal_static_scope_debugger_old_EventHandlerID_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.EventHandlerID parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.EventHandlerID parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.EventHandlerID parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.EventHandlerIDOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_EventHandlerID_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_EventHandlerID_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.EventHandlerID.getDescriptor(); } public com.opera.core.systems.scope.protos.EsdbgProtos.EventHandlerID getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.EsdbgProtos.EventHandlerID.getDefaultInstance(); } public com.opera.core.systems.scope.protos.EsdbgProtos.EventHandlerID build() { com.opera.core.systems.scope.protos.EsdbgProtos.EventHandlerID result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.EsdbgProtos.EventHandlerID buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.EsdbgProtos.EventHandlerID result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.EsdbgProtos.EventHandlerID buildPartial() { com.opera.core.systems.scope.protos.EsdbgProtos.EventHandlerID result = new com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.EventHandlerID) { return mergeFrom((com.opera.core.systems.scope.protos.EsdbgProtos.EventHandlerID)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.EsdbgProtos.EventHandlerID other) { if (other == com.opera.core.systems.scope.protos.EsdbgProtos.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.old.EventHandlerID) } static { defaultInstance = new EventHandlerID(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.old.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.EsdbgProtos.internal_static_scope_debugger_old_ThreadInfo_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.ThreadInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.ThreadInfo parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.ThreadInfo parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.ThreadInfoOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_ThreadInfo_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_ThreadInfo_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.ThreadInfo.getDescriptor(); } public com.opera.core.systems.scope.protos.EsdbgProtos.ThreadInfo getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.EsdbgProtos.ThreadInfo.getDefaultInstance(); } public com.opera.core.systems.scope.protos.EsdbgProtos.ThreadInfo build() { com.opera.core.systems.scope.protos.EsdbgProtos.ThreadInfo result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.EsdbgProtos.ThreadInfo buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.EsdbgProtos.ThreadInfo result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.EsdbgProtos.ThreadInfo buildPartial() { com.opera.core.systems.scope.protos.EsdbgProtos.ThreadInfo result = new com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.ThreadInfo) { return mergeFrom((com.opera.core.systems.scope.protos.EsdbgProtos.ThreadInfo)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.EsdbgProtos.ThreadInfo other) { if (other == com.opera.core.systems.scope.protos.EsdbgProtos.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.old.ThreadInfo) } static { defaultInstance = new ThreadInfo(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.old.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.old.ObjectValue objectValue = 5; boolean hasObjectValue(); com.opera.core.systems.scope.protos.EsdbgProtos.ObjectValue getObjectValue(); com.opera.core.systems.scope.protos.EsdbgProtos.ObjectValueOrBuilder getObjectValueOrBuilder(); // optional uint32 scriptID = 6; boolean hasScriptID(); int getScriptID(); // optional uint32 lineNumber = 7; boolean hasLineNumber(); int getLineNumber(); } 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.EsdbgProtos.internal_static_scope_debugger_old_BacktraceFrame_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_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.old.ObjectValue objectValue = 5; public static final int OBJECTVALUE_FIELD_NUMBER = 5; private com.opera.core.systems.scope.protos.EsdbgProtos.ObjectValue objectValue_; public boolean hasObjectValue() { return ((bitField0_ & 0x00000010) == 0x00000010); } public com.opera.core.systems.scope.protos.EsdbgProtos.ObjectValue getObjectValue() { return objectValue_; } public com.opera.core.systems.scope.protos.EsdbgProtos.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_; } private void initFields() { functionID_ = 0; argumentObject_ = 0; variableObject_ = 0; thisObject_ = 0; objectValue_ = com.opera.core.systems.scope.protos.EsdbgProtos.ObjectValue.getDefaultInstance(); scriptID_ = 0; lineNumber_ = 0; } 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_); } 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_); } 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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.BacktraceFrame parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.BacktraceFrame parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.BacktraceFrame parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.BacktraceFrameOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_BacktraceFrame_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_BacktraceFrame_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.ObjectValue.getDefaultInstance(); } else { objectValueBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00000010); scriptID_ = 0; bitField0_ = (bitField0_ & ~0x00000020); lineNumber_ = 0; bitField0_ = (bitField0_ & ~0x00000040); return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.opera.core.systems.scope.protos.EsdbgProtos.BacktraceFrame.getDescriptor(); } public com.opera.core.systems.scope.protos.EsdbgProtos.BacktraceFrame getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.EsdbgProtos.BacktraceFrame.getDefaultInstance(); } public com.opera.core.systems.scope.protos.EsdbgProtos.BacktraceFrame build() { com.opera.core.systems.scope.protos.EsdbgProtos.BacktraceFrame result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.EsdbgProtos.BacktraceFrame buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.EsdbgProtos.BacktraceFrame result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.EsdbgProtos.BacktraceFrame buildPartial() { com.opera.core.systems.scope.protos.EsdbgProtos.BacktraceFrame result = new com.opera.core.systems.scope.protos.EsdbgProtos.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_; result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.opera.core.systems.scope.protos.EsdbgProtos.BacktraceFrame) { return mergeFrom((com.opera.core.systems.scope.protos.EsdbgProtos.BacktraceFrame)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.EsdbgProtos.BacktraceFrame other) { if (other == com.opera.core.systems.scope.protos.EsdbgProtos.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()); } 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.EsdbgProtos.ObjectValue.Builder subBuilder = com.opera.core.systems.scope.protos.EsdbgProtos.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; } } } } 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.old.ObjectValue objectValue = 5; private com.opera.core.systems.scope.protos.EsdbgProtos.ObjectValue objectValue_ = com.opera.core.systems.scope.protos.EsdbgProtos.ObjectValue.getDefaultInstance(); private com.google.protobuf.SingleFieldBuilder< com.opera.core.systems.scope.protos.EsdbgProtos.ObjectValue, com.opera.core.systems.scope.protos.EsdbgProtos.ObjectValue.Builder, com.opera.core.systems.scope.protos.EsdbgProtos.ObjectValueOrBuilder> objectValueBuilder_; public boolean hasObjectValue() { return ((bitField0_ & 0x00000010) == 0x00000010); } public com.opera.core.systems.scope.protos.EsdbgProtos.ObjectValue getObjectValue() { if (objectValueBuilder_ == null) { return objectValue_; } else { return objectValueBuilder_.getMessage(); } } public Builder setObjectValue(com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.ObjectValue value) { if (objectValueBuilder_ == null) { if (((bitField0_ & 0x00000010) == 0x00000010) && objectValue_ != com.opera.core.systems.scope.protos.EsdbgProtos.ObjectValue.getDefaultInstance()) { objectValue_ = com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.ObjectValue.getDefaultInstance(); onChanged(); } else { objectValueBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00000010); return this; } public com.opera.core.systems.scope.protos.EsdbgProtos.ObjectValue.Builder getObjectValueBuilder() { bitField0_ |= 0x00000010; onChanged(); return getObjectValueFieldBuilder().getBuilder(); } public com.opera.core.systems.scope.protos.EsdbgProtos.ObjectValueOrBuilder getObjectValueOrBuilder() { if (objectValueBuilder_ != null) { return objectValueBuilder_.getMessageOrBuilder(); } else { return objectValue_; } } private com.google.protobuf.SingleFieldBuilder< com.opera.core.systems.scope.protos.EsdbgProtos.ObjectValue, com.opera.core.systems.scope.protos.EsdbgProtos.ObjectValue.Builder, com.opera.core.systems.scope.protos.EsdbgProtos.ObjectValueOrBuilder> getObjectValueFieldBuilder() { if (objectValueBuilder_ == null) { objectValueBuilder_ = new com.google.protobuf.SingleFieldBuilder< com.opera.core.systems.scope.protos.EsdbgProtos.ObjectValue, com.opera.core.systems.scope.protos.EsdbgProtos.ObjectValue.Builder, com.opera.core.systems.scope.protos.EsdbgProtos.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; } // @@protoc_insertion_point(builder_scope:scope.debugger.old.BacktraceFrame) } static { defaultInstance = new BacktraceFrame(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.old.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.EsdbgProtos.internal_static_scope_debugger_old_RuntimeID_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.RuntimeID parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.RuntimeID parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.RuntimeID parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.RuntimeIDOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_RuntimeID_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_RuntimeID_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.RuntimeID.getDescriptor(); } public com.opera.core.systems.scope.protos.EsdbgProtos.RuntimeID getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.EsdbgProtos.RuntimeID.getDefaultInstance(); } public com.opera.core.systems.scope.protos.EsdbgProtos.RuntimeID build() { com.opera.core.systems.scope.protos.EsdbgProtos.RuntimeID result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.EsdbgProtos.RuntimeID buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.EsdbgProtos.RuntimeID result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.EsdbgProtos.RuntimeID buildPartial() { com.opera.core.systems.scope.protos.EsdbgProtos.RuntimeID result = new com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.RuntimeID) { return mergeFrom((com.opera.core.systems.scope.protos.EsdbgProtos.RuntimeID)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.EsdbgProtos.RuntimeID other) { if (other == com.opera.core.systems.scope.protos.EsdbgProtos.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.old.RuntimeID) } static { defaultInstance = new RuntimeID(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.old.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.EsdbgProtos.internal_static_scope_debugger_old_RuntimeSelection_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.RuntimeSelection parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.RuntimeSelection parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.RuntimeSelection parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.RuntimeSelectionOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_RuntimeSelection_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_RuntimeSelection_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.RuntimeSelection.getDescriptor(); } public com.opera.core.systems.scope.protos.EsdbgProtos.RuntimeSelection getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.EsdbgProtos.RuntimeSelection.getDefaultInstance(); } public com.opera.core.systems.scope.protos.EsdbgProtos.RuntimeSelection build() { com.opera.core.systems.scope.protos.EsdbgProtos.RuntimeSelection result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.EsdbgProtos.RuntimeSelection buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.EsdbgProtos.RuntimeSelection result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.EsdbgProtos.RuntimeSelection buildPartial() { com.opera.core.systems.scope.protos.EsdbgProtos.RuntimeSelection result = new com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.RuntimeSelection) { return mergeFrom((com.opera.core.systems.scope.protos.EsdbgProtos.RuntimeSelection)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.EsdbgProtos.RuntimeSelection other) { if (other == com.opera.core.systems.scope.protos.EsdbgProtos.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.old.RuntimeSelection) } static { defaultInstance = new RuntimeSelection(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.old.RuntimeSelection) } public interface ObjectInfoOrBuilder extends com.google.protobuf.MessageOrBuilder { // required .scope.debugger.old.ObjectValue value = 1; boolean hasValue(); com.opera.core.systems.scope.protos.EsdbgProtos.ObjectValue getValue(); com.opera.core.systems.scope.protos.EsdbgProtos.ObjectValueOrBuilder getValueOrBuilder(); // repeated .scope.debugger.old.ObjectInfo.Property propertyList = 2; java.util.List<com.opera.core.systems.scope.protos.EsdbgProtos.ObjectInfo.Property> getPropertyListList(); com.opera.core.systems.scope.protos.EsdbgProtos.ObjectInfo.Property getPropertyList(int index); int getPropertyListCount(); java.util.List<? extends com.opera.core.systems.scope.protos.EsdbgProtos.ObjectInfo.PropertyOrBuilder> getPropertyListOrBuilderList(); com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.internal_static_scope_debugger_old_ObjectInfo_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_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.old.ObjectValue objectValue = 4; boolean hasObjectValue(); com.opera.core.systems.scope.protos.EsdbgProtos.ObjectValue getObjectValue(); com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.internal_static_scope_debugger_old_ObjectInfo_Property_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_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.old.ObjectValue objectValue = 4; public static final int OBJECTVALUE_FIELD_NUMBER = 4; private com.opera.core.systems.scope.protos.EsdbgProtos.ObjectValue objectValue_; public boolean hasObjectValue() { return ((bitField0_ & 0x00000008) == 0x00000008); } public com.opera.core.systems.scope.protos.EsdbgProtos.ObjectValue getObjectValue() { return objectValue_; } public com.opera.core.systems.scope.protos.EsdbgProtos.ObjectValueOrBuilder getObjectValueOrBuilder() { return objectValue_; } private void initFields() { name_ = ""; type_ = ""; value_ = ""; objectValue_ = com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.ObjectInfo.Property parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.ObjectInfo.Property parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.ObjectInfo.PropertyOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_ObjectInfo_Property_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_ObjectInfo_Property_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.ObjectInfo.Property.getDescriptor(); } public com.opera.core.systems.scope.protos.EsdbgProtos.ObjectInfo.Property getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.EsdbgProtos.ObjectInfo.Property.getDefaultInstance(); } public com.opera.core.systems.scope.protos.EsdbgProtos.ObjectInfo.Property build() { com.opera.core.systems.scope.protos.EsdbgProtos.ObjectInfo.Property result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.EsdbgProtos.ObjectInfo.Property buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.EsdbgProtos.ObjectInfo.Property result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.EsdbgProtos.ObjectInfo.Property buildPartial() { com.opera.core.systems.scope.protos.EsdbgProtos.ObjectInfo.Property result = new com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.ObjectInfo.Property) { return mergeFrom((com.opera.core.systems.scope.protos.EsdbgProtos.ObjectInfo.Property)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.EsdbgProtos.ObjectInfo.Property other) { if (other == com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.ObjectValue.Builder subBuilder = com.opera.core.systems.scope.protos.EsdbgProtos.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.old.ObjectValue objectValue = 4; private com.opera.core.systems.scope.protos.EsdbgProtos.ObjectValue objectValue_ = com.opera.core.systems.scope.protos.EsdbgProtos.ObjectValue.getDefaultInstance(); private com.google.protobuf.SingleFieldBuilder< com.opera.core.systems.scope.protos.EsdbgProtos.ObjectValue, com.opera.core.systems.scope.protos.EsdbgProtos.ObjectValue.Builder, com.opera.core.systems.scope.protos.EsdbgProtos.ObjectValueOrBuilder> objectValueBuilder_; public boolean hasObjectValue() { return ((bitField0_ & 0x00000008) == 0x00000008); } public com.opera.core.systems.scope.protos.EsdbgProtos.ObjectValue getObjectValue() { if (objectValueBuilder_ == null) { return objectValue_; } else { return objectValueBuilder_.getMessage(); } } public Builder setObjectValue(com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.ObjectValue value) { if (objectValueBuilder_ == null) { if (((bitField0_ & 0x00000008) == 0x00000008) && objectValue_ != com.opera.core.systems.scope.protos.EsdbgProtos.ObjectValue.getDefaultInstance()) { objectValue_ = com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.ObjectValue.getDefaultInstance(); onChanged(); } else { objectValueBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00000008); return this; } public com.opera.core.systems.scope.protos.EsdbgProtos.ObjectValue.Builder getObjectValueBuilder() { bitField0_ |= 0x00000008; onChanged(); return getObjectValueFieldBuilder().getBuilder(); } public com.opera.core.systems.scope.protos.EsdbgProtos.ObjectValueOrBuilder getObjectValueOrBuilder() { if (objectValueBuilder_ != null) { return objectValueBuilder_.getMessageOrBuilder(); } else { return objectValue_; } } private com.google.protobuf.SingleFieldBuilder< com.opera.core.systems.scope.protos.EsdbgProtos.ObjectValue, com.opera.core.systems.scope.protos.EsdbgProtos.ObjectValue.Builder, com.opera.core.systems.scope.protos.EsdbgProtos.ObjectValueOrBuilder> getObjectValueFieldBuilder() { if (objectValueBuilder_ == null) { objectValueBuilder_ = new com.google.protobuf.SingleFieldBuilder< com.opera.core.systems.scope.protos.EsdbgProtos.ObjectValue, com.opera.core.systems.scope.protos.EsdbgProtos.ObjectValue.Builder, com.opera.core.systems.scope.protos.EsdbgProtos.ObjectValueOrBuilder>( objectValue_, getParentForChildren(), isClean()); objectValue_ = null; } return objectValueBuilder_; } // @@protoc_insertion_point(builder_scope:scope.debugger.old.ObjectInfo.Property) } static { defaultInstance = new Property(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.old.ObjectInfo.Property) } private int bitField0_; // required .scope.debugger.old.ObjectValue value = 1; public static final int VALUE_FIELD_NUMBER = 1; private com.opera.core.systems.scope.protos.EsdbgProtos.ObjectValue value_; public boolean hasValue() { return ((bitField0_ & 0x00000001) == 0x00000001); } public com.opera.core.systems.scope.protos.EsdbgProtos.ObjectValue getValue() { return value_; } public com.opera.core.systems.scope.protos.EsdbgProtos.ObjectValueOrBuilder getValueOrBuilder() { return value_; } // repeated .scope.debugger.old.ObjectInfo.Property propertyList = 2; public static final int PROPERTYLIST_FIELD_NUMBER = 2; private java.util.List<com.opera.core.systems.scope.protos.EsdbgProtos.ObjectInfo.Property> propertyList_; public java.util.List<com.opera.core.systems.scope.protos.EsdbgProtos.ObjectInfo.Property> getPropertyListList() { return propertyList_; } public java.util.List<? extends com.opera.core.systems.scope.protos.EsdbgProtos.ObjectInfo.PropertyOrBuilder> getPropertyListOrBuilderList() { return propertyList_; } public int getPropertyListCount() { return propertyList_.size(); } public com.opera.core.systems.scope.protos.EsdbgProtos.ObjectInfo.Property getPropertyList(int index) { return propertyList_.get(index); } public com.opera.core.systems.scope.protos.EsdbgProtos.ObjectInfo.PropertyOrBuilder getPropertyListOrBuilder( int index) { return propertyList_.get(index); } private void initFields() { value_ = com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.ObjectInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.ObjectInfo parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.ObjectInfo parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.ObjectInfoOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_ObjectInfo_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_ObjectInfo_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.ObjectInfo.getDescriptor(); } public com.opera.core.systems.scope.protos.EsdbgProtos.ObjectInfo getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.EsdbgProtos.ObjectInfo.getDefaultInstance(); } public com.opera.core.systems.scope.protos.EsdbgProtos.ObjectInfo build() { com.opera.core.systems.scope.protos.EsdbgProtos.ObjectInfo result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.EsdbgProtos.ObjectInfo buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.EsdbgProtos.ObjectInfo result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.EsdbgProtos.ObjectInfo buildPartial() { com.opera.core.systems.scope.protos.EsdbgProtos.ObjectInfo result = new com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.ObjectInfo) { return mergeFrom((com.opera.core.systems.scope.protos.EsdbgProtos.ObjectInfo)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.EsdbgProtos.ObjectInfo other) { if (other == com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.ObjectValue.Builder subBuilder = com.opera.core.systems.scope.protos.EsdbgProtos.ObjectValue.newBuilder(); if (hasValue()) { subBuilder.mergeFrom(getValue()); } input.readMessage(subBuilder, extensionRegistry); setValue(subBuilder.buildPartial()); break; } case 18: { com.opera.core.systems.scope.protos.EsdbgProtos.ObjectInfo.Property.Builder subBuilder = com.opera.core.systems.scope.protos.EsdbgProtos.ObjectInfo.Property.newBuilder(); input.readMessage(subBuilder, extensionRegistry); addPropertyList(subBuilder.buildPartial()); break; } } } } private int bitField0_; // required .scope.debugger.old.ObjectValue value = 1; private com.opera.core.systems.scope.protos.EsdbgProtos.ObjectValue value_ = com.opera.core.systems.scope.protos.EsdbgProtos.ObjectValue.getDefaultInstance(); private com.google.protobuf.SingleFieldBuilder< com.opera.core.systems.scope.protos.EsdbgProtos.ObjectValue, com.opera.core.systems.scope.protos.EsdbgProtos.ObjectValue.Builder, com.opera.core.systems.scope.protos.EsdbgProtos.ObjectValueOrBuilder> valueBuilder_; public boolean hasValue() { return ((bitField0_ & 0x00000001) == 0x00000001); } public com.opera.core.systems.scope.protos.EsdbgProtos.ObjectValue getValue() { if (valueBuilder_ == null) { return value_; } else { return valueBuilder_.getMessage(); } } public Builder setValue(com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.ObjectValue value) { if (valueBuilder_ == null) { if (((bitField0_ & 0x00000001) == 0x00000001) && value_ != com.opera.core.systems.scope.protos.EsdbgProtos.ObjectValue.getDefaultInstance()) { value_ = com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.ObjectValue.getDefaultInstance(); onChanged(); } else { valueBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00000001); return this; } public com.opera.core.systems.scope.protos.EsdbgProtos.ObjectValue.Builder getValueBuilder() { bitField0_ |= 0x00000001; onChanged(); return getValueFieldBuilder().getBuilder(); } public com.opera.core.systems.scope.protos.EsdbgProtos.ObjectValueOrBuilder getValueOrBuilder() { if (valueBuilder_ != null) { return valueBuilder_.getMessageOrBuilder(); } else { return value_; } } private com.google.protobuf.SingleFieldBuilder< com.opera.core.systems.scope.protos.EsdbgProtos.ObjectValue, com.opera.core.systems.scope.protos.EsdbgProtos.ObjectValue.Builder, com.opera.core.systems.scope.protos.EsdbgProtos.ObjectValueOrBuilder> getValueFieldBuilder() { if (valueBuilder_ == null) { valueBuilder_ = new com.google.protobuf.SingleFieldBuilder< com.opera.core.systems.scope.protos.EsdbgProtos.ObjectValue, com.opera.core.systems.scope.protos.EsdbgProtos.ObjectValue.Builder, com.opera.core.systems.scope.protos.EsdbgProtos.ObjectValueOrBuilder>( value_, getParentForChildren(), isClean()); value_ = null; } return valueBuilder_; } // repeated .scope.debugger.old.ObjectInfo.Property propertyList = 2; private java.util.List<com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.ObjectInfo.Property>(propertyList_); bitField0_ |= 0x00000002; } } private com.google.protobuf.RepeatedFieldBuilder< com.opera.core.systems.scope.protos.EsdbgProtos.ObjectInfo.Property, com.opera.core.systems.scope.protos.EsdbgProtos.ObjectInfo.Property.Builder, com.opera.core.systems.scope.protos.EsdbgProtos.ObjectInfo.PropertyOrBuilder> propertyListBuilder_; public java.util.List<com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.ObjectInfo.Property.Builder getPropertyListBuilder( int index) { return getPropertyListFieldBuilder().getBuilder(index); } public com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.ObjectInfo.PropertyOrBuilder> getPropertyListOrBuilderList() { if (propertyListBuilder_ != null) { return propertyListBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(propertyList_); } } public com.opera.core.systems.scope.protos.EsdbgProtos.ObjectInfo.Property.Builder addPropertyListBuilder() { return getPropertyListFieldBuilder().addBuilder( com.opera.core.systems.scope.protos.EsdbgProtos.ObjectInfo.Property.getDefaultInstance()); } public com.opera.core.systems.scope.protos.EsdbgProtos.ObjectInfo.Property.Builder addPropertyListBuilder( int index) { return getPropertyListFieldBuilder().addBuilder( index, com.opera.core.systems.scope.protos.EsdbgProtos.ObjectInfo.Property.getDefaultInstance()); } public java.util.List<com.opera.core.systems.scope.protos.EsdbgProtos.ObjectInfo.Property.Builder> getPropertyListBuilderList() { return getPropertyListFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilder< com.opera.core.systems.scope.protos.EsdbgProtos.ObjectInfo.Property, com.opera.core.systems.scope.protos.EsdbgProtos.ObjectInfo.Property.Builder, com.opera.core.systems.scope.protos.EsdbgProtos.ObjectInfo.PropertyOrBuilder> getPropertyListFieldBuilder() { if (propertyListBuilder_ == null) { propertyListBuilder_ = new com.google.protobuf.RepeatedFieldBuilder< com.opera.core.systems.scope.protos.EsdbgProtos.ObjectInfo.Property, com.opera.core.systems.scope.protos.EsdbgProtos.ObjectInfo.Property.Builder, com.opera.core.systems.scope.protos.EsdbgProtos.ObjectInfo.PropertyOrBuilder>( propertyList_, ((bitField0_ & 0x00000002) == 0x00000002), getParentForChildren(), isClean()); propertyList_ = null; } return propertyListBuilder_; } // @@protoc_insertion_point(builder_scope:scope.debugger.old.ObjectInfo) } static { defaultInstance = new ObjectInfo(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.old.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.EsdbgProtos.internal_static_scope_debugger_old_CssElementSelection_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.CssElementSelection parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.CssElementSelection parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.CssElementSelection parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.CssElementSelectionOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_CssElementSelection_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_CssElementSelection_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.CssElementSelection.getDescriptor(); } public com.opera.core.systems.scope.protos.EsdbgProtos.CssElementSelection getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.EsdbgProtos.CssElementSelection.getDefaultInstance(); } public com.opera.core.systems.scope.protos.EsdbgProtos.CssElementSelection build() { com.opera.core.systems.scope.protos.EsdbgProtos.CssElementSelection result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.EsdbgProtos.CssElementSelection buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.EsdbgProtos.CssElementSelection result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.EsdbgProtos.CssElementSelection buildPartial() { com.opera.core.systems.scope.protos.EsdbgProtos.CssElementSelection result = new com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.CssElementSelection) { return mergeFrom((com.opera.core.systems.scope.protos.EsdbgProtos.CssElementSelection)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.EsdbgProtos.CssElementSelection other) { if (other == com.opera.core.systems.scope.protos.EsdbgProtos.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.old.CssElementSelection) } static { defaultInstance = new CssElementSelection(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.old.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.EsdbgProtos.internal_static_scope_debugger_old_DomEvent_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.DomEvent parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.DomEvent parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.DomEvent parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.DomEventOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_DomEvent_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_DomEvent_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.DomEvent.getDescriptor(); } public com.opera.core.systems.scope.protos.EsdbgProtos.DomEvent getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.EsdbgProtos.DomEvent.getDefaultInstance(); } public com.opera.core.systems.scope.protos.EsdbgProtos.DomEvent build() { com.opera.core.systems.scope.protos.EsdbgProtos.DomEvent result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.EsdbgProtos.DomEvent buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.EsdbgProtos.DomEvent result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.EsdbgProtos.DomEvent buildPartial() { com.opera.core.systems.scope.protos.EsdbgProtos.DomEvent result = new com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.DomEvent) { return mergeFrom((com.opera.core.systems.scope.protos.EsdbgProtos.DomEvent)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.EsdbgProtos.DomEvent other) { if (other == com.opera.core.systems.scope.protos.EsdbgProtos.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.old.DomEvent) } static { defaultInstance = new DomEvent(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.old.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.EsdbgProtos.internal_static_scope_debugger_old_ThreadResult_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.ThreadResult parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.ThreadResult parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.ThreadResult parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.ThreadResultOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_ThreadResult_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_ThreadResult_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.ThreadResult.getDescriptor(); } public com.opera.core.systems.scope.protos.EsdbgProtos.ThreadResult getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.EsdbgProtos.ThreadResult.getDefaultInstance(); } public com.opera.core.systems.scope.protos.EsdbgProtos.ThreadResult build() { com.opera.core.systems.scope.protos.EsdbgProtos.ThreadResult result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.EsdbgProtos.ThreadResult buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.EsdbgProtos.ThreadResult result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.EsdbgProtos.ThreadResult buildPartial() { com.opera.core.systems.scope.protos.EsdbgProtos.ThreadResult result = new com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.ThreadResult) { return mergeFrom((com.opera.core.systems.scope.protos.EsdbgProtos.ThreadResult)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.EsdbgProtos.ThreadResult other) { if (other == com.opera.core.systems.scope.protos.EsdbgProtos.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.old.ThreadResult) } static { defaultInstance = new ThreadResult(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.old.ThreadResult) } public interface BacktraceFrameListOrBuilder extends com.google.protobuf.MessageOrBuilder { // repeated .scope.debugger.old.BacktraceFrame frameList = 1; java.util.List<com.opera.core.systems.scope.protos.EsdbgProtos.BacktraceFrame> getFrameListList(); com.opera.core.systems.scope.protos.EsdbgProtos.BacktraceFrame getFrameList(int index); int getFrameListCount(); java.util.List<? extends com.opera.core.systems.scope.protos.EsdbgProtos.BacktraceFrameOrBuilder> getFrameListOrBuilderList(); com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.internal_static_scope_debugger_old_BacktraceFrameList_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_BacktraceFrameList_fieldAccessorTable; } // repeated .scope.debugger.old.BacktraceFrame frameList = 1; public static final int FRAMELIST_FIELD_NUMBER = 1; private java.util.List<com.opera.core.systems.scope.protos.EsdbgProtos.BacktraceFrame> frameList_; public java.util.List<com.opera.core.systems.scope.protos.EsdbgProtos.BacktraceFrame> getFrameListList() { return frameList_; } public java.util.List<? extends com.opera.core.systems.scope.protos.EsdbgProtos.BacktraceFrameOrBuilder> getFrameListOrBuilderList() { return frameList_; } public int getFrameListCount() { return frameList_.size(); } public com.opera.core.systems.scope.protos.EsdbgProtos.BacktraceFrame getFrameList(int index) { return frameList_.get(index); } public com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.BacktraceFrameList parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.BacktraceFrameList parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.BacktraceFrameList parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.BacktraceFrameListOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_BacktraceFrameList_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_BacktraceFrameList_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.BacktraceFrameList.getDescriptor(); } public com.opera.core.systems.scope.protos.EsdbgProtos.BacktraceFrameList getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.EsdbgProtos.BacktraceFrameList.getDefaultInstance(); } public com.opera.core.systems.scope.protos.EsdbgProtos.BacktraceFrameList build() { com.opera.core.systems.scope.protos.EsdbgProtos.BacktraceFrameList result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.EsdbgProtos.BacktraceFrameList buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.EsdbgProtos.BacktraceFrameList result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.EsdbgProtos.BacktraceFrameList buildPartial() { com.opera.core.systems.scope.protos.EsdbgProtos.BacktraceFrameList result = new com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.BacktraceFrameList) { return mergeFrom((com.opera.core.systems.scope.protos.EsdbgProtos.BacktraceFrameList)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.EsdbgProtos.BacktraceFrameList other) { if (other == com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.BacktraceFrame.Builder subBuilder = com.opera.core.systems.scope.protos.EsdbgProtos.BacktraceFrame.newBuilder(); input.readMessage(subBuilder, extensionRegistry); addFrameList(subBuilder.buildPartial()); break; } } } } private int bitField0_; // repeated .scope.debugger.old.BacktraceFrame frameList = 1; private java.util.List<com.opera.core.systems.scope.protos.EsdbgProtos.BacktraceFrame> frameList_ = java.util.Collections.emptyList(); private void ensureFrameListIsMutable() { if (!((bitField0_ & 0x00000001) == 0x00000001)) { frameList_ = new java.util.ArrayList<com.opera.core.systems.scope.protos.EsdbgProtos.BacktraceFrame>(frameList_); bitField0_ |= 0x00000001; } } private com.google.protobuf.RepeatedFieldBuilder< com.opera.core.systems.scope.protos.EsdbgProtos.BacktraceFrame, com.opera.core.systems.scope.protos.EsdbgProtos.BacktraceFrame.Builder, com.opera.core.systems.scope.protos.EsdbgProtos.BacktraceFrameOrBuilder> frameListBuilder_; public java.util.List<com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.BacktraceFrame.Builder getFrameListBuilder( int index) { return getFrameListFieldBuilder().getBuilder(index); } public com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.BacktraceFrameOrBuilder> getFrameListOrBuilderList() { if (frameListBuilder_ != null) { return frameListBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(frameList_); } } public com.opera.core.systems.scope.protos.EsdbgProtos.BacktraceFrame.Builder addFrameListBuilder() { return getFrameListFieldBuilder().addBuilder( com.opera.core.systems.scope.protos.EsdbgProtos.BacktraceFrame.getDefaultInstance()); } public com.opera.core.systems.scope.protos.EsdbgProtos.BacktraceFrame.Builder addFrameListBuilder( int index) { return getFrameListFieldBuilder().addBuilder( index, com.opera.core.systems.scope.protos.EsdbgProtos.BacktraceFrame.getDefaultInstance()); } public java.util.List<com.opera.core.systems.scope.protos.EsdbgProtos.BacktraceFrame.Builder> getFrameListBuilderList() { return getFrameListFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilder< com.opera.core.systems.scope.protos.EsdbgProtos.BacktraceFrame, com.opera.core.systems.scope.protos.EsdbgProtos.BacktraceFrame.Builder, com.opera.core.systems.scope.protos.EsdbgProtos.BacktraceFrameOrBuilder> getFrameListFieldBuilder() { if (frameListBuilder_ == null) { frameListBuilder_ = new com.google.protobuf.RepeatedFieldBuilder< com.opera.core.systems.scope.protos.EsdbgProtos.BacktraceFrame, com.opera.core.systems.scope.protos.EsdbgProtos.BacktraceFrame.Builder, com.opera.core.systems.scope.protos.EsdbgProtos.BacktraceFrameOrBuilder>( frameList_, ((bitField0_ & 0x00000001) == 0x00000001), getParentForChildren(), isClean()); frameList_ = null; } return frameListBuilder_; } // @@protoc_insertion_point(builder_scope:scope.debugger.old.BacktraceFrameList) } static { defaultInstance = new BacktraceFrameList(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.old.BacktraceFrameList) } public interface NodeListOrBuilder extends com.google.protobuf.MessageOrBuilder { // repeated .scope.debugger.old.NodeInfo nodeList = 1; java.util.List<com.opera.core.systems.scope.protos.EsdbgProtos.NodeInfo> getNodeListList(); com.opera.core.systems.scope.protos.EsdbgProtos.NodeInfo getNodeList(int index); int getNodeListCount(); java.util.List<? extends com.opera.core.systems.scope.protos.EsdbgProtos.NodeInfoOrBuilder> getNodeListOrBuilderList(); com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.internal_static_scope_debugger_old_NodeList_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_NodeList_fieldAccessorTable; } // repeated .scope.debugger.old.NodeInfo nodeList = 1; public static final int NODELIST_FIELD_NUMBER = 1; private java.util.List<com.opera.core.systems.scope.protos.EsdbgProtos.NodeInfo> nodeList_; public java.util.List<com.opera.core.systems.scope.protos.EsdbgProtos.NodeInfo> getNodeListList() { return nodeList_; } public java.util.List<? extends com.opera.core.systems.scope.protos.EsdbgProtos.NodeInfoOrBuilder> getNodeListOrBuilderList() { return nodeList_; } public int getNodeListCount() { return nodeList_.size(); } public com.opera.core.systems.scope.protos.EsdbgProtos.NodeInfo getNodeList(int index) { return nodeList_.get(index); } public com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.NodeList parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.NodeList parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.NodeList parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.NodeListOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_NodeList_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_NodeList_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.NodeList.getDescriptor(); } public com.opera.core.systems.scope.protos.EsdbgProtos.NodeList getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.EsdbgProtos.NodeList.getDefaultInstance(); } public com.opera.core.systems.scope.protos.EsdbgProtos.NodeList build() { com.opera.core.systems.scope.protos.EsdbgProtos.NodeList result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.EsdbgProtos.NodeList buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.EsdbgProtos.NodeList result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.EsdbgProtos.NodeList buildPartial() { com.opera.core.systems.scope.protos.EsdbgProtos.NodeList result = new com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.NodeList) { return mergeFrom((com.opera.core.systems.scope.protos.EsdbgProtos.NodeList)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.EsdbgProtos.NodeList other) { if (other == com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.NodeInfo.Builder subBuilder = com.opera.core.systems.scope.protos.EsdbgProtos.NodeInfo.newBuilder(); input.readMessage(subBuilder, extensionRegistry); addNodeList(subBuilder.buildPartial()); break; } } } } private int bitField0_; // repeated .scope.debugger.old.NodeInfo nodeList = 1; private java.util.List<com.opera.core.systems.scope.protos.EsdbgProtos.NodeInfo> nodeList_ = java.util.Collections.emptyList(); private void ensureNodeListIsMutable() { if (!((bitField0_ & 0x00000001) == 0x00000001)) { nodeList_ = new java.util.ArrayList<com.opera.core.systems.scope.protos.EsdbgProtos.NodeInfo>(nodeList_); bitField0_ |= 0x00000001; } } private com.google.protobuf.RepeatedFieldBuilder< com.opera.core.systems.scope.protos.EsdbgProtos.NodeInfo, com.opera.core.systems.scope.protos.EsdbgProtos.NodeInfo.Builder, com.opera.core.systems.scope.protos.EsdbgProtos.NodeInfoOrBuilder> nodeListBuilder_; public java.util.List<com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.NodeInfo.Builder getNodeListBuilder( int index) { return getNodeListFieldBuilder().getBuilder(index); } public com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.NodeInfoOrBuilder> getNodeListOrBuilderList() { if (nodeListBuilder_ != null) { return nodeListBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(nodeList_); } } public com.opera.core.systems.scope.protos.EsdbgProtos.NodeInfo.Builder addNodeListBuilder() { return getNodeListFieldBuilder().addBuilder( com.opera.core.systems.scope.protos.EsdbgProtos.NodeInfo.getDefaultInstance()); } public com.opera.core.systems.scope.protos.EsdbgProtos.NodeInfo.Builder addNodeListBuilder( int index) { return getNodeListFieldBuilder().addBuilder( index, com.opera.core.systems.scope.protos.EsdbgProtos.NodeInfo.getDefaultInstance()); } public java.util.List<com.opera.core.systems.scope.protos.EsdbgProtos.NodeInfo.Builder> getNodeListBuilderList() { return getNodeListFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilder< com.opera.core.systems.scope.protos.EsdbgProtos.NodeInfo, com.opera.core.systems.scope.protos.EsdbgProtos.NodeInfo.Builder, com.opera.core.systems.scope.protos.EsdbgProtos.NodeInfoOrBuilder> getNodeListFieldBuilder() { if (nodeListBuilder_ == null) { nodeListBuilder_ = new com.google.protobuf.RepeatedFieldBuilder< com.opera.core.systems.scope.protos.EsdbgProtos.NodeInfo, com.opera.core.systems.scope.protos.EsdbgProtos.NodeInfo.Builder, com.opera.core.systems.scope.protos.EsdbgProtos.NodeInfoOrBuilder>( nodeList_, ((bitField0_ & 0x00000001) == 0x00000001), getParentForChildren(), isClean()); nodeList_ = null; } return nodeListBuilder_; } // @@protoc_insertion_point(builder_scope:scope.debugger.old.NodeList) } static { defaultInstance = new NodeList(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.old.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.EsdbgProtos.internal_static_scope_debugger_old_FrameSelection_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.FrameSelection parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.FrameSelection parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.FrameSelection parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.FrameSelectionOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_FrameSelection_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_FrameSelection_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.FrameSelection.getDescriptor(); } public com.opera.core.systems.scope.protos.EsdbgProtos.FrameSelection getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.EsdbgProtos.FrameSelection.getDefaultInstance(); } public com.opera.core.systems.scope.protos.EsdbgProtos.FrameSelection build() { com.opera.core.systems.scope.protos.EsdbgProtos.FrameSelection result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.EsdbgProtos.FrameSelection buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.EsdbgProtos.FrameSelection result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.EsdbgProtos.FrameSelection buildPartial() { com.opera.core.systems.scope.protos.EsdbgProtos.FrameSelection result = new com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.FrameSelection) { return mergeFrom((com.opera.core.systems.scope.protos.EsdbgProtos.FrameSelection)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.EsdbgProtos.FrameSelection other) { if (other == com.opera.core.systems.scope.protos.EsdbgProtos.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.old.FrameSelection) } static { defaultInstance = new FrameSelection(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.old.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.EsdbgProtos.internal_static_scope_debugger_old_DomParseError_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.DomParseError parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.DomParseError parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.DomParseError parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.DomParseErrorOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_DomParseError_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_DomParseError_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.DomParseError.getDescriptor(); } public com.opera.core.systems.scope.protos.EsdbgProtos.DomParseError getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.EsdbgProtos.DomParseError.getDefaultInstance(); } public com.opera.core.systems.scope.protos.EsdbgProtos.DomParseError build() { com.opera.core.systems.scope.protos.EsdbgProtos.DomParseError result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.EsdbgProtos.DomParseError buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.EsdbgProtos.DomParseError result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.EsdbgProtos.DomParseError buildPartial() { com.opera.core.systems.scope.protos.EsdbgProtos.DomParseError result = new com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.DomParseError) { return mergeFrom((com.opera.core.systems.scope.protos.EsdbgProtos.DomParseError)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.EsdbgProtos.DomParseError other) { if (other == com.opera.core.systems.scope.protos.EsdbgProtos.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.old.DomParseError) } static { defaultInstance = new DomParseError(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.old.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.EsdbgProtos.internal_static_scope_debugger_old_Configuration_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.Configuration parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.Configuration parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.Configuration parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.ConfigurationOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_Configuration_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_Configuration_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.Configuration.getDescriptor(); } public com.opera.core.systems.scope.protos.EsdbgProtos.Configuration getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.EsdbgProtos.Configuration.getDefaultInstance(); } public com.opera.core.systems.scope.protos.EsdbgProtos.Configuration build() { com.opera.core.systems.scope.protos.EsdbgProtos.Configuration result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.EsdbgProtos.Configuration buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.EsdbgProtos.Configuration result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.EsdbgProtos.Configuration buildPartial() { com.opera.core.systems.scope.protos.EsdbgProtos.Configuration result = new com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.Configuration) { return mergeFrom((com.opera.core.systems.scope.protos.EsdbgProtos.Configuration)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.EsdbgProtos.Configuration other) { if (other == com.opera.core.systems.scope.protos.EsdbgProtos.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.old.Configuration) } static { defaultInstance = new Configuration(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.old.Configuration) } public interface BreakpointPositionOrBuilder extends com.google.protobuf.MessageOrBuilder { // required uint32 breakpointID = 1; boolean hasBreakpointID(); int getBreakpointID(); // required string type = 2; boolean hasType(); String getType(); // optional uint32 scriptID = 3; boolean hasScriptID(); int getScriptID(); // optional uint32 lineNumber = 4; boolean hasLineNumber(); int getLineNumber(); // optional string eventType = 5; boolean hasEventType(); String getEventType(); } public static final class BreakpointPosition extends com.google.protobuf.GeneratedMessage implements BreakpointPositionOrBuilder { // Use BreakpointPosition.newBuilder() to construct. private BreakpointPosition(Builder builder) { super(builder); } private BreakpointPosition(boolean noInit) {} private static final BreakpointPosition defaultInstance; public static BreakpointPosition getDefaultInstance() { return defaultInstance; } public BreakpointPosition getDefaultInstanceForType() { return defaultInstance; } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_BreakpointPosition_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_BreakpointPosition_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 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 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_; } // optional 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_; } // optional string eventType = 5; public static final int EVENTTYPE_FIELD_NUMBER = 5; private java.lang.Object eventType_; public boolean hasEventType() { return ((bitField0_ & 0x00000010) == 0x00000010); } 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() { breakpointID_ = 0; type_ = ""; scriptID_ = 0; lineNumber_ = 0; eventType_ = ""; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized != -1) return isInitialized == 1; if (!hasBreakpointID()) { 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, breakpointID_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { output.writeBytes(2, getTypeBytes()); } if (((bitField0_ & 0x00000004) == 0x00000004)) { output.writeUInt32(3, scriptID_); } if (((bitField0_ & 0x00000008) == 0x00000008)) { output.writeUInt32(4, lineNumber_); } if (((bitField0_ & 0x00000010) == 0x00000010)) { output.writeBytes(5, 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, breakpointID_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(2, getTypeBytes()); } 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, 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.EsdbgProtos.BreakpointPosition parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.BreakpointPosition 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.EsdbgProtos.BreakpointPosition parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.BreakpointPosition 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.EsdbgProtos.BreakpointPosition parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.BreakpointPosition 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.EsdbgProtos.BreakpointPosition 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.EsdbgProtos.BreakpointPosition 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.EsdbgProtos.BreakpointPosition parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.BreakpointPosition 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.EsdbgProtos.BreakpointPosition 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.EsdbgProtos.BreakpointPositionOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_BreakpointPosition_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_BreakpointPosition_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.EsdbgProtos.BreakpointPosition.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); type_ = ""; bitField0_ = (bitField0_ & ~0x00000002); scriptID_ = 0; bitField0_ = (bitField0_ & ~0x00000004); lineNumber_ = 0; bitField0_ = (bitField0_ & ~0x00000008); eventType_ = ""; 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.EsdbgProtos.BreakpointPosition.getDescriptor(); } public com.opera.core.systems.scope.protos.EsdbgProtos.BreakpointPosition getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.EsdbgProtos.BreakpointPosition.getDefaultInstance(); } public com.opera.core.systems.scope.protos.EsdbgProtos.BreakpointPosition build() { com.opera.core.systems.scope.protos.EsdbgProtos.BreakpointPosition result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.EsdbgProtos.BreakpointPosition buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.EsdbgProtos.BreakpointPosition result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.EsdbgProtos.BreakpointPosition buildPartial() { com.opera.core.systems.scope.protos.EsdbgProtos.BreakpointPosition result = new com.opera.core.systems.scope.protos.EsdbgProtos.BreakpointPosition(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.type_ = type_; 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.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.EsdbgProtos.BreakpointPosition) { return mergeFrom((com.opera.core.systems.scope.protos.EsdbgProtos.BreakpointPosition)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.EsdbgProtos.BreakpointPosition other) { if (other == com.opera.core.systems.scope.protos.EsdbgProtos.BreakpointPosition.getDefaultInstance()) return this; if (other.hasBreakpointID()) { setBreakpointID(other.getBreakpointID()); } if (other.hasType()) { setType(other.getType()); } if (other.hasScriptID()) { setScriptID(other.getScriptID()); } if (other.hasLineNumber()) { setLineNumber(other.getLineNumber()); } if (other.hasEventType()) { setEventType(other.getEventType()); } this.mergeUnknownFields(other.getUnknownFields()); return this; } public final boolean isInitialized() { if (!hasBreakpointID()) { 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; breakpointID_ = input.readUInt32(); break; } case 18: { bitField0_ |= 0x00000002; type_ = input.readBytes(); break; } case 24: { bitField0_ |= 0x00000004; scriptID_ = input.readUInt32(); break; } case 32: { bitField0_ |= 0x00000008; lineNumber_ = input.readUInt32(); break; } case 42: { bitField0_ |= 0x00000010; eventType_ = input.readBytes(); 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 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 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; } // optional 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; } // optional string eventType = 5; private java.lang.Object eventType_ = ""; public boolean hasEventType() { return ((bitField0_ & 0x00000010) == 0x00000010); } 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_ |= 0x00000010; eventType_ = value; onChanged(); return this; } public Builder clearEventType() { bitField0_ = (bitField0_ & ~0x00000010); eventType_ = getDefaultInstance().getEventType(); onChanged(); return this; } void setEventType(com.google.protobuf.ByteString value) { bitField0_ |= 0x00000010; eventType_ = value; onChanged(); } // @@protoc_insertion_point(builder_scope:scope.debugger.old.BreakpointPosition) } static { defaultInstance = new BreakpointPosition(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.old.BreakpointPosition) } 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.old.CssStyleDeclarations.NodeStyle nodeStyleList = 2; java.util.List<com.opera.core.systems.scope.protos.EsdbgProtos.CssStyleDeclarations.NodeStyle> getNodeStyleListList(); com.opera.core.systems.scope.protos.EsdbgProtos.CssStyleDeclarations.NodeStyle getNodeStyleList(int index); int getNodeStyleListCount(); java.util.List<? extends com.opera.core.systems.scope.protos.EsdbgProtos.CssStyleDeclarations.NodeStyleOrBuilder> getNodeStyleListOrBuilderList(); com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.internal_static_scope_debugger_old_CssStyleDeclarations_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_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.old.CssStyleDeclarations.NodeStyle.StyleDeclaration styleList = 3; java.util.List<com.opera.core.systems.scope.protos.EsdbgProtos.CssStyleDeclarations.NodeStyle.StyleDeclaration> getStyleListList(); com.opera.core.systems.scope.protos.EsdbgProtos.CssStyleDeclarations.NodeStyle.StyleDeclaration getStyleList(int index); int getStyleListCount(); java.util.List<? extends com.opera.core.systems.scope.protos.EsdbgProtos.CssStyleDeclarations.NodeStyle.StyleDeclarationOrBuilder> getStyleListOrBuilderList(); com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.internal_static_scope_debugger_old_CssStyleDeclarations_NodeStyle_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_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.EsdbgProtos.internal_static_scope_debugger_old_CssStyleDeclarations_NodeStyle_StyleDeclaration_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.CssStyleDeclarations.NodeStyle.StyleDeclaration parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.CssStyleDeclarations.NodeStyle.StyleDeclarationOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_CssStyleDeclarations_NodeStyle_StyleDeclaration_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_CssStyleDeclarations_NodeStyle_StyleDeclaration_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.CssStyleDeclarations.NodeStyle.StyleDeclaration.getDescriptor(); } public com.opera.core.systems.scope.protos.EsdbgProtos.CssStyleDeclarations.NodeStyle.StyleDeclaration getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.EsdbgProtos.CssStyleDeclarations.NodeStyle.StyleDeclaration.getDefaultInstance(); } public com.opera.core.systems.scope.protos.EsdbgProtos.CssStyleDeclarations.NodeStyle.StyleDeclaration build() { com.opera.core.systems.scope.protos.EsdbgProtos.CssStyleDeclarations.NodeStyle.StyleDeclaration result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.EsdbgProtos.CssStyleDeclarations.NodeStyle.StyleDeclaration buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.EsdbgProtos.CssStyleDeclarations.NodeStyle.StyleDeclaration result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.EsdbgProtos.CssStyleDeclarations.NodeStyle.StyleDeclaration buildPartial() { com.opera.core.systems.scope.protos.EsdbgProtos.CssStyleDeclarations.NodeStyle.StyleDeclaration result = new com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.CssStyleDeclarations.NodeStyle.StyleDeclaration) { return mergeFrom((com.opera.core.systems.scope.protos.EsdbgProtos.CssStyleDeclarations.NodeStyle.StyleDeclaration)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.EsdbgProtos.CssStyleDeclarations.NodeStyle.StyleDeclaration other) { if (other == com.opera.core.systems.scope.protos.EsdbgProtos.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.old.CssStyleDeclarations.NodeStyle.StyleDeclaration) } static { defaultInstance = new StyleDeclaration(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.old.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.old.CssStyleDeclarations.NodeStyle.StyleDeclaration styleList = 3; public static final int STYLELIST_FIELD_NUMBER = 3; private java.util.List<com.opera.core.systems.scope.protos.EsdbgProtos.CssStyleDeclarations.NodeStyle.StyleDeclaration> styleList_; public java.util.List<com.opera.core.systems.scope.protos.EsdbgProtos.CssStyleDeclarations.NodeStyle.StyleDeclaration> getStyleListList() { return styleList_; } public java.util.List<? extends com.opera.core.systems.scope.protos.EsdbgProtos.CssStyleDeclarations.NodeStyle.StyleDeclarationOrBuilder> getStyleListOrBuilderList() { return styleList_; } public int getStyleListCount() { return styleList_.size(); } public com.opera.core.systems.scope.protos.EsdbgProtos.CssStyleDeclarations.NodeStyle.StyleDeclaration getStyleList(int index) { return styleList_.get(index); } public com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.CssStyleDeclarations.NodeStyle parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.CssStyleDeclarations.NodeStyle parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.CssStyleDeclarations.NodeStyleOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_CssStyleDeclarations_NodeStyle_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_CssStyleDeclarations_NodeStyle_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.CssStyleDeclarations.NodeStyle.getDescriptor(); } public com.opera.core.systems.scope.protos.EsdbgProtos.CssStyleDeclarations.NodeStyle getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.EsdbgProtos.CssStyleDeclarations.NodeStyle.getDefaultInstance(); } public com.opera.core.systems.scope.protos.EsdbgProtos.CssStyleDeclarations.NodeStyle build() { com.opera.core.systems.scope.protos.EsdbgProtos.CssStyleDeclarations.NodeStyle result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.EsdbgProtos.CssStyleDeclarations.NodeStyle buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.EsdbgProtos.CssStyleDeclarations.NodeStyle result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.EsdbgProtos.CssStyleDeclarations.NodeStyle buildPartial() { com.opera.core.systems.scope.protos.EsdbgProtos.CssStyleDeclarations.NodeStyle result = new com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.CssStyleDeclarations.NodeStyle) { return mergeFrom((com.opera.core.systems.scope.protos.EsdbgProtos.CssStyleDeclarations.NodeStyle)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.EsdbgProtos.CssStyleDeclarations.NodeStyle other) { if (other == com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.CssStyleDeclarations.NodeStyle.StyleDeclaration.Builder subBuilder = com.opera.core.systems.scope.protos.EsdbgProtos.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.old.CssStyleDeclarations.NodeStyle.StyleDeclaration styleList = 3; private java.util.List<com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.CssStyleDeclarations.NodeStyle.StyleDeclaration>(styleList_); bitField0_ |= 0x00000004; } } private com.google.protobuf.RepeatedFieldBuilder< com.opera.core.systems.scope.protos.EsdbgProtos.CssStyleDeclarations.NodeStyle.StyleDeclaration, com.opera.core.systems.scope.protos.EsdbgProtos.CssStyleDeclarations.NodeStyle.StyleDeclaration.Builder, com.opera.core.systems.scope.protos.EsdbgProtos.CssStyleDeclarations.NodeStyle.StyleDeclarationOrBuilder> styleListBuilder_; public java.util.List<com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.CssStyleDeclarations.NodeStyle.StyleDeclaration.Builder getStyleListBuilder( int index) { return getStyleListFieldBuilder().getBuilder(index); } public com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.CssStyleDeclarations.NodeStyle.StyleDeclarationOrBuilder> getStyleListOrBuilderList() { if (styleListBuilder_ != null) { return styleListBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(styleList_); } } public com.opera.core.systems.scope.protos.EsdbgProtos.CssStyleDeclarations.NodeStyle.StyleDeclaration.Builder addStyleListBuilder() { return getStyleListFieldBuilder().addBuilder( com.opera.core.systems.scope.protos.EsdbgProtos.CssStyleDeclarations.NodeStyle.StyleDeclaration.getDefaultInstance()); } public com.opera.core.systems.scope.protos.EsdbgProtos.CssStyleDeclarations.NodeStyle.StyleDeclaration.Builder addStyleListBuilder( int index) { return getStyleListFieldBuilder().addBuilder( index, com.opera.core.systems.scope.protos.EsdbgProtos.CssStyleDeclarations.NodeStyle.StyleDeclaration.getDefaultInstance()); } public java.util.List<com.opera.core.systems.scope.protos.EsdbgProtos.CssStyleDeclarations.NodeStyle.StyleDeclaration.Builder> getStyleListBuilderList() { return getStyleListFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilder< com.opera.core.systems.scope.protos.EsdbgProtos.CssStyleDeclarations.NodeStyle.StyleDeclaration, com.opera.core.systems.scope.protos.EsdbgProtos.CssStyleDeclarations.NodeStyle.StyleDeclaration.Builder, com.opera.core.systems.scope.protos.EsdbgProtos.CssStyleDeclarations.NodeStyle.StyleDeclarationOrBuilder> getStyleListFieldBuilder() { if (styleListBuilder_ == null) { styleListBuilder_ = new com.google.protobuf.RepeatedFieldBuilder< com.opera.core.systems.scope.protos.EsdbgProtos.CssStyleDeclarations.NodeStyle.StyleDeclaration, com.opera.core.systems.scope.protos.EsdbgProtos.CssStyleDeclarations.NodeStyle.StyleDeclaration.Builder, com.opera.core.systems.scope.protos.EsdbgProtos.CssStyleDeclarations.NodeStyle.StyleDeclarationOrBuilder>( styleList_, ((bitField0_ & 0x00000004) == 0x00000004), getParentForChildren(), isClean()); styleList_ = null; } return styleListBuilder_; } // @@protoc_insertion_point(builder_scope:scope.debugger.old.CssStyleDeclarations.NodeStyle) } static { defaultInstance = new NodeStyle(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.old.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.old.CssStyleDeclarations.NodeStyle nodeStyleList = 2; public static final int NODESTYLELIST_FIELD_NUMBER = 2; private java.util.List<com.opera.core.systems.scope.protos.EsdbgProtos.CssStyleDeclarations.NodeStyle> nodeStyleList_; public java.util.List<com.opera.core.systems.scope.protos.EsdbgProtos.CssStyleDeclarations.NodeStyle> getNodeStyleListList() { return nodeStyleList_; } public java.util.List<? extends com.opera.core.systems.scope.protos.EsdbgProtos.CssStyleDeclarations.NodeStyleOrBuilder> getNodeStyleListOrBuilderList() { return nodeStyleList_; } public int getNodeStyleListCount() { return nodeStyleList_.size(); } public com.opera.core.systems.scope.protos.EsdbgProtos.CssStyleDeclarations.NodeStyle getNodeStyleList(int index) { return nodeStyleList_.get(index); } public com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.CssStyleDeclarations parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.CssStyleDeclarations parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.CssStyleDeclarations parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.CssStyleDeclarationsOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_CssStyleDeclarations_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_CssStyleDeclarations_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.CssStyleDeclarations.getDescriptor(); } public com.opera.core.systems.scope.protos.EsdbgProtos.CssStyleDeclarations getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.EsdbgProtos.CssStyleDeclarations.getDefaultInstance(); } public com.opera.core.systems.scope.protos.EsdbgProtos.CssStyleDeclarations build() { com.opera.core.systems.scope.protos.EsdbgProtos.CssStyleDeclarations result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.EsdbgProtos.CssStyleDeclarations buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.EsdbgProtos.CssStyleDeclarations result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.EsdbgProtos.CssStyleDeclarations buildPartial() { com.opera.core.systems.scope.protos.EsdbgProtos.CssStyleDeclarations result = new com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.CssStyleDeclarations) { return mergeFrom((com.opera.core.systems.scope.protos.EsdbgProtos.CssStyleDeclarations)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.EsdbgProtos.CssStyleDeclarations other) { if (other == com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.CssStyleDeclarations.NodeStyle.Builder subBuilder = com.opera.core.systems.scope.protos.EsdbgProtos.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.old.CssStyleDeclarations.NodeStyle nodeStyleList = 2; private java.util.List<com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.CssStyleDeclarations.NodeStyle>(nodeStyleList_); bitField0_ |= 0x00000002; } } private com.google.protobuf.RepeatedFieldBuilder< com.opera.core.systems.scope.protos.EsdbgProtos.CssStyleDeclarations.NodeStyle, com.opera.core.systems.scope.protos.EsdbgProtos.CssStyleDeclarations.NodeStyle.Builder, com.opera.core.systems.scope.protos.EsdbgProtos.CssStyleDeclarations.NodeStyleOrBuilder> nodeStyleListBuilder_; public java.util.List<com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.CssStyleDeclarations.NodeStyle.Builder getNodeStyleListBuilder( int index) { return getNodeStyleListFieldBuilder().getBuilder(index); } public com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.CssStyleDeclarations.NodeStyleOrBuilder> getNodeStyleListOrBuilderList() { if (nodeStyleListBuilder_ != null) { return nodeStyleListBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(nodeStyleList_); } } public com.opera.core.systems.scope.protos.EsdbgProtos.CssStyleDeclarations.NodeStyle.Builder addNodeStyleListBuilder() { return getNodeStyleListFieldBuilder().addBuilder( com.opera.core.systems.scope.protos.EsdbgProtos.CssStyleDeclarations.NodeStyle.getDefaultInstance()); } public com.opera.core.systems.scope.protos.EsdbgProtos.CssStyleDeclarations.NodeStyle.Builder addNodeStyleListBuilder( int index) { return getNodeStyleListFieldBuilder().addBuilder( index, com.opera.core.systems.scope.protos.EsdbgProtos.CssStyleDeclarations.NodeStyle.getDefaultInstance()); } public java.util.List<com.opera.core.systems.scope.protos.EsdbgProtos.CssStyleDeclarations.NodeStyle.Builder> getNodeStyleListBuilderList() { return getNodeStyleListFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilder< com.opera.core.systems.scope.protos.EsdbgProtos.CssStyleDeclarations.NodeStyle, com.opera.core.systems.scope.protos.EsdbgProtos.CssStyleDeclarations.NodeStyle.Builder, com.opera.core.systems.scope.protos.EsdbgProtos.CssStyleDeclarations.NodeStyleOrBuilder> getNodeStyleListFieldBuilder() { if (nodeStyleListBuilder_ == null) { nodeStyleListBuilder_ = new com.google.protobuf.RepeatedFieldBuilder< com.opera.core.systems.scope.protos.EsdbgProtos.CssStyleDeclarations.NodeStyle, com.opera.core.systems.scope.protos.EsdbgProtos.CssStyleDeclarations.NodeStyle.Builder, com.opera.core.systems.scope.protos.EsdbgProtos.CssStyleDeclarations.NodeStyleOrBuilder>( nodeStyleList_, ((bitField0_ & 0x00000002) == 0x00000002), getParentForChildren(), isClean()); nodeStyleList_ = null; } return nodeStyleListBuilder_; } // @@protoc_insertion_point(builder_scope:scope.debugger.old.CssStyleDeclarations) } static { defaultInstance = new CssStyleDeclarations(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.old.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.EsdbgProtos.internal_static_scope_debugger_old_CssIndexMap_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.CssIndexMap parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.CssIndexMap parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.CssIndexMap parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.CssIndexMapOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_CssIndexMap_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_CssIndexMap_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.CssIndexMap.getDescriptor(); } public com.opera.core.systems.scope.protos.EsdbgProtos.CssIndexMap getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.EsdbgProtos.CssIndexMap.getDefaultInstance(); } public com.opera.core.systems.scope.protos.EsdbgProtos.CssIndexMap build() { com.opera.core.systems.scope.protos.EsdbgProtos.CssIndexMap result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.EsdbgProtos.CssIndexMap buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.EsdbgProtos.CssIndexMap result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.EsdbgProtos.CssIndexMap buildPartial() { com.opera.core.systems.scope.protos.EsdbgProtos.CssIndexMap result = new com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.CssIndexMap) { return mergeFrom((com.opera.core.systems.scope.protos.EsdbgProtos.CssIndexMap)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.EsdbgProtos.CssIndexMap other) { if (other == com.opera.core.systems.scope.protos.EsdbgProtos.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.old.CssIndexMap) } static { defaultInstance = new CssIndexMap(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.old.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.EsdbgProtos.internal_static_scope_debugger_old_ThreadStopInfo_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.ThreadStopInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.ThreadStopInfo parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.ThreadStopInfo parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.ThreadStopInfoOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_ThreadStopInfo_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_ThreadStopInfo_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.ThreadStopInfo.getDescriptor(); } public com.opera.core.systems.scope.protos.EsdbgProtos.ThreadStopInfo getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.EsdbgProtos.ThreadStopInfo.getDefaultInstance(); } public com.opera.core.systems.scope.protos.EsdbgProtos.ThreadStopInfo build() { com.opera.core.systems.scope.protos.EsdbgProtos.ThreadStopInfo result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.EsdbgProtos.ThreadStopInfo buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.EsdbgProtos.ThreadStopInfo result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.EsdbgProtos.ThreadStopInfo buildPartial() { com.opera.core.systems.scope.protos.EsdbgProtos.ThreadStopInfo result = new com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.ThreadStopInfo) { return mergeFrom((com.opera.core.systems.scope.protos.EsdbgProtos.ThreadStopInfo)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.EsdbgProtos.ThreadStopInfo other) { if (other == com.opera.core.systems.scope.protos.EsdbgProtos.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.old.ThreadStopInfo) } static { defaultInstance = new ThreadStopInfo(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.old.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.EsdbgProtos.internal_static_scope_debugger_old_ObjectSelection_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.ObjectSelection parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.ObjectSelection parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.ObjectSelection parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.ObjectSelectionOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_ObjectSelection_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_ObjectSelection_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.ObjectSelection.getDescriptor(); } public com.opera.core.systems.scope.protos.EsdbgProtos.ObjectSelection getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.EsdbgProtos.ObjectSelection.getDefaultInstance(); } public com.opera.core.systems.scope.protos.EsdbgProtos.ObjectSelection build() { com.opera.core.systems.scope.protos.EsdbgProtos.ObjectSelection result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.EsdbgProtos.ObjectSelection buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.EsdbgProtos.ObjectSelection result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.EsdbgProtos.ObjectSelection buildPartial() { com.opera.core.systems.scope.protos.EsdbgProtos.ObjectSelection result = new com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.ObjectSelection) { return mergeFrom((com.opera.core.systems.scope.protos.EsdbgProtos.ObjectSelection)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.EsdbgProtos.ObjectSelection other) { if (other == com.opera.core.systems.scope.protos.EsdbgProtos.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.old.ObjectSelection) } static { defaultInstance = new ObjectSelection(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.old.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.EsdbgProtos.internal_static_scope_debugger_old_ScriptInfo_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.ScriptInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.ScriptInfo parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.ScriptInfo parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.ScriptInfoOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_ScriptInfo_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_ScriptInfo_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.ScriptInfo.getDescriptor(); } public com.opera.core.systems.scope.protos.EsdbgProtos.ScriptInfo getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.EsdbgProtos.ScriptInfo.getDefaultInstance(); } public com.opera.core.systems.scope.protos.EsdbgProtos.ScriptInfo build() { com.opera.core.systems.scope.protos.EsdbgProtos.ScriptInfo result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.EsdbgProtos.ScriptInfo buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.EsdbgProtos.ScriptInfo result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.EsdbgProtos.ScriptInfo buildPartial() { com.opera.core.systems.scope.protos.EsdbgProtos.ScriptInfo result = new com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.ScriptInfo) { return mergeFrom((com.opera.core.systems.scope.protos.EsdbgProtos.ScriptInfo)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.EsdbgProtos.ScriptInfo other) { if (other == com.opera.core.systems.scope.protos.EsdbgProtos.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.old.ScriptInfo) } static { defaultInstance = new ScriptInfo(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.old.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.EsdbgProtos.internal_static_scope_debugger_old_ThreadMode_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.ThreadMode parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.ThreadMode parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.ThreadMode parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.ThreadModeOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_ThreadMode_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_ThreadMode_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.ThreadMode.getDescriptor(); } public com.opera.core.systems.scope.protos.EsdbgProtos.ThreadMode getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.EsdbgProtos.ThreadMode.getDefaultInstance(); } public com.opera.core.systems.scope.protos.EsdbgProtos.ThreadMode build() { com.opera.core.systems.scope.protos.EsdbgProtos.ThreadMode result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.EsdbgProtos.ThreadMode buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.EsdbgProtos.ThreadMode result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.EsdbgProtos.ThreadMode buildPartial() { com.opera.core.systems.scope.protos.EsdbgProtos.ThreadMode result = new com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.ThreadMode) { return mergeFrom((com.opera.core.systems.scope.protos.EsdbgProtos.ThreadMode)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.EsdbgProtos.ThreadMode other) { if (other == com.opera.core.systems.scope.protos.EsdbgProtos.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.old.ThreadMode) } static { defaultInstance = new ThreadMode(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.old.ThreadMode) } public interface ObjectListOrBuilder extends com.google.protobuf.MessageOrBuilder { // repeated .scope.debugger.old.ObjectInfo objectList = 1; java.util.List<com.opera.core.systems.scope.protos.EsdbgProtos.ObjectInfo> getObjectListList(); com.opera.core.systems.scope.protos.EsdbgProtos.ObjectInfo getObjectList(int index); int getObjectListCount(); java.util.List<? extends com.opera.core.systems.scope.protos.EsdbgProtos.ObjectInfoOrBuilder> getObjectListOrBuilderList(); com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.internal_static_scope_debugger_old_ObjectList_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_ObjectList_fieldAccessorTable; } // repeated .scope.debugger.old.ObjectInfo objectList = 1; public static final int OBJECTLIST_FIELD_NUMBER = 1; private java.util.List<com.opera.core.systems.scope.protos.EsdbgProtos.ObjectInfo> objectList_; public java.util.List<com.opera.core.systems.scope.protos.EsdbgProtos.ObjectInfo> getObjectListList() { return objectList_; } public java.util.List<? extends com.opera.core.systems.scope.protos.EsdbgProtos.ObjectInfoOrBuilder> getObjectListOrBuilderList() { return objectList_; } public int getObjectListCount() { return objectList_.size(); } public com.opera.core.systems.scope.protos.EsdbgProtos.ObjectInfo getObjectList(int index) { return objectList_.get(index); } public com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.ObjectList parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.ObjectList parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.ObjectList parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.ObjectListOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_ObjectList_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_ObjectList_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.ObjectList.getDescriptor(); } public com.opera.core.systems.scope.protos.EsdbgProtos.ObjectList getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.EsdbgProtos.ObjectList.getDefaultInstance(); } public com.opera.core.systems.scope.protos.EsdbgProtos.ObjectList build() { com.opera.core.systems.scope.protos.EsdbgProtos.ObjectList result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.EsdbgProtos.ObjectList buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.EsdbgProtos.ObjectList result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.EsdbgProtos.ObjectList buildPartial() { com.opera.core.systems.scope.protos.EsdbgProtos.ObjectList result = new com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.ObjectList) { return mergeFrom((com.opera.core.systems.scope.protos.EsdbgProtos.ObjectList)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.EsdbgProtos.ObjectList other) { if (other == com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.ObjectInfo.Builder subBuilder = com.opera.core.systems.scope.protos.EsdbgProtos.ObjectInfo.newBuilder(); input.readMessage(subBuilder, extensionRegistry); addObjectList(subBuilder.buildPartial()); break; } } } } private int bitField0_; // repeated .scope.debugger.old.ObjectInfo objectList = 1; private java.util.List<com.opera.core.systems.scope.protos.EsdbgProtos.ObjectInfo> objectList_ = java.util.Collections.emptyList(); private void ensureObjectListIsMutable() { if (!((bitField0_ & 0x00000001) == 0x00000001)) { objectList_ = new java.util.ArrayList<com.opera.core.systems.scope.protos.EsdbgProtos.ObjectInfo>(objectList_); bitField0_ |= 0x00000001; } } private com.google.protobuf.RepeatedFieldBuilder< com.opera.core.systems.scope.protos.EsdbgProtos.ObjectInfo, com.opera.core.systems.scope.protos.EsdbgProtos.ObjectInfo.Builder, com.opera.core.systems.scope.protos.EsdbgProtos.ObjectInfoOrBuilder> objectListBuilder_; public java.util.List<com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.ObjectInfo.Builder getObjectListBuilder( int index) { return getObjectListFieldBuilder().getBuilder(index); } public com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.ObjectInfoOrBuilder> getObjectListOrBuilderList() { if (objectListBuilder_ != null) { return objectListBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(objectList_); } } public com.opera.core.systems.scope.protos.EsdbgProtos.ObjectInfo.Builder addObjectListBuilder() { return getObjectListFieldBuilder().addBuilder( com.opera.core.systems.scope.protos.EsdbgProtos.ObjectInfo.getDefaultInstance()); } public com.opera.core.systems.scope.protos.EsdbgProtos.ObjectInfo.Builder addObjectListBuilder( int index) { return getObjectListFieldBuilder().addBuilder( index, com.opera.core.systems.scope.protos.EsdbgProtos.ObjectInfo.getDefaultInstance()); } public java.util.List<com.opera.core.systems.scope.protos.EsdbgProtos.ObjectInfo.Builder> getObjectListBuilderList() { return getObjectListFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilder< com.opera.core.systems.scope.protos.EsdbgProtos.ObjectInfo, com.opera.core.systems.scope.protos.EsdbgProtos.ObjectInfo.Builder, com.opera.core.systems.scope.protos.EsdbgProtos.ObjectInfoOrBuilder> getObjectListFieldBuilder() { if (objectListBuilder_ == null) { objectListBuilder_ = new com.google.protobuf.RepeatedFieldBuilder< com.opera.core.systems.scope.protos.EsdbgProtos.ObjectInfo, com.opera.core.systems.scope.protos.EsdbgProtos.ObjectInfo.Builder, com.opera.core.systems.scope.protos.EsdbgProtos.ObjectInfoOrBuilder>( objectList_, ((bitField0_ & 0x00000001) == 0x00000001), getParentForChildren(), isClean()); objectList_ = null; } return objectListBuilder_; } // @@protoc_insertion_point(builder_scope:scope.debugger.old.ObjectList) } static { defaultInstance = new ObjectList(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.old.ObjectList) } 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.EsdbgProtos.internal_static_scope_debugger_old_EventHandler_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.EventHandler parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.EventHandler parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.EventHandler parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.EventHandlerOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_EventHandler_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_EventHandler_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.EventHandler.getDescriptor(); } public com.opera.core.systems.scope.protos.EsdbgProtos.EventHandler getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.EsdbgProtos.EventHandler.getDefaultInstance(); } public com.opera.core.systems.scope.protos.EsdbgProtos.EventHandler build() { com.opera.core.systems.scope.protos.EsdbgProtos.EventHandler result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.EsdbgProtos.EventHandler buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.EsdbgProtos.EventHandler result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.EsdbgProtos.EventHandler buildPartial() { com.opera.core.systems.scope.protos.EsdbgProtos.EventHandler result = new com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.EventHandler) { return mergeFrom((com.opera.core.systems.scope.protos.EsdbgProtos.EventHandler)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.EsdbgProtos.EventHandler other) { if (other == com.opera.core.systems.scope.protos.EsdbgProtos.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.old.EventHandler) } static { defaultInstance = new EventHandler(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.old.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.old.ObjectValue objectValue = 4; boolean hasObjectValue(); com.opera.core.systems.scope.protos.EsdbgProtos.ObjectValue getObjectValue(); com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.internal_static_scope_debugger_old_EvalResult_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_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.old.ObjectValue objectValue = 4; public static final int OBJECTVALUE_FIELD_NUMBER = 4; private com.opera.core.systems.scope.protos.EsdbgProtos.ObjectValue objectValue_; public boolean hasObjectValue() { return ((bitField0_ & 0x00000008) == 0x00000008); } public com.opera.core.systems.scope.protos.EsdbgProtos.ObjectValue getObjectValue() { return objectValue_; } public com.opera.core.systems.scope.protos.EsdbgProtos.ObjectValueOrBuilder getObjectValueOrBuilder() { return objectValue_; } private void initFields() { status_ = ""; type_ = ""; value_ = ""; objectValue_ = com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.EvalResult parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.EvalResult parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.EvalResult parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.EvalResultOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_EvalResult_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_EvalResult_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.EvalResult.getDescriptor(); } public com.opera.core.systems.scope.protos.EsdbgProtos.EvalResult getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.EsdbgProtos.EvalResult.getDefaultInstance(); } public com.opera.core.systems.scope.protos.EsdbgProtos.EvalResult build() { com.opera.core.systems.scope.protos.EsdbgProtos.EvalResult result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.EsdbgProtos.EvalResult buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.EsdbgProtos.EvalResult result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.EsdbgProtos.EvalResult buildPartial() { com.opera.core.systems.scope.protos.EsdbgProtos.EvalResult result = new com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.EvalResult) { return mergeFrom((com.opera.core.systems.scope.protos.EsdbgProtos.EvalResult)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.EsdbgProtos.EvalResult other) { if (other == com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.ObjectValue.Builder subBuilder = com.opera.core.systems.scope.protos.EsdbgProtos.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.old.ObjectValue objectValue = 4; private com.opera.core.systems.scope.protos.EsdbgProtos.ObjectValue objectValue_ = com.opera.core.systems.scope.protos.EsdbgProtos.ObjectValue.getDefaultInstance(); private com.google.protobuf.SingleFieldBuilder< com.opera.core.systems.scope.protos.EsdbgProtos.ObjectValue, com.opera.core.systems.scope.protos.EsdbgProtos.ObjectValue.Builder, com.opera.core.systems.scope.protos.EsdbgProtos.ObjectValueOrBuilder> objectValueBuilder_; public boolean hasObjectValue() { return ((bitField0_ & 0x00000008) == 0x00000008); } public com.opera.core.systems.scope.protos.EsdbgProtos.ObjectValue getObjectValue() { if (objectValueBuilder_ == null) { return objectValue_; } else { return objectValueBuilder_.getMessage(); } } public Builder setObjectValue(com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.ObjectValue value) { if (objectValueBuilder_ == null) { if (((bitField0_ & 0x00000008) == 0x00000008) && objectValue_ != com.opera.core.systems.scope.protos.EsdbgProtos.ObjectValue.getDefaultInstance()) { objectValue_ = com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.ObjectValue.getDefaultInstance(); onChanged(); } else { objectValueBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00000008); return this; } public com.opera.core.systems.scope.protos.EsdbgProtos.ObjectValue.Builder getObjectValueBuilder() { bitField0_ |= 0x00000008; onChanged(); return getObjectValueFieldBuilder().getBuilder(); } public com.opera.core.systems.scope.protos.EsdbgProtos.ObjectValueOrBuilder getObjectValueOrBuilder() { if (objectValueBuilder_ != null) { return objectValueBuilder_.getMessageOrBuilder(); } else { return objectValue_; } } private com.google.protobuf.SingleFieldBuilder< com.opera.core.systems.scope.protos.EsdbgProtos.ObjectValue, com.opera.core.systems.scope.protos.EsdbgProtos.ObjectValue.Builder, com.opera.core.systems.scope.protos.EsdbgProtos.ObjectValueOrBuilder> getObjectValueFieldBuilder() { if (objectValueBuilder_ == null) { objectValueBuilder_ = new com.google.protobuf.SingleFieldBuilder< com.opera.core.systems.scope.protos.EsdbgProtos.ObjectValue, com.opera.core.systems.scope.protos.EsdbgProtos.ObjectValue.Builder, com.opera.core.systems.scope.protos.EsdbgProtos.ObjectValueOrBuilder>( objectValue_, getParentForChildren(), isClean()); objectValue_ = null; } return objectValueBuilder_; } // @@protoc_insertion_point(builder_scope:scope.debugger.old.EvalResult) } static { defaultInstance = new EvalResult(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.old.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 bool isFunction = 3; boolean hasIsFunction(); boolean getIsFunction(); // required string type = 4; boolean hasType(); String getType(); // optional uint32 prototypeID = 5; boolean hasPrototypeID(); int getPrototypeID(); // optional string name = 6; boolean hasName(); String getName(); } 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.EsdbgProtos.internal_static_scope_debugger_old_ObjectValue_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_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 bool isFunction = 3; public static final int ISFUNCTION_FIELD_NUMBER = 3; private boolean isFunction_; public boolean hasIsFunction() { return ((bitField0_ & 0x00000004) == 0x00000004); } public boolean getIsFunction() { return isFunction_; } // required string type = 4; public static final int TYPE_FIELD_NUMBER = 4; private java.lang.Object type_; public boolean hasType() { return ((bitField0_ & 0x00000008) == 0x00000008); } 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 = 5; public static final int PROTOTYPEID_FIELD_NUMBER = 5; private int prototypeID_; public boolean hasPrototypeID() { return ((bitField0_ & 0x00000010) == 0x00000010); } public int getPrototypeID() { return prototypeID_; } // optional string name = 6; public static final int NAME_FIELD_NUMBER = 6; private java.lang.Object name_; public boolean hasName() { return ((bitField0_ & 0x00000020) == 0x00000020); } 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; } } private void initFields() { objectID_ = 0; isCallable_ = false; isFunction_ = false; type_ = ""; prototypeID_ = 0; name_ = ""; } 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 (!hasIsFunction()) { 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.writeBool(3, isFunction_); } if (((bitField0_ & 0x00000008) == 0x00000008)) { output.writeBytes(4, getTypeBytes()); } if (((bitField0_ & 0x00000010) == 0x00000010)) { output.writeUInt32(5, prototypeID_); } if (((bitField0_ & 0x00000020) == 0x00000020)) { output.writeBytes(6, getNameBytes()); } 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 .computeBoolSize(3, isFunction_); } if (((bitField0_ & 0x00000008) == 0x00000008)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(4, getTypeBytes()); } if (((bitField0_ & 0x00000010) == 0x00000010)) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(5, prototypeID_); } if (((bitField0_ & 0x00000020) == 0x00000020)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(6, getNameBytes()); } 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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.ObjectValue parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.ObjectValue parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.ObjectValue parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.ObjectValueOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_ObjectValue_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_ObjectValue_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.EsdbgProtos.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); isFunction_ = false; bitField0_ = (bitField0_ & ~0x00000004); type_ = ""; bitField0_ = (bitField0_ & ~0x00000008); prototypeID_ = 0; bitField0_ = (bitField0_ & ~0x00000010); name_ = ""; 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.EsdbgProtos.ObjectValue.getDescriptor(); } public com.opera.core.systems.scope.protos.EsdbgProtos.ObjectValue getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.EsdbgProtos.ObjectValue.getDefaultInstance(); } public com.opera.core.systems.scope.protos.EsdbgProtos.ObjectValue build() { com.opera.core.systems.scope.protos.EsdbgProtos.ObjectValue result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.EsdbgProtos.ObjectValue buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.EsdbgProtos.ObjectValue result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.EsdbgProtos.ObjectValue buildPartial() { com.opera.core.systems.scope.protos.EsdbgProtos.ObjectValue result = new com.opera.core.systems.scope.protos.EsdbgProtos.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.isFunction_ = isFunction_; if (((from_bitField0_ & 0x00000008) == 0x00000008)) { to_bitField0_ |= 0x00000008; } result.type_ = type_; if (((from_bitField0_ & 0x00000010) == 0x00000010)) { to_bitField0_ |= 0x00000010; } result.prototypeID_ = prototypeID_; if (((from_bitField0_ & 0x00000020) == 0x00000020)) { to_bitField0_ |= 0x00000020; } result.name_ = name_; result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.opera.core.systems.scope.protos.EsdbgProtos.ObjectValue) { return mergeFrom((com.opera.core.systems.scope.protos.EsdbgProtos.ObjectValue)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.EsdbgProtos.ObjectValue other) { if (other == com.opera.core.systems.scope.protos.EsdbgProtos.ObjectValue.getDefaultInstance()) return this; if (other.hasObjectID()) { setObjectID(other.getObjectID()); } if (other.hasIsCallable()) { setIsCallable(other.getIsCallable()); } if (other.hasIsFunction()) { setIsFunction(other.getIsFunction()); } if (other.hasType()) { setType(other.getType()); } if (other.hasPrototypeID()) { setPrototypeID(other.getPrototypeID()); } if (other.hasName()) { setName(other.getName()); } this.mergeUnknownFields(other.getUnknownFields()); return this; } public final boolean isInitialized() { if (!hasObjectID()) { return false; } if (!hasIsCallable()) { return false; } if (!hasIsFunction()) { 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 24: { bitField0_ |= 0x00000004; isFunction_ = input.readBool(); break; } case 34: { bitField0_ |= 0x00000008; type_ = input.readBytes(); break; } case 40: { bitField0_ |= 0x00000010; prototypeID_ = input.readUInt32(); break; } case 50: { bitField0_ |= 0x00000020; name_ = 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 bool isFunction = 3; private boolean isFunction_ ; public boolean hasIsFunction() { return ((bitField0_ & 0x00000004) == 0x00000004); } public boolean getIsFunction() { return isFunction_; } public Builder setIsFunction(boolean value) { bitField0_ |= 0x00000004; isFunction_ = value; onChanged(); return this; } public Builder clearIsFunction() { bitField0_ = (bitField0_ & ~0x00000004); isFunction_ = false; onChanged(); return this; } // required string type = 4; private java.lang.Object type_ = ""; public boolean hasType() { return ((bitField0_ & 0x00000008) == 0x00000008); } 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_ |= 0x00000008; type_ = value; onChanged(); return this; } public Builder clearType() { bitField0_ = (bitField0_ & ~0x00000008); type_ = getDefaultInstance().getType(); onChanged(); return this; } void setType(com.google.protobuf.ByteString value) { bitField0_ |= 0x00000008; type_ = value; onChanged(); } // optional uint32 prototypeID = 5; private int prototypeID_ ; public boolean hasPrototypeID() { return ((bitField0_ & 0x00000010) == 0x00000010); } public int getPrototypeID() { return prototypeID_; } public Builder setPrototypeID(int value) { bitField0_ |= 0x00000010; prototypeID_ = value; onChanged(); return this; } public Builder clearPrototypeID() { bitField0_ = (bitField0_ & ~0x00000010); prototypeID_ = 0; onChanged(); return this; } // optional string name = 6; private java.lang.Object name_ = ""; public boolean hasName() { return ((bitField0_ & 0x00000020) == 0x00000020); } 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_ |= 0x00000020; name_ = value; onChanged(); return this; } public Builder clearName() { bitField0_ = (bitField0_ & ~0x00000020); name_ = getDefaultInstance().getName(); onChanged(); return this; } void setName(com.google.protobuf.ByteString value) { bitField0_ |= 0x00000020; name_ = value; onChanged(); } // @@protoc_insertion_point(builder_scope:scope.debugger.old.ObjectValue) } static { defaultInstance = new ObjectValue(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.old.ObjectValue) } public interface RuntimeListOrBuilder extends com.google.protobuf.MessageOrBuilder { // repeated .scope.debugger.old.RuntimeInfo runtimeList = 1; java.util.List<com.opera.core.systems.scope.protos.EsdbgProtos.RuntimeInfo> getRuntimeListList(); com.opera.core.systems.scope.protos.EsdbgProtos.RuntimeInfo getRuntimeList(int index); int getRuntimeListCount(); java.util.List<? extends com.opera.core.systems.scope.protos.EsdbgProtos.RuntimeInfoOrBuilder> getRuntimeListOrBuilderList(); com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.internal_static_scope_debugger_old_RuntimeList_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_RuntimeList_fieldAccessorTable; } // repeated .scope.debugger.old.RuntimeInfo runtimeList = 1; public static final int RUNTIMELIST_FIELD_NUMBER = 1; private java.util.List<com.opera.core.systems.scope.protos.EsdbgProtos.RuntimeInfo> runtimeList_; public java.util.List<com.opera.core.systems.scope.protos.EsdbgProtos.RuntimeInfo> getRuntimeListList() { return runtimeList_; } public java.util.List<? extends com.opera.core.systems.scope.protos.EsdbgProtos.RuntimeInfoOrBuilder> getRuntimeListOrBuilderList() { return runtimeList_; } public int getRuntimeListCount() { return runtimeList_.size(); } public com.opera.core.systems.scope.protos.EsdbgProtos.RuntimeInfo getRuntimeList(int index) { return runtimeList_.get(index); } public com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.RuntimeList parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.RuntimeList parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.RuntimeList parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.RuntimeListOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_RuntimeList_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_RuntimeList_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.RuntimeList.getDescriptor(); } public com.opera.core.systems.scope.protos.EsdbgProtos.RuntimeList getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.EsdbgProtos.RuntimeList.getDefaultInstance(); } public com.opera.core.systems.scope.protos.EsdbgProtos.RuntimeList build() { com.opera.core.systems.scope.protos.EsdbgProtos.RuntimeList result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.EsdbgProtos.RuntimeList buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.EsdbgProtos.RuntimeList result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.EsdbgProtos.RuntimeList buildPartial() { com.opera.core.systems.scope.protos.EsdbgProtos.RuntimeList result = new com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.RuntimeList) { return mergeFrom((com.opera.core.systems.scope.protos.EsdbgProtos.RuntimeList)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.EsdbgProtos.RuntimeList other) { if (other == com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.RuntimeInfo.Builder subBuilder = com.opera.core.systems.scope.protos.EsdbgProtos.RuntimeInfo.newBuilder(); input.readMessage(subBuilder, extensionRegistry); addRuntimeList(subBuilder.buildPartial()); break; } } } } private int bitField0_; // repeated .scope.debugger.old.RuntimeInfo runtimeList = 1; private java.util.List<com.opera.core.systems.scope.protos.EsdbgProtos.RuntimeInfo> runtimeList_ = java.util.Collections.emptyList(); private void ensureRuntimeListIsMutable() { if (!((bitField0_ & 0x00000001) == 0x00000001)) { runtimeList_ = new java.util.ArrayList<com.opera.core.systems.scope.protos.EsdbgProtos.RuntimeInfo>(runtimeList_); bitField0_ |= 0x00000001; } } private com.google.protobuf.RepeatedFieldBuilder< com.opera.core.systems.scope.protos.EsdbgProtos.RuntimeInfo, com.opera.core.systems.scope.protos.EsdbgProtos.RuntimeInfo.Builder, com.opera.core.systems.scope.protos.EsdbgProtos.RuntimeInfoOrBuilder> runtimeListBuilder_; public java.util.List<com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.RuntimeInfo.Builder getRuntimeListBuilder( int index) { return getRuntimeListFieldBuilder().getBuilder(index); } public com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.RuntimeInfoOrBuilder> getRuntimeListOrBuilderList() { if (runtimeListBuilder_ != null) { return runtimeListBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(runtimeList_); } } public com.opera.core.systems.scope.protos.EsdbgProtos.RuntimeInfo.Builder addRuntimeListBuilder() { return getRuntimeListFieldBuilder().addBuilder( com.opera.core.systems.scope.protos.EsdbgProtos.RuntimeInfo.getDefaultInstance()); } public com.opera.core.systems.scope.protos.EsdbgProtos.RuntimeInfo.Builder addRuntimeListBuilder( int index) { return getRuntimeListFieldBuilder().addBuilder( index, com.opera.core.systems.scope.protos.EsdbgProtos.RuntimeInfo.getDefaultInstance()); } public java.util.List<com.opera.core.systems.scope.protos.EsdbgProtos.RuntimeInfo.Builder> getRuntimeListBuilderList() { return getRuntimeListFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilder< com.opera.core.systems.scope.protos.EsdbgProtos.RuntimeInfo, com.opera.core.systems.scope.protos.EsdbgProtos.RuntimeInfo.Builder, com.opera.core.systems.scope.protos.EsdbgProtos.RuntimeInfoOrBuilder> getRuntimeListFieldBuilder() { if (runtimeListBuilder_ == null) { runtimeListBuilder_ = new com.google.protobuf.RepeatedFieldBuilder< com.opera.core.systems.scope.protos.EsdbgProtos.RuntimeInfo, com.opera.core.systems.scope.protos.EsdbgProtos.RuntimeInfo.Builder, com.opera.core.systems.scope.protos.EsdbgProtos.RuntimeInfoOrBuilder>( runtimeList_, ((bitField0_ & 0x00000001) == 0x00000001), getParentForChildren(), isClean()); runtimeList_ = null; } return runtimeListBuilder_; } // @@protoc_insertion_point(builder_scope:scope.debugger.old.RuntimeList) } static { defaultInstance = new RuntimeList(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.old.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.EsdbgProtos.internal_static_scope_debugger_old_SpotlightObjectSelection_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.SpotlightObjectSelection parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.SpotlightObjectSelection parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.SpotlightObjectSelection parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.SpotlightObjectSelectionOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_SpotlightObjectSelection_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_SpotlightObjectSelection_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.SpotlightObjectSelection.getDescriptor(); } public com.opera.core.systems.scope.protos.EsdbgProtos.SpotlightObjectSelection getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.EsdbgProtos.SpotlightObjectSelection.getDefaultInstance(); } public com.opera.core.systems.scope.protos.EsdbgProtos.SpotlightObjectSelection build() { com.opera.core.systems.scope.protos.EsdbgProtos.SpotlightObjectSelection result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.EsdbgProtos.SpotlightObjectSelection buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.EsdbgProtos.SpotlightObjectSelection result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.EsdbgProtos.SpotlightObjectSelection buildPartial() { com.opera.core.systems.scope.protos.EsdbgProtos.SpotlightObjectSelection result = new com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.SpotlightObjectSelection) { return mergeFrom((com.opera.core.systems.scope.protos.EsdbgProtos.SpotlightObjectSelection)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.EsdbgProtos.SpotlightObjectSelection other) { if (other == com.opera.core.systems.scope.protos.EsdbgProtos.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.old.SpotlightObjectSelection) } static { defaultInstance = new SpotlightObjectSelection(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.old.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.EsdbgProtos.internal_static_scope_debugger_old_DomTraversal_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.DomTraversal parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.DomTraversal parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.DomTraversal parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.DomTraversalOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_DomTraversal_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_DomTraversal_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.DomTraversal.getDescriptor(); } public com.opera.core.systems.scope.protos.EsdbgProtos.DomTraversal getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.EsdbgProtos.DomTraversal.getDefaultInstance(); } public com.opera.core.systems.scope.protos.EsdbgProtos.DomTraversal build() { com.opera.core.systems.scope.protos.EsdbgProtos.DomTraversal result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.EsdbgProtos.DomTraversal buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.EsdbgProtos.DomTraversal result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.EsdbgProtos.DomTraversal buildPartial() { com.opera.core.systems.scope.protos.EsdbgProtos.DomTraversal result = new com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.DomTraversal) { return mergeFrom((com.opera.core.systems.scope.protos.EsdbgProtos.DomTraversal)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.EsdbgProtos.DomTraversal other) { if (other == com.opera.core.systems.scope.protos.EsdbgProtos.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.old.DomTraversal) } static { defaultInstance = new DomTraversal(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.old.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.EsdbgProtos.internal_static_scope_debugger_old_BreakSelection_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.BreakSelection parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.BreakSelection parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.BreakSelection parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.BreakSelectionOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_BreakSelection_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_BreakSelection_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.BreakSelection.getDescriptor(); } public com.opera.core.systems.scope.protos.EsdbgProtos.BreakSelection getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.EsdbgProtos.BreakSelection.getDefaultInstance(); } public com.opera.core.systems.scope.protos.EsdbgProtos.BreakSelection build() { com.opera.core.systems.scope.protos.EsdbgProtos.BreakSelection result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.EsdbgProtos.BreakSelection buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.EsdbgProtos.BreakSelection result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.EsdbgProtos.BreakSelection buildPartial() { com.opera.core.systems.scope.protos.EsdbgProtos.BreakSelection result = new com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.BreakSelection) { return mergeFrom((com.opera.core.systems.scope.protos.EsdbgProtos.BreakSelection)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.EsdbgProtos.BreakSelection other) { if (other == com.opera.core.systems.scope.protos.EsdbgProtos.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.old.BreakSelection) } static { defaultInstance = new BreakSelection(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.old.BreakSelection) } public interface SpotlightSelectionOrBuilder extends com.google.protobuf.MessageOrBuilder { // repeated .scope.debugger.old.SpotlightObject spotlightObjectList = 1; java.util.List<com.opera.core.systems.scope.protos.EsdbgProtos.SpotlightObject> getSpotlightObjectListList(); com.opera.core.systems.scope.protos.EsdbgProtos.SpotlightObject getSpotlightObjectList(int index); int getSpotlightObjectListCount(); java.util.List<? extends com.opera.core.systems.scope.protos.EsdbgProtos.SpotlightObjectOrBuilder> getSpotlightObjectListOrBuilderList(); com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.internal_static_scope_debugger_old_SpotlightSelection_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_SpotlightSelection_fieldAccessorTable; } // repeated .scope.debugger.old.SpotlightObject spotlightObjectList = 1; public static final int SPOTLIGHTOBJECTLIST_FIELD_NUMBER = 1; private java.util.List<com.opera.core.systems.scope.protos.EsdbgProtos.SpotlightObject> spotlightObjectList_; public java.util.List<com.opera.core.systems.scope.protos.EsdbgProtos.SpotlightObject> getSpotlightObjectListList() { return spotlightObjectList_; } public java.util.List<? extends com.opera.core.systems.scope.protos.EsdbgProtos.SpotlightObjectOrBuilder> getSpotlightObjectListOrBuilderList() { return spotlightObjectList_; } public int getSpotlightObjectListCount() { return spotlightObjectList_.size(); } public com.opera.core.systems.scope.protos.EsdbgProtos.SpotlightObject getSpotlightObjectList(int index) { return spotlightObjectList_.get(index); } public com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.SpotlightSelection parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.SpotlightSelection parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.SpotlightSelection parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.SpotlightSelectionOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_SpotlightSelection_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_SpotlightSelection_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.SpotlightSelection.getDescriptor(); } public com.opera.core.systems.scope.protos.EsdbgProtos.SpotlightSelection getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.EsdbgProtos.SpotlightSelection.getDefaultInstance(); } public com.opera.core.systems.scope.protos.EsdbgProtos.SpotlightSelection build() { com.opera.core.systems.scope.protos.EsdbgProtos.SpotlightSelection result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.EsdbgProtos.SpotlightSelection buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.EsdbgProtos.SpotlightSelection result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.EsdbgProtos.SpotlightSelection buildPartial() { com.opera.core.systems.scope.protos.EsdbgProtos.SpotlightSelection result = new com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.SpotlightSelection) { return mergeFrom((com.opera.core.systems.scope.protos.EsdbgProtos.SpotlightSelection)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.EsdbgProtos.SpotlightSelection other) { if (other == com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.SpotlightObject.Builder subBuilder = com.opera.core.systems.scope.protos.EsdbgProtos.SpotlightObject.newBuilder(); input.readMessage(subBuilder, extensionRegistry); addSpotlightObjectList(subBuilder.buildPartial()); break; } } } } private int bitField0_; // repeated .scope.debugger.old.SpotlightObject spotlightObjectList = 1; private java.util.List<com.opera.core.systems.scope.protos.EsdbgProtos.SpotlightObject> spotlightObjectList_ = java.util.Collections.emptyList(); private void ensureSpotlightObjectListIsMutable() { if (!((bitField0_ & 0x00000001) == 0x00000001)) { spotlightObjectList_ = new java.util.ArrayList<com.opera.core.systems.scope.protos.EsdbgProtos.SpotlightObject>(spotlightObjectList_); bitField0_ |= 0x00000001; } } private com.google.protobuf.RepeatedFieldBuilder< com.opera.core.systems.scope.protos.EsdbgProtos.SpotlightObject, com.opera.core.systems.scope.protos.EsdbgProtos.SpotlightObject.Builder, com.opera.core.systems.scope.protos.EsdbgProtos.SpotlightObjectOrBuilder> spotlightObjectListBuilder_; public java.util.List<com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.SpotlightObject.Builder getSpotlightObjectListBuilder( int index) { return getSpotlightObjectListFieldBuilder().getBuilder(index); } public com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.SpotlightObjectOrBuilder> getSpotlightObjectListOrBuilderList() { if (spotlightObjectListBuilder_ != null) { return spotlightObjectListBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(spotlightObjectList_); } } public com.opera.core.systems.scope.protos.EsdbgProtos.SpotlightObject.Builder addSpotlightObjectListBuilder() { return getSpotlightObjectListFieldBuilder().addBuilder( com.opera.core.systems.scope.protos.EsdbgProtos.SpotlightObject.getDefaultInstance()); } public com.opera.core.systems.scope.protos.EsdbgProtos.SpotlightObject.Builder addSpotlightObjectListBuilder( int index) { return getSpotlightObjectListFieldBuilder().addBuilder( index, com.opera.core.systems.scope.protos.EsdbgProtos.SpotlightObject.getDefaultInstance()); } public java.util.List<com.opera.core.systems.scope.protos.EsdbgProtos.SpotlightObject.Builder> getSpotlightObjectListBuilderList() { return getSpotlightObjectListFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilder< com.opera.core.systems.scope.protos.EsdbgProtos.SpotlightObject, com.opera.core.systems.scope.protos.EsdbgProtos.SpotlightObject.Builder, com.opera.core.systems.scope.protos.EsdbgProtos.SpotlightObjectOrBuilder> getSpotlightObjectListFieldBuilder() { if (spotlightObjectListBuilder_ == null) { spotlightObjectListBuilder_ = new com.google.protobuf.RepeatedFieldBuilder< com.opera.core.systems.scope.protos.EsdbgProtos.SpotlightObject, com.opera.core.systems.scope.protos.EsdbgProtos.SpotlightObject.Builder, com.opera.core.systems.scope.protos.EsdbgProtos.SpotlightObjectOrBuilder>( spotlightObjectList_, ((bitField0_ & 0x00000001) == 0x00000001), getParentForChildren(), isClean()); spotlightObjectList_ = null; } return spotlightObjectListBuilder_; } // @@protoc_insertion_point(builder_scope:scope.debugger.old.SpotlightSelection) } static { defaultInstance = new SpotlightSelection(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.old.SpotlightSelection) } public interface CssStylesheetRulesOrBuilder extends com.google.protobuf.MessageOrBuilder { // repeated .scope.debugger.old.CssStylesheetRules.StylesheetRule ruleList = 1; java.util.List<com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetRules.StylesheetRule> getRuleListList(); com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetRules.StylesheetRule getRuleList(int index); int getRuleListCount(); java.util.List<? extends com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetRules.StylesheetRuleOrBuilder> getRuleListOrBuilderList(); com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.internal_static_scope_debugger_old_CssStylesheetRules_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_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.old.CssStylesheetRules.StylesheetRule ruleList = 10; java.util.List<com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetRules.StylesheetRule> getRuleListList(); com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetRules.StylesheetRule getRuleList(int index); int getRuleListCount(); java.util.List<? extends com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetRules.StylesheetRuleOrBuilder> getRuleListOrBuilderList(); com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.internal_static_scope_debugger_old_CssStylesheetRules_StylesheetRule_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_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.old.CssStylesheetRules.StylesheetRule ruleList = 10; public static final int RULELIST_FIELD_NUMBER = 10; private java.util.List<com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetRules.StylesheetRule> ruleList_; public java.util.List<com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetRules.StylesheetRule> getRuleListList() { return ruleList_; } public java.util.List<? extends com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetRules.StylesheetRuleOrBuilder> getRuleListOrBuilderList() { return ruleList_; } public int getRuleListCount() { return ruleList_.size(); } public com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetRules.StylesheetRule getRuleList(int index) { return ruleList_.get(index); } public com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.CssStylesheetRules.StylesheetRule parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.CssStylesheetRules.StylesheetRule parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.CssStylesheetRules.StylesheetRuleOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_CssStylesheetRules_StylesheetRule_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_CssStylesheetRules_StylesheetRule_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.CssStylesheetRules.StylesheetRule.getDescriptor(); } public com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetRules.StylesheetRule getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetRules.StylesheetRule.getDefaultInstance(); } public com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetRules.StylesheetRule build() { com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetRules.StylesheetRule result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetRules.StylesheetRule buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetRules.StylesheetRule result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetRules.StylesheetRule buildPartial() { com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetRules.StylesheetRule result = new com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.CssStylesheetRules.StylesheetRule) { return mergeFrom((com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetRules.StylesheetRule)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetRules.StylesheetRule other) { if (other == com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.CssStylesheetRules.StylesheetRule.Builder subBuilder = com.opera.core.systems.scope.protos.EsdbgProtos.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.old.CssStylesheetRules.StylesheetRule ruleList = 10; private java.util.List<com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.CssStylesheetRules.StylesheetRule>(ruleList_); bitField0_ |= 0x00000200; } } private com.google.protobuf.RepeatedFieldBuilder< com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetRules.StylesheetRule, com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetRules.StylesheetRule.Builder, com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetRules.StylesheetRuleOrBuilder> ruleListBuilder_; public java.util.List<com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.CssStylesheetRules.StylesheetRule.Builder getRuleListBuilder( int index) { return getRuleListFieldBuilder().getBuilder(index); } public com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.CssStylesheetRules.StylesheetRuleOrBuilder> getRuleListOrBuilderList() { if (ruleListBuilder_ != null) { return ruleListBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(ruleList_); } } public com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetRules.StylesheetRule.Builder addRuleListBuilder() { return getRuleListFieldBuilder().addBuilder( com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetRules.StylesheetRule.getDefaultInstance()); } public com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetRules.StylesheetRule.Builder addRuleListBuilder( int index) { return getRuleListFieldBuilder().addBuilder( index, com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetRules.StylesheetRule.getDefaultInstance()); } public java.util.List<com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetRules.StylesheetRule.Builder> getRuleListBuilderList() { return getRuleListFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilder< com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetRules.StylesheetRule, com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetRules.StylesheetRule.Builder, com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetRules.StylesheetRuleOrBuilder> getRuleListFieldBuilder() { if (ruleListBuilder_ == null) { ruleListBuilder_ = new com.google.protobuf.RepeatedFieldBuilder< com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetRules.StylesheetRule, com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetRules.StylesheetRule.Builder, com.opera.core.systems.scope.protos.EsdbgProtos.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.old.CssStylesheetRules.StylesheetRule) } static { defaultInstance = new StylesheetRule(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.old.CssStylesheetRules.StylesheetRule) } // repeated .scope.debugger.old.CssStylesheetRules.StylesheetRule ruleList = 1; public static final int RULELIST_FIELD_NUMBER = 1; private java.util.List<com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetRules.StylesheetRule> ruleList_; public java.util.List<com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetRules.StylesheetRule> getRuleListList() { return ruleList_; } public java.util.List<? extends com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetRules.StylesheetRuleOrBuilder> getRuleListOrBuilderList() { return ruleList_; } public int getRuleListCount() { return ruleList_.size(); } public com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetRules.StylesheetRule getRuleList(int index) { return ruleList_.get(index); } public com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.CssStylesheetRules parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.CssStylesheetRules parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.CssStylesheetRules parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.CssStylesheetRulesOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_CssStylesheetRules_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_CssStylesheetRules_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.CssStylesheetRules.getDescriptor(); } public com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetRules getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetRules.getDefaultInstance(); } public com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetRules build() { com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetRules result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetRules buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetRules result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetRules buildPartial() { com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetRules result = new com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.CssStylesheetRules) { return mergeFrom((com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetRules)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetRules other) { if (other == com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.CssStylesheetRules.StylesheetRule.Builder subBuilder = com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetRules.StylesheetRule.newBuilder(); input.readMessage(subBuilder, extensionRegistry); addRuleList(subBuilder.buildPartial()); break; } } } } private int bitField0_; // repeated .scope.debugger.old.CssStylesheetRules.StylesheetRule ruleList = 1; private java.util.List<com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.CssStylesheetRules.StylesheetRule>(ruleList_); bitField0_ |= 0x00000001; } } private com.google.protobuf.RepeatedFieldBuilder< com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetRules.StylesheetRule, com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetRules.StylesheetRule.Builder, com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetRules.StylesheetRuleOrBuilder> ruleListBuilder_; public java.util.List<com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.CssStylesheetRules.StylesheetRule.Builder getRuleListBuilder( int index) { return getRuleListFieldBuilder().getBuilder(index); } public com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.CssStylesheetRules.StylesheetRuleOrBuilder> getRuleListOrBuilderList() { if (ruleListBuilder_ != null) { return ruleListBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(ruleList_); } } public com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetRules.StylesheetRule.Builder addRuleListBuilder() { return getRuleListFieldBuilder().addBuilder( com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetRules.StylesheetRule.getDefaultInstance()); } public com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetRules.StylesheetRule.Builder addRuleListBuilder( int index) { return getRuleListFieldBuilder().addBuilder( index, com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetRules.StylesheetRule.getDefaultInstance()); } public java.util.List<com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetRules.StylesheetRule.Builder> getRuleListBuilderList() { return getRuleListFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilder< com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetRules.StylesheetRule, com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetRules.StylesheetRule.Builder, com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetRules.StylesheetRuleOrBuilder> getRuleListFieldBuilder() { if (ruleListBuilder_ == null) { ruleListBuilder_ = new com.google.protobuf.RepeatedFieldBuilder< com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetRules.StylesheetRule, com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetRules.StylesheetRule.Builder, com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetRules.StylesheetRuleOrBuilder>( ruleList_, ((bitField0_ & 0x00000001) == 0x00000001), getParentForChildren(), isClean()); ruleList_ = null; } return ruleListBuilder_; } // @@protoc_insertion_point(builder_scope:scope.debugger.old.CssStylesheetRules) } static { defaultInstance = new CssStylesheetRules(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.old.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.old.EvalData.Variable variableList = 5; java.util.List<com.opera.core.systems.scope.protos.EsdbgProtos.EvalData.Variable> getVariableListList(); com.opera.core.systems.scope.protos.EsdbgProtos.EvalData.Variable getVariableList(int index); int getVariableListCount(); java.util.List<? extends com.opera.core.systems.scope.protos.EsdbgProtos.EvalData.VariableOrBuilder> getVariableListOrBuilderList(); com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.internal_static_scope_debugger_old_EvalData_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_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.EsdbgProtos.internal_static_scope_debugger_old_EvalData_Variable_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.EvalData.Variable parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.EvalData.Variable parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.EvalData.VariableOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_EvalData_Variable_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_EvalData_Variable_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.EvalData.Variable.getDescriptor(); } public com.opera.core.systems.scope.protos.EsdbgProtos.EvalData.Variable getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.EsdbgProtos.EvalData.Variable.getDefaultInstance(); } public com.opera.core.systems.scope.protos.EsdbgProtos.EvalData.Variable build() { com.opera.core.systems.scope.protos.EsdbgProtos.EvalData.Variable result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.EsdbgProtos.EvalData.Variable buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.EsdbgProtos.EvalData.Variable result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.EsdbgProtos.EvalData.Variable buildPartial() { com.opera.core.systems.scope.protos.EsdbgProtos.EvalData.Variable result = new com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.EvalData.Variable) { return mergeFrom((com.opera.core.systems.scope.protos.EsdbgProtos.EvalData.Variable)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.EsdbgProtos.EvalData.Variable other) { if (other == com.opera.core.systems.scope.protos.EsdbgProtos.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.old.EvalData.Variable) } static { defaultInstance = new Variable(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.old.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.old.EvalData.Variable variableList = 5; public static final int VARIABLELIST_FIELD_NUMBER = 5; private java.util.List<com.opera.core.systems.scope.protos.EsdbgProtos.EvalData.Variable> variableList_; public java.util.List<com.opera.core.systems.scope.protos.EsdbgProtos.EvalData.Variable> getVariableListList() { return variableList_; } public java.util.List<? extends com.opera.core.systems.scope.protos.EsdbgProtos.EvalData.VariableOrBuilder> getVariableListOrBuilderList() { return variableList_; } public int getVariableListCount() { return variableList_.size(); } public com.opera.core.systems.scope.protos.EsdbgProtos.EvalData.Variable getVariableList(int index) { return variableList_.get(index); } public com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.EvalData parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.EvalData parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.EvalData parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.EvalDataOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_EvalData_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_EvalData_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.EvalData.getDescriptor(); } public com.opera.core.systems.scope.protos.EsdbgProtos.EvalData getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.EsdbgProtos.EvalData.getDefaultInstance(); } public com.opera.core.systems.scope.protos.EsdbgProtos.EvalData build() { com.opera.core.systems.scope.protos.EsdbgProtos.EvalData result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.EsdbgProtos.EvalData buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.EsdbgProtos.EvalData result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.EsdbgProtos.EvalData buildPartial() { com.opera.core.systems.scope.protos.EsdbgProtos.EvalData result = new com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.EvalData) { return mergeFrom((com.opera.core.systems.scope.protos.EsdbgProtos.EvalData)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.EsdbgProtos.EvalData other) { if (other == com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.EvalData.Variable.Builder subBuilder = com.opera.core.systems.scope.protos.EsdbgProtos.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.old.EvalData.Variable variableList = 5; private java.util.List<com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.EvalData.Variable>(variableList_); bitField0_ |= 0x00000010; } } private com.google.protobuf.RepeatedFieldBuilder< com.opera.core.systems.scope.protos.EsdbgProtos.EvalData.Variable, com.opera.core.systems.scope.protos.EsdbgProtos.EvalData.Variable.Builder, com.opera.core.systems.scope.protos.EsdbgProtos.EvalData.VariableOrBuilder> variableListBuilder_; public java.util.List<com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.EvalData.Variable.Builder getVariableListBuilder( int index) { return getVariableListFieldBuilder().getBuilder(index); } public com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.EvalData.VariableOrBuilder> getVariableListOrBuilderList() { if (variableListBuilder_ != null) { return variableListBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(variableList_); } } public com.opera.core.systems.scope.protos.EsdbgProtos.EvalData.Variable.Builder addVariableListBuilder() { return getVariableListFieldBuilder().addBuilder( com.opera.core.systems.scope.protos.EsdbgProtos.EvalData.Variable.getDefaultInstance()); } public com.opera.core.systems.scope.protos.EsdbgProtos.EvalData.Variable.Builder addVariableListBuilder( int index) { return getVariableListFieldBuilder().addBuilder( index, com.opera.core.systems.scope.protos.EsdbgProtos.EvalData.Variable.getDefaultInstance()); } public java.util.List<com.opera.core.systems.scope.protos.EsdbgProtos.EvalData.Variable.Builder> getVariableListBuilderList() { return getVariableListFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilder< com.opera.core.systems.scope.protos.EsdbgProtos.EvalData.Variable, com.opera.core.systems.scope.protos.EsdbgProtos.EvalData.Variable.Builder, com.opera.core.systems.scope.protos.EsdbgProtos.EvalData.VariableOrBuilder> getVariableListFieldBuilder() { if (variableListBuilder_ == null) { variableListBuilder_ = new com.google.protobuf.RepeatedFieldBuilder< com.opera.core.systems.scope.protos.EsdbgProtos.EvalData.Variable, com.opera.core.systems.scope.protos.EsdbgProtos.EvalData.Variable.Builder, com.opera.core.systems.scope.protos.EsdbgProtos.EvalData.VariableOrBuilder>( variableList_, ((bitField0_ & 0x00000010) == 0x00000010), getParentForChildren(), isClean()); variableList_ = null; } return variableListBuilder_; } // @@protoc_insertion_point(builder_scope:scope.debugger.old.EvalData) } static { defaultInstance = new EvalData(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.old.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.EsdbgProtos.internal_static_scope_debugger_old_CssStylesheetSelection_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.CssStylesheetSelection parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return newBuilder().mergeFrom(data).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.CssStylesheetSelection parseFrom(java.io.InputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.CssStylesheetSelection parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return newBuilder().mergeFrom(input).buildParsed(); } public static com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.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.EsdbgProtos.CssStylesheetSelectionOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_CssStylesheetSelection_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return com.opera.core.systems.scope.protos.EsdbgProtos.internal_static_scope_debugger_old_CssStylesheetSelection_fieldAccessorTable; } // Construct using com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.CssStylesheetSelection.getDescriptor(); } public com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetSelection getDefaultInstanceForType() { return com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetSelection.getDefaultInstance(); } public com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetSelection build() { com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetSelection result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetSelection buildParsed() throws com.google.protobuf.InvalidProtocolBufferException { com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetSelection result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException( result).asInvalidProtocolBufferException(); } return result; } public com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetSelection buildPartial() { com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetSelection result = new com.opera.core.systems.scope.protos.EsdbgProtos.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.EsdbgProtos.CssStylesheetSelection) { return mergeFrom((com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetSelection)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetSelection other) { if (other == com.opera.core.systems.scope.protos.EsdbgProtos.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.old.CssStylesheetSelection) } static { defaultInstance = new CssStylesheetSelection(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:scope.debugger.old.CssStylesheetSelection) } private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_old_CssStylesheetList_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_old_CssStylesheetList_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_old_CssStylesheetList_Stylesheet_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_old_CssStylesheetList_Stylesheet_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_old_ExamineList_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_old_ExamineList_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_old_BreakpointID_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_old_BreakpointID_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_old_BacktraceSelection_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_old_BacktraceSelection_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_old_SpotlightObject_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_old_SpotlightObject_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_old_SpotlightObject_SpotlightBox_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_old_SpotlightObject_SpotlightBox_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_old_RuntimeInfo_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_old_RuntimeInfo_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_old_NodeInfo_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_old_NodeInfo_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_old_NodeInfo_Attribute_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_old_NodeInfo_Attribute_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_old_EventHandlerID_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_old_EventHandlerID_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_old_ThreadInfo_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_old_ThreadInfo_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_old_BacktraceFrame_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_old_BacktraceFrame_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_old_RuntimeID_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_old_RuntimeID_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_old_RuntimeSelection_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_old_RuntimeSelection_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_old_ObjectInfo_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_old_ObjectInfo_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_old_ObjectInfo_Property_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_old_ObjectInfo_Property_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_old_CssElementSelection_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_old_CssElementSelection_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_old_DomEvent_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_old_DomEvent_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_old_ThreadResult_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_old_ThreadResult_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_old_BacktraceFrameList_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_old_BacktraceFrameList_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_old_NodeList_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_old_NodeList_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_old_FrameSelection_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_old_FrameSelection_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_old_DomParseError_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_old_DomParseError_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_old_Configuration_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_old_Configuration_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_old_BreakpointPosition_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_old_BreakpointPosition_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_old_CssStyleDeclarations_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_old_CssStyleDeclarations_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_old_CssStyleDeclarations_NodeStyle_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_old_CssStyleDeclarations_NodeStyle_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_old_CssStyleDeclarations_NodeStyle_StyleDeclaration_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_old_CssStyleDeclarations_NodeStyle_StyleDeclaration_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_old_CssIndexMap_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_old_CssIndexMap_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_old_ThreadStopInfo_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_old_ThreadStopInfo_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_old_ObjectSelection_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_old_ObjectSelection_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_old_ScriptInfo_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_old_ScriptInfo_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_old_ThreadMode_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_old_ThreadMode_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_old_ObjectList_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_old_ObjectList_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_old_EventHandler_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_old_EventHandler_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_old_EvalResult_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_old_EvalResult_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_old_ObjectValue_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_old_ObjectValue_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_old_RuntimeList_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_old_RuntimeList_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_old_SpotlightObjectSelection_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_old_SpotlightObjectSelection_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_old_DomTraversal_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_old_DomTraversal_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_old_BreakSelection_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_old_BreakSelection_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_old_SpotlightSelection_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_old_SpotlightSelection_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_old_CssStylesheetRules_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_old_CssStylesheetRules_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_old_CssStylesheetRules_StylesheetRule_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_old_CssStylesheetRules_StylesheetRule_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_old_EvalData_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_old_EvalData_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_old_EvalData_Variable_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_old_EvalData_Variable_fieldAccessorTable; private static com.google.protobuf.Descriptors.Descriptor internal_static_scope_debugger_old_CssStylesheetSelection_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_scope_debugger_old_CssStylesheetSelection_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-5.0.proto\022\022scope.d" + "ebugger.old\032\"opera/scope/scope_descripto" + "r.proto\"\226\002\n\021CssStylesheetList\022H\n\016stylesh" + "eetList\030\001 \003(\01320.scope.debugger.old.CssSt" + "ylesheetList.Stylesheet\032\266\001\n\nStylesheet\022\020" + "\n\010objectID\030\001 \002(\r\022\022\n\nisDisabled\030\002 \002(\010\022\014\n\004" + "href\030\003 \002(\t\022\r\n\005title\030\004 \002(\t\022\014\n\004type\030\005 \002(\t\022" + "\021\n\tmediaList\030\006 \003(\t\022\023\n\013ownerNodeID\030\007 \001(\r\022" + "\023\n\013ownerRuleID\030\010 \001(\r\022\032\n\022parentStylesheet" + "ID\030\t \001(\r\"4\n\013ExamineList\022\021\n\truntimeID\030\001 \002", "(\r\022\022\n\nobjectList\030\002 \003(\r\"$\n\014BreakpointID\022\024" + "\n\014breakpointID\030\001 \002(\r\"O\n\022BacktraceSelecti" + "on\022\021\n\truntimeID\030\001 \002(\r\022\020\n\010threadID\030\002 \002(\r\022" + "\024\n\tmaxFrames\030\003 \001(\r:\0010\"\331\001\n\017SpotlightObjec" + "t\022\020\n\010objectID\030\001 \002(\r\022\026\n\016scrollIntoView\030\002 " + "\002(\010\022A\n\007boxList\030\003 \003(\01320.scope.debugger.ol" + "d.SpotlightObject.SpotlightBox\032Y\n\014Spotli" + "ghtBox\022\017\n\007boxType\030\001 \002(\r\022\021\n\tfillColor\030\002 \001" + "(\r\022\022\n\nframeColor\030\003 \001(\r\022\021\n\tgridColor\030\004 \001(" + "\r\"h\n\013RuntimeInfo\022\021\n\truntimeID\030\001 \002(\r\022\025\n\rh", "tmlFramePath\030\002 \002(\t\022\020\n\010windowID\030\003 \002(\r\022\020\n\010" + "objectID\030\004 \002(\r\022\013\n\003uri\030\005 \002(\t\"\250\002\n\010NodeInfo" + "\022\020\n\010objectID\030\001 \002(\r\022\014\n\004type\030\002 \002(\r\022\014\n\004name" + "\030\003 \002(\t\022\r\n\005depth\030\004 \002(\r\022\027\n\017namespacePrefix" + "\030\005 \001(\t\022=\n\rattributeList\030\006 \003(\0132&.scope.de" + "bugger.old.NodeInfo.Attribute\022\026\n\016childre" + "nLength\030\007 \001(\r\022\r\n\005value\030\010 \001(\t\022\020\n\010publicID" + "\030\t \001(\t\022\020\n\010systemID\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\016EventHandlerID\022\021\n\thandlerID\030\001 ", "\002(\r\"\210\001\n\nThreadInfo\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\teventType\030\006 \001(\t\"\304\001\n\016BacktraceFram" + "e\022\022\n\nfunctionID\030\001 \002(\r\022\026\n\016argumentObject\030" + "\002 \002(\r\022\026\n\016variableObject\030\003 \002(\r\022\022\n\nthisObj" + "ect\030\004 \002(\r\0224\n\013objectValue\030\005 \001(\0132\037.scope.d" + "ebugger.old.ObjectValue\022\020\n\010scriptID\030\006 \001(" + "\r\022\022\n\nlineNumber\030\007 \001(\r\"\036\n\tRuntimeID\022\021\n\tru" + "ntimeID\030\001 \002(\r\"<\n\020RuntimeSelection\022\023\n\013run", "timeList\030\001 \003(\r\022\023\n\013allRuntimes\030\002 \001(\010\"\350\001\n\n" + "ObjectInfo\022.\n\005value\030\001 \002(\0132\037.scope.debugg" + "er.old.ObjectValue\022=\n\014propertyList\030\002 \003(\013" + "2\'.scope.debugger.old.ObjectInfo.Propert" + "y\032k\n\010Property\022\014\n\004name\030\001 \002(\t\022\014\n\004type\030\002 \002(" + "\t\022\r\n\005value\030\003 \001(\t\0224\n\013objectValue\030\004 \001(\0132\037." + "scope.debugger.old.ObjectValue\":\n\023CssEle" + "mentSelection\022\021\n\truntimeID\030\001 \002(\r\022\020\n\010obje" + "ctID\030\002 \002(\r\"B\n\010DomEvent\022\020\n\010objectID\030\001 \002(\r" + "\022\021\n\thandlerID\030\002 \002(\r\022\021\n\teventType\030\003 \002(\t\"C", "\n\014ThreadResult\022\021\n\truntimeID\030\001 \002(\r\022\020\n\010thr" + "eadID\030\002 \002(\r\022\016\n\006status\030\003 \002(\t\"K\n\022Backtrace" + "FrameList\0225\n\tframeList\030\001 \003(\0132\".scope.deb" + "ugger.old.BacktraceFrame\":\n\010NodeList\022.\n\010" + "nodeList\030\001 \003(\0132\034.scope.debugger.old.Node" + "Info\"F\n\016FrameSelection\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\r" + "DomParseError\022\021\n\truntimeID\030\001 \002(\r\022\020\n\010scri" + "ptID\030\002 \002(\r\022\022\n\nlineNumber\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\rConfiguration\022\032\n\014stopAtScript\030\001" + " \001(\010:\004true\022\036\n\017stopAtException\030\002 \001(\010:\005fal" + "se\022\032\n\013stopAtError\030\003 \001(\010:\005false\022\032\n\013stopAt" + "Abort\030\004 \001(\010:\005false\022\027\n\010stopAtGc\030\005 \001(\010:\005fa" + "lse\022&\n\027stopAtDebuggerStatement\030\006 \001(\010:\005fa" + "lse\"q\n\022BreakpointPosition\022\024\n\014breakpointI" + "D\030\001 \002(\r\022\014\n\004type\030\002 \002(\t\022\020\n\010scriptID\030\003 \001(\r\022" + "\022\n\nlineNumber\030\004 \001(\r\022\021\n\teventType\030\005 \001(\t\"\335" + "\003\n\024CssStyleDeclarations\022\031\n\021computedStyle" + "List\030\001 \003(\t\022I\n\rnodeStyleList\030\002 \003(\01322.scop", "e.debugger.old.CssStyleDeclarations.Node" + "Style\032\336\002\n\tNodeStyle\022\020\n\010objectID\030\001 \002(\r\022\023\n" + "\013elementName\030\002 \002(\t\022V\n\tstyleList\030\003 \003(\0132C." + "scope.debugger.old.CssStyleDeclarations." + "NodeStyle.StyleDeclaration\032\321\001\n\020StyleDecl" + "aration\022\016\n\006origin\030\001 \002(\r\022\021\n\tindexList\030\002 \003" + "(\r\022\021\n\tvalueList\030\003 \003(\t\022\024\n\014priorityList\030\004 " + "\003(\010\022\022\n\nstatusList\030\005 \003(\r\022\020\n\010selector\030\006 \001(" + "\t\022\023\n\013specificity\030\007 \001(\r\022\024\n\014stylesheetID\030\010" + " \001(\r\022\016\n\006ruleID\030\t \001(\r\022\020\n\010ruleType\030\n \001(\r\"\037", "\n\013CssIndexMap\022\020\n\010nameList\030\001 \003(\t\"\210\001\n\016Thre" + "adStopInfo\022\021\n\truntimeID\030\001 \002(\r\022\020\n\010threadI" + "D\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\014breakpoi" + "ntID\030\006 \001(\r\"H\n\017ObjectSelection\022\020\n\010objectI" + "D\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\truntimeID\030\001 \002(\r\022\020\n" + "\010scriptID\030\002 \002(\r\022\022\n\nscriptType\030\003 \002(\t\022\022\n\ns" + "criptData\030\004 \002(\t\022\013\n\003uri\030\005 \001(\t\"?\n\nThreadMo" + "de\022\021\n\truntimeID\030\001 \002(\r\022\020\n\010threadID\030\002 \002(\r\022", "\014\n\004mode\030\003 \002(\t\"@\n\nObjectList\0222\n\nobjectLis" + "t\030\001 \003(\0132\036.scope.debugger.old.ObjectInfo\"" + "\221\001\n\014EventHandler\022\021\n\thandlerID\030\001 \002(\r\022\020\n\010o" + "bjectID\030\002 \002(\r\022\021\n\tnamespace\030\003 \002(\t\022\021\n\teven" + "tType\030\004 \002(\t\022\035\n\025preventDefaultHandler\030\005 \002" + "(\010\022\027\n\017stopPropagation\030\006 \002(\010\"o\n\nEvalResul" + "t\022\016\n\006status\030\001 \002(\t\022\014\n\004type\030\002 \002(\t\022\r\n\005value" + "\030\003 \001(\t\0224\n\013objectValue\030\004 \001(\0132\037.scope.debu" + "gger.old.ObjectValue\"x\n\013ObjectValue\022\020\n\010o" + "bjectID\030\001 \002(\r\022\022\n\nisCallable\030\002 \002(\010\022\022\n\nisF", "unction\030\003 \002(\010\022\014\n\004type\030\004 \002(\t\022\023\n\013prototype" + "ID\030\005 \001(\r\022\014\n\004name\030\006 \001(\t\"C\n\013RuntimeList\0224\n" + "\013runtimeList\030\001 \003(\0132\037.scope.debugger.old." + "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\"V\n\022Spotlig" + "htSelection\022@\n\023spotlightObjectList\030\001 \003(\013" + "2#.scope.debugger.old.SpotlightObject\"\273\003", "\n\022CssStylesheetRules\022G\n\010ruleList\030\001 \003(\01325" + ".scope.debugger.old.CssStylesheetRules.S" + "tylesheetRule\032\333\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\tindexList\030\004 \003(\r\022\021\n\tvalueList\030\005 \003" + "(\t\022\024\n\014priorityList\030\006 \003(\010\022\024\n\014selectorList" + "\030\007 \003(\t\022\027\n\017specificityList\030\010 \003(\r\022\021\n\tmedia" + "List\030\t \003(\t\022G\n\010ruleList\030\n \003(\01325.scope.deb" + "ugger.old.CssStylesheetRules.StylesheetR" + "ule\022\014\n\004href\030\013 \001(\t\022\032\n\022importStylesheetID\030", "\014 \001(\r\022\023\n\013pseudoClass\030\r \001(\r\022\017\n\007charset\030\016 " + "\001(\t\"\300\001\n\010EvalData\022\021\n\truntimeID\030\001 \002(\r\022\020\n\010t" + "hreadID\030\002 \002(\r\022\022\n\nframeIndex\030\003 \002(\r\022\022\n\nscr" + "iptData\030\004 \002(\t\022;\n\014variableList\030\005 \003(\0132%.sc" + "ope.debugger.old.EvalData.Variable\032*\n\010Va" + "riable\022\014\n\004name\030\001 \002(\t\022\020\n\010objectID\030\002 \002(\r\"A" + "\n\026CssStylesheetSelection\022\021\n\truntimeID\030\001 " + "\002(\r\022\024\n\014stylesheetID\030\002 \002(\rB4\n#com.opera.c" + "ore.systems.scope.protosB\013EsdbgProtosH\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_old_CssStylesheetList_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_scope_debugger_old_CssStylesheetList_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_old_CssStylesheetList_descriptor, new java.lang.String[] { "StylesheetList", }, com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetList.class, com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetList.Builder.class); internal_static_scope_debugger_old_CssStylesheetList_Stylesheet_descriptor = internal_static_scope_debugger_old_CssStylesheetList_descriptor.getNestedTypes().get(0); internal_static_scope_debugger_old_CssStylesheetList_Stylesheet_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_old_CssStylesheetList_Stylesheet_descriptor, new java.lang.String[] { "ObjectID", "IsDisabled", "Href", "Title", "Type", "MediaList", "OwnerNodeID", "OwnerRuleID", "ParentStylesheetID", }, com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetList.Stylesheet.class, com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetList.Stylesheet.Builder.class); internal_static_scope_debugger_old_ExamineList_descriptor = getDescriptor().getMessageTypes().get(1); internal_static_scope_debugger_old_ExamineList_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_old_ExamineList_descriptor, new java.lang.String[] { "RuntimeID", "ObjectList", }, com.opera.core.systems.scope.protos.EsdbgProtos.ExamineList.class, com.opera.core.systems.scope.protos.EsdbgProtos.ExamineList.Builder.class); internal_static_scope_debugger_old_BreakpointID_descriptor = getDescriptor().getMessageTypes().get(2); internal_static_scope_debugger_old_BreakpointID_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_old_BreakpointID_descriptor, new java.lang.String[] { "BreakpointID", }, com.opera.core.systems.scope.protos.EsdbgProtos.BreakpointID.class, com.opera.core.systems.scope.protos.EsdbgProtos.BreakpointID.Builder.class); internal_static_scope_debugger_old_BacktraceSelection_descriptor = getDescriptor().getMessageTypes().get(3); internal_static_scope_debugger_old_BacktraceSelection_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_old_BacktraceSelection_descriptor, new java.lang.String[] { "RuntimeID", "ThreadID", "MaxFrames", }, com.opera.core.systems.scope.protos.EsdbgProtos.BacktraceSelection.class, com.opera.core.systems.scope.protos.EsdbgProtos.BacktraceSelection.Builder.class); internal_static_scope_debugger_old_SpotlightObject_descriptor = getDescriptor().getMessageTypes().get(4); internal_static_scope_debugger_old_SpotlightObject_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_old_SpotlightObject_descriptor, new java.lang.String[] { "ObjectID", "ScrollIntoView", "BoxList", }, com.opera.core.systems.scope.protos.EsdbgProtos.SpotlightObject.class, com.opera.core.systems.scope.protos.EsdbgProtos.SpotlightObject.Builder.class); internal_static_scope_debugger_old_SpotlightObject_SpotlightBox_descriptor = internal_static_scope_debugger_old_SpotlightObject_descriptor.getNestedTypes().get(0); internal_static_scope_debugger_old_SpotlightObject_SpotlightBox_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_old_SpotlightObject_SpotlightBox_descriptor, new java.lang.String[] { "BoxType", "FillColor", "FrameColor", "GridColor", }, com.opera.core.systems.scope.protos.EsdbgProtos.SpotlightObject.SpotlightBox.class, com.opera.core.systems.scope.protos.EsdbgProtos.SpotlightObject.SpotlightBox.Builder.class); internal_static_scope_debugger_old_RuntimeInfo_descriptor = getDescriptor().getMessageTypes().get(5); internal_static_scope_debugger_old_RuntimeInfo_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_old_RuntimeInfo_descriptor, new java.lang.String[] { "RuntimeID", "HtmlFramePath", "WindowID", "ObjectID", "Uri", }, com.opera.core.systems.scope.protos.EsdbgProtos.RuntimeInfo.class, com.opera.core.systems.scope.protos.EsdbgProtos.RuntimeInfo.Builder.class); internal_static_scope_debugger_old_NodeInfo_descriptor = getDescriptor().getMessageTypes().get(6); internal_static_scope_debugger_old_NodeInfo_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_old_NodeInfo_descriptor, new java.lang.String[] { "ObjectID", "Type", "Name", "Depth", "NamespacePrefix", "AttributeList", "ChildrenLength", "Value", "PublicID", "SystemID", }, com.opera.core.systems.scope.protos.EsdbgProtos.NodeInfo.class, com.opera.core.systems.scope.protos.EsdbgProtos.NodeInfo.Builder.class); internal_static_scope_debugger_old_NodeInfo_Attribute_descriptor = internal_static_scope_debugger_old_NodeInfo_descriptor.getNestedTypes().get(0); internal_static_scope_debugger_old_NodeInfo_Attribute_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_old_NodeInfo_Attribute_descriptor, new java.lang.String[] { "NamePrefix", "Name", "Value", }, com.opera.core.systems.scope.protos.EsdbgProtos.NodeInfo.Attribute.class, com.opera.core.systems.scope.protos.EsdbgProtos.NodeInfo.Attribute.Builder.class); internal_static_scope_debugger_old_EventHandlerID_descriptor = getDescriptor().getMessageTypes().get(7); internal_static_scope_debugger_old_EventHandlerID_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_old_EventHandlerID_descriptor, new java.lang.String[] { "HandlerID", }, com.opera.core.systems.scope.protos.EsdbgProtos.EventHandlerID.class, com.opera.core.systems.scope.protos.EsdbgProtos.EventHandlerID.Builder.class); internal_static_scope_debugger_old_ThreadInfo_descriptor = getDescriptor().getMessageTypes().get(8); internal_static_scope_debugger_old_ThreadInfo_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_old_ThreadInfo_descriptor, new java.lang.String[] { "RuntimeID", "ThreadID", "ParentThreadID", "ThreadType", "EventNamespace", "EventType", }, com.opera.core.systems.scope.protos.EsdbgProtos.ThreadInfo.class, com.opera.core.systems.scope.protos.EsdbgProtos.ThreadInfo.Builder.class); internal_static_scope_debugger_old_BacktraceFrame_descriptor = getDescriptor().getMessageTypes().get(9); internal_static_scope_debugger_old_BacktraceFrame_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_old_BacktraceFrame_descriptor, new java.lang.String[] { "FunctionID", "ArgumentObject", "VariableObject", "ThisObject", "ObjectValue", "ScriptID", "LineNumber", }, com.opera.core.systems.scope.protos.EsdbgProtos.BacktraceFrame.class, com.opera.core.systems.scope.protos.EsdbgProtos.BacktraceFrame.Builder.class); internal_static_scope_debugger_old_RuntimeID_descriptor = getDescriptor().getMessageTypes().get(10); internal_static_scope_debugger_old_RuntimeID_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_old_RuntimeID_descriptor, new java.lang.String[] { "RuntimeID", }, com.opera.core.systems.scope.protos.EsdbgProtos.RuntimeID.class, com.opera.core.systems.scope.protos.EsdbgProtos.RuntimeID.Builder.class); internal_static_scope_debugger_old_RuntimeSelection_descriptor = getDescriptor().getMessageTypes().get(11); internal_static_scope_debugger_old_RuntimeSelection_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_old_RuntimeSelection_descriptor, new java.lang.String[] { "RuntimeList", "AllRuntimes", }, com.opera.core.systems.scope.protos.EsdbgProtos.RuntimeSelection.class, com.opera.core.systems.scope.protos.EsdbgProtos.RuntimeSelection.Builder.class); internal_static_scope_debugger_old_ObjectInfo_descriptor = getDescriptor().getMessageTypes().get(12); internal_static_scope_debugger_old_ObjectInfo_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_old_ObjectInfo_descriptor, new java.lang.String[] { "Value", "PropertyList", }, com.opera.core.systems.scope.protos.EsdbgProtos.ObjectInfo.class, com.opera.core.systems.scope.protos.EsdbgProtos.ObjectInfo.Builder.class); internal_static_scope_debugger_old_ObjectInfo_Property_descriptor = internal_static_scope_debugger_old_ObjectInfo_descriptor.getNestedTypes().get(0); internal_static_scope_debugger_old_ObjectInfo_Property_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_old_ObjectInfo_Property_descriptor, new java.lang.String[] { "Name", "Type", "Value", "ObjectValue", }, com.opera.core.systems.scope.protos.EsdbgProtos.ObjectInfo.Property.class, com.opera.core.systems.scope.protos.EsdbgProtos.ObjectInfo.Property.Builder.class); internal_static_scope_debugger_old_CssElementSelection_descriptor = getDescriptor().getMessageTypes().get(13); internal_static_scope_debugger_old_CssElementSelection_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_old_CssElementSelection_descriptor, new java.lang.String[] { "RuntimeID", "ObjectID", }, com.opera.core.systems.scope.protos.EsdbgProtos.CssElementSelection.class, com.opera.core.systems.scope.protos.EsdbgProtos.CssElementSelection.Builder.class); internal_static_scope_debugger_old_DomEvent_descriptor = getDescriptor().getMessageTypes().get(14); internal_static_scope_debugger_old_DomEvent_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_old_DomEvent_descriptor, new java.lang.String[] { "ObjectID", "HandlerID", "EventType", }, com.opera.core.systems.scope.protos.EsdbgProtos.DomEvent.class, com.opera.core.systems.scope.protos.EsdbgProtos.DomEvent.Builder.class); internal_static_scope_debugger_old_ThreadResult_descriptor = getDescriptor().getMessageTypes().get(15); internal_static_scope_debugger_old_ThreadResult_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_old_ThreadResult_descriptor, new java.lang.String[] { "RuntimeID", "ThreadID", "Status", }, com.opera.core.systems.scope.protos.EsdbgProtos.ThreadResult.class, com.opera.core.systems.scope.protos.EsdbgProtos.ThreadResult.Builder.class); internal_static_scope_debugger_old_BacktraceFrameList_descriptor = getDescriptor().getMessageTypes().get(16); internal_static_scope_debugger_old_BacktraceFrameList_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_old_BacktraceFrameList_descriptor, new java.lang.String[] { "FrameList", }, com.opera.core.systems.scope.protos.EsdbgProtos.BacktraceFrameList.class, com.opera.core.systems.scope.protos.EsdbgProtos.BacktraceFrameList.Builder.class); internal_static_scope_debugger_old_NodeList_descriptor = getDescriptor().getMessageTypes().get(17); internal_static_scope_debugger_old_NodeList_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_old_NodeList_descriptor, new java.lang.String[] { "NodeList", }, com.opera.core.systems.scope.protos.EsdbgProtos.NodeList.class, com.opera.core.systems.scope.protos.EsdbgProtos.NodeList.Builder.class); internal_static_scope_debugger_old_FrameSelection_descriptor = getDescriptor().getMessageTypes().get(18); internal_static_scope_debugger_old_FrameSelection_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_old_FrameSelection_descriptor, new java.lang.String[] { "RuntimeID", "ThreadID", "FrameID", }, com.opera.core.systems.scope.protos.EsdbgProtos.FrameSelection.class, com.opera.core.systems.scope.protos.EsdbgProtos.FrameSelection.Builder.class); internal_static_scope_debugger_old_DomParseError_descriptor = getDescriptor().getMessageTypes().get(19); internal_static_scope_debugger_old_DomParseError_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_old_DomParseError_descriptor, new java.lang.String[] { "RuntimeID", "ScriptID", "LineNumber", "Offset", "Context", "Description", }, com.opera.core.systems.scope.protos.EsdbgProtos.DomParseError.class, com.opera.core.systems.scope.protos.EsdbgProtos.DomParseError.Builder.class); internal_static_scope_debugger_old_Configuration_descriptor = getDescriptor().getMessageTypes().get(20); internal_static_scope_debugger_old_Configuration_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_old_Configuration_descriptor, new java.lang.String[] { "StopAtScript", "StopAtException", "StopAtError", "StopAtAbort", "StopAtGc", "StopAtDebuggerStatement", }, com.opera.core.systems.scope.protos.EsdbgProtos.Configuration.class, com.opera.core.systems.scope.protos.EsdbgProtos.Configuration.Builder.class); internal_static_scope_debugger_old_BreakpointPosition_descriptor = getDescriptor().getMessageTypes().get(21); internal_static_scope_debugger_old_BreakpointPosition_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_old_BreakpointPosition_descriptor, new java.lang.String[] { "BreakpointID", "Type", "ScriptID", "LineNumber", "EventType", }, com.opera.core.systems.scope.protos.EsdbgProtos.BreakpointPosition.class, com.opera.core.systems.scope.protos.EsdbgProtos.BreakpointPosition.Builder.class); internal_static_scope_debugger_old_CssStyleDeclarations_descriptor = getDescriptor().getMessageTypes().get(22); internal_static_scope_debugger_old_CssStyleDeclarations_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_old_CssStyleDeclarations_descriptor, new java.lang.String[] { "ComputedStyleList", "NodeStyleList", }, com.opera.core.systems.scope.protos.EsdbgProtos.CssStyleDeclarations.class, com.opera.core.systems.scope.protos.EsdbgProtos.CssStyleDeclarations.Builder.class); internal_static_scope_debugger_old_CssStyleDeclarations_NodeStyle_descriptor = internal_static_scope_debugger_old_CssStyleDeclarations_descriptor.getNestedTypes().get(0); internal_static_scope_debugger_old_CssStyleDeclarations_NodeStyle_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_old_CssStyleDeclarations_NodeStyle_descriptor, new java.lang.String[] { "ObjectID", "ElementName", "StyleList", }, com.opera.core.systems.scope.protos.EsdbgProtos.CssStyleDeclarations.NodeStyle.class, com.opera.core.systems.scope.protos.EsdbgProtos.CssStyleDeclarations.NodeStyle.Builder.class); internal_static_scope_debugger_old_CssStyleDeclarations_NodeStyle_StyleDeclaration_descriptor = internal_static_scope_debugger_old_CssStyleDeclarations_NodeStyle_descriptor.getNestedTypes().get(0); internal_static_scope_debugger_old_CssStyleDeclarations_NodeStyle_StyleDeclaration_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_old_CssStyleDeclarations_NodeStyle_StyleDeclaration_descriptor, new java.lang.String[] { "Origin", "IndexList", "ValueList", "PriorityList", "StatusList", "Selector", "Specificity", "StylesheetID", "RuleID", "RuleType", }, com.opera.core.systems.scope.protos.EsdbgProtos.CssStyleDeclarations.NodeStyle.StyleDeclaration.class, com.opera.core.systems.scope.protos.EsdbgProtos.CssStyleDeclarations.NodeStyle.StyleDeclaration.Builder.class); internal_static_scope_debugger_old_CssIndexMap_descriptor = getDescriptor().getMessageTypes().get(23); internal_static_scope_debugger_old_CssIndexMap_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_old_CssIndexMap_descriptor, new java.lang.String[] { "NameList", }, com.opera.core.systems.scope.protos.EsdbgProtos.CssIndexMap.class, com.opera.core.systems.scope.protos.EsdbgProtos.CssIndexMap.Builder.class); internal_static_scope_debugger_old_ThreadStopInfo_descriptor = getDescriptor().getMessageTypes().get(24); internal_static_scope_debugger_old_ThreadStopInfo_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_old_ThreadStopInfo_descriptor, new java.lang.String[] { "RuntimeID", "ThreadID", "ScriptID", "LineNumber", "StoppedReason", "BreakpointID", }, com.opera.core.systems.scope.protos.EsdbgProtos.ThreadStopInfo.class, com.opera.core.systems.scope.protos.EsdbgProtos.ThreadStopInfo.Builder.class); internal_static_scope_debugger_old_ObjectSelection_descriptor = getDescriptor().getMessageTypes().get(25); internal_static_scope_debugger_old_ObjectSelection_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_old_ObjectSelection_descriptor, new java.lang.String[] { "ObjectID", "WindowID", "RuntimeID", }, com.opera.core.systems.scope.protos.EsdbgProtos.ObjectSelection.class, com.opera.core.systems.scope.protos.EsdbgProtos.ObjectSelection.Builder.class); internal_static_scope_debugger_old_ScriptInfo_descriptor = getDescriptor().getMessageTypes().get(26); internal_static_scope_debugger_old_ScriptInfo_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_old_ScriptInfo_descriptor, new java.lang.String[] { "RuntimeID", "ScriptID", "ScriptType", "ScriptData", "Uri", }, com.opera.core.systems.scope.protos.EsdbgProtos.ScriptInfo.class, com.opera.core.systems.scope.protos.EsdbgProtos.ScriptInfo.Builder.class); internal_static_scope_debugger_old_ThreadMode_descriptor = getDescriptor().getMessageTypes().get(27); internal_static_scope_debugger_old_ThreadMode_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_old_ThreadMode_descriptor, new java.lang.String[] { "RuntimeID", "ThreadID", "Mode", }, com.opera.core.systems.scope.protos.EsdbgProtos.ThreadMode.class, com.opera.core.systems.scope.protos.EsdbgProtos.ThreadMode.Builder.class); internal_static_scope_debugger_old_ObjectList_descriptor = getDescriptor().getMessageTypes().get(28); internal_static_scope_debugger_old_ObjectList_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_old_ObjectList_descriptor, new java.lang.String[] { "ObjectList", }, com.opera.core.systems.scope.protos.EsdbgProtos.ObjectList.class, com.opera.core.systems.scope.protos.EsdbgProtos.ObjectList.Builder.class); internal_static_scope_debugger_old_EventHandler_descriptor = getDescriptor().getMessageTypes().get(29); internal_static_scope_debugger_old_EventHandler_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_old_EventHandler_descriptor, new java.lang.String[] { "HandlerID", "ObjectID", "Namespace", "EventType", "PreventDefaultHandler", "StopPropagation", }, com.opera.core.systems.scope.protos.EsdbgProtos.EventHandler.class, com.opera.core.systems.scope.protos.EsdbgProtos.EventHandler.Builder.class); internal_static_scope_debugger_old_EvalResult_descriptor = getDescriptor().getMessageTypes().get(30); internal_static_scope_debugger_old_EvalResult_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_old_EvalResult_descriptor, new java.lang.String[] { "Status", "Type", "Value", "ObjectValue", }, com.opera.core.systems.scope.protos.EsdbgProtos.EvalResult.class, com.opera.core.systems.scope.protos.EsdbgProtos.EvalResult.Builder.class); internal_static_scope_debugger_old_ObjectValue_descriptor = getDescriptor().getMessageTypes().get(31); internal_static_scope_debugger_old_ObjectValue_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_old_ObjectValue_descriptor, new java.lang.String[] { "ObjectID", "IsCallable", "IsFunction", "Type", "PrototypeID", "Name", }, com.opera.core.systems.scope.protos.EsdbgProtos.ObjectValue.class, com.opera.core.systems.scope.protos.EsdbgProtos.ObjectValue.Builder.class); internal_static_scope_debugger_old_RuntimeList_descriptor = getDescriptor().getMessageTypes().get(32); internal_static_scope_debugger_old_RuntimeList_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_old_RuntimeList_descriptor, new java.lang.String[] { "RuntimeList", }, com.opera.core.systems.scope.protos.EsdbgProtos.RuntimeList.class, com.opera.core.systems.scope.protos.EsdbgProtos.RuntimeList.Builder.class); internal_static_scope_debugger_old_SpotlightObjectSelection_descriptor = getDescriptor().getMessageTypes().get(33); internal_static_scope_debugger_old_SpotlightObjectSelection_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_old_SpotlightObjectSelection_descriptor, new java.lang.String[] { "ObjectID", "ScrollIntoView", }, com.opera.core.systems.scope.protos.EsdbgProtos.SpotlightObjectSelection.class, com.opera.core.systems.scope.protos.EsdbgProtos.SpotlightObjectSelection.Builder.class); internal_static_scope_debugger_old_DomTraversal_descriptor = getDescriptor().getMessageTypes().get(34); internal_static_scope_debugger_old_DomTraversal_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_old_DomTraversal_descriptor, new java.lang.String[] { "ObjectID", "Traversal", }, com.opera.core.systems.scope.protos.EsdbgProtos.DomTraversal.class, com.opera.core.systems.scope.protos.EsdbgProtos.DomTraversal.Builder.class); internal_static_scope_debugger_old_BreakSelection_descriptor = getDescriptor().getMessageTypes().get(35); internal_static_scope_debugger_old_BreakSelection_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_old_BreakSelection_descriptor, new java.lang.String[] { "RuntimeID", "ThreadID", }, com.opera.core.systems.scope.protos.EsdbgProtos.BreakSelection.class, com.opera.core.systems.scope.protos.EsdbgProtos.BreakSelection.Builder.class); internal_static_scope_debugger_old_SpotlightSelection_descriptor = getDescriptor().getMessageTypes().get(36); internal_static_scope_debugger_old_SpotlightSelection_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_old_SpotlightSelection_descriptor, new java.lang.String[] { "SpotlightObjectList", }, com.opera.core.systems.scope.protos.EsdbgProtos.SpotlightSelection.class, com.opera.core.systems.scope.protos.EsdbgProtos.SpotlightSelection.Builder.class); internal_static_scope_debugger_old_CssStylesheetRules_descriptor = getDescriptor().getMessageTypes().get(37); internal_static_scope_debugger_old_CssStylesheetRules_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_old_CssStylesheetRules_descriptor, new java.lang.String[] { "RuleList", }, com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetRules.class, com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetRules.Builder.class); internal_static_scope_debugger_old_CssStylesheetRules_StylesheetRule_descriptor = internal_static_scope_debugger_old_CssStylesheetRules_descriptor.getNestedTypes().get(0); internal_static_scope_debugger_old_CssStylesheetRules_StylesheetRule_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_old_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.EsdbgProtos.CssStylesheetRules.StylesheetRule.class, com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetRules.StylesheetRule.Builder.class); internal_static_scope_debugger_old_EvalData_descriptor = getDescriptor().getMessageTypes().get(38); internal_static_scope_debugger_old_EvalData_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_old_EvalData_descriptor, new java.lang.String[] { "RuntimeID", "ThreadID", "FrameIndex", "ScriptData", "VariableList", }, com.opera.core.systems.scope.protos.EsdbgProtos.EvalData.class, com.opera.core.systems.scope.protos.EsdbgProtos.EvalData.Builder.class); internal_static_scope_debugger_old_EvalData_Variable_descriptor = internal_static_scope_debugger_old_EvalData_descriptor.getNestedTypes().get(0); internal_static_scope_debugger_old_EvalData_Variable_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_old_EvalData_Variable_descriptor, new java.lang.String[] { "Name", "ObjectID", }, com.opera.core.systems.scope.protos.EsdbgProtos.EvalData.Variable.class, com.opera.core.systems.scope.protos.EsdbgProtos.EvalData.Variable.Builder.class); internal_static_scope_debugger_old_CssStylesheetSelection_descriptor = getDescriptor().getMessageTypes().get(39); internal_static_scope_debugger_old_CssStylesheetSelection_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_scope_debugger_old_CssStylesheetSelection_descriptor, new java.lang.String[] { "RuntimeID", "StylesheetID", }, com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetSelection.class, com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetSelection.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) }