![]() |
![]() |
selenium-server-standalone-2.42.2mport com.google.protobuf.CodedOutputStream; import com.google.protobuf.Descriptors.Descriptor; import com.google.protobuf.ExtensionRegistryLite; import com.google.protobuf.GeneratedMessage; import com.google.protobuf.GeneratedMessage.Builder; import com.google.protobuf.GeneratedMessage.BuilderParent; import com.google.protobuf.GeneratedMessage.FieldAccessorTable; import com.google.protobuf.InvalidProtocolBufferException; import com.google.protobuf.Message; import com.google.protobuf.UninitializedMessageException; import com.google.protobuf.UnknownFieldSet; import com.google.protobuf.UnknownFieldSet.Builder; import java.io.IOException; import java.io.InputStream; import java.io.ObjectStreamException; import java.util.ArrayList; import java.util.Collections; import java.util.List; public final class Esdbg6Protos$ReleaseObjectsArg extends GeneratedMessage implements Esdbg6Protos.ReleaseObjectsArgOrBuilder { private Esdbg6Protos$ReleaseObjectsArg(Builder builder) { super(builder); } private Esdbg6Protos$ReleaseObjectsArg(boolean noInit) {} public static ReleaseObjectsArg getDefaultInstance() { return defaultInstance; } public ReleaseObjectsArg getDefaultInstanceForType() { return defaultInstance; } public static final Descriptors.Descriptor getDescriptor() { return Esdbg6Protos.access$72200(); } protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return Esdbg6Protos.access$72300(); } public List<Integer> getObjectListList() { return objectList_; } public int getObjectListCount() { return objectList_.size(); } public int getObjectList(int index) { return ((Integer)objectList_.get(index)).intValue(); } private void initFields() { objectList_ = Collections.emptyList(); } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized != -1) { return isInitialized == 1; } memoizedIsInitialized = 1; return true; } public void writeTo(CodedOutputStream output) throws IOException { getSerializedSize(); for (int i = 0; i < objectList_.size(); i++) { output.writeUInt32(1, ((Integer)objectList_.get(i)).intValue()); } getUnknownFields().writeTo(output); } private int memoizedSerializedSize = -1; public int getSerializedSize() { int size = memoizedSerializedSize; if (size != -1) { return size; } size = 0; int dataSize = 0; for (int i = 0; i < objectList_.size(); i++) { dataSize += CodedOutputStream.computeUInt32SizeNoTag(((Integer)objectList_.get(i)).intValue()); } size += dataSize; size += 1 * getObjectListList().size(); size += getUnknownFields().getSerializedSize(); memoizedSerializedSize = size; return size; } protected Object writeReplace() throws ObjectStreamException { return super.writeReplace(); } public static ReleaseObjectsArg parseFrom(ByteString data) throws InvalidProtocolBufferException { return ((Builder)newBuilder().mergeFrom(data)).buildParsed(); } public static ReleaseObjectsArg parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException { return ((Builder)newBuilder().mergeFrom(data, extensionRegistry)).buildParsed(); } public static ReleaseObjectsArg parseFrom(byte[] data) throws InvalidProtocolBufferException { return ((Builder)newBuilder().mergeFrom(data)).buildParsed(); } public static ReleaseObjectsArg parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException { return ((Builder)newBuilder().mergeFrom(data, extensionRegistry)).buildParsed(); } public static ReleaseObjectsArg parseFrom(InputStream input) throws IOException { return ((Builder)newBuilder().mergeFrom(input)).buildParsed(); } public static ReleaseObjectsArg parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException { return ((Builder)newBuilder().mergeFrom(input, extensionRegistry)).buildParsed(); } public static ReleaseObjectsArg parseDelimitedFrom(InputStream input) throws IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input)) { return builder.buildParsed(); } return null; } public static ReleaseObjectsArg parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input, extensionRegistry)) { return builder.buildParsed(); } return null; } public static ReleaseObjectsArg parseFrom(CodedInputStream input) throws IOException { return ((Builder)newBuilder().mergeFrom(input)).buildParsed(); } public static ReleaseObjectsArg parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException { return newBuilder().mergeFrom(input, extensionRegistry).buildParsed(); } public static Builder newBuilder() { return Builder.access$72500(); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder(ReleaseObjectsArg prototype) { return newBuilder().mergeFrom(prototype); } public Builder toBuilder() { return newBuilder(this); } protected Builder newBuilderForType(GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent, null); return builder; } public static final class Builder extends GeneratedMessage.Builder<Builder> implements Esdbg6Protos.ReleaseObjectsArgOrBuilder { private int bitField0_; public static final Descriptors.Descriptor getDescriptor() { return Esdbg6Protos.access$72200(); } protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return Esdbg6Protos.access$72300(); } private Builder() { maybeForceBuilderInitialization(); } private Builder(GeneratedMessage.BuilderParent parent) { super(); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (Esdbg6Protos.ReleaseObjectsArg.alwaysUseFieldBuilders) {} } private static Builder create() { return new Builder(); } public Builder clear() { super.clear(); objectList_ = Collections.emptyList(); bitField0_ &= 0xFFFFFFFE; return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public Descriptors.Descriptor getDescriptorForType() { return Esdbg6Protos.ReleaseObjectsArg.getDescriptor(); } public Esdbg6Protos.ReleaseObjectsArg getDefaultInstanceForType() { return Esdbg6Protos.ReleaseObjectsArg.getDefaultInstance(); } public Esdbg6Protos.ReleaseObjectsArg build() { Esdbg6Protos.ReleaseObjectsArg result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private Esdbg6Protos.ReleaseObjectsArg buildParsed() throws InvalidProtocolBufferException { Esdbg6Protos.ReleaseObjectsArg result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result).asInvalidProtocolBufferException(); } return result; } public Esdbg6Protos.ReleaseObjectsArg buildPartial() { Esdbg6Protos.ReleaseObjectsArg result = new Esdbg6Protos.ReleaseObjectsArg(this, null); int from_bitField0_ = bitField0_; if ((bitField0_ & 0x1) == 1) { objectList_ = Collections.unmodifiableList(objectList_); bitField0_ &= 0xFFFFFFFE; } objectList_ = objectList_; onBuilt(); return result; } public Builder mergeFrom(Message other) { if ((other instanceof Esdbg6Protos.ReleaseObjectsArg)) { return mergeFrom((Esdbg6Protos.ReleaseObjectsArg)other); } super.mergeFrom(other); return this; } public Builder mergeFrom(Esdbg6Protos.ReleaseObjectsArg other) { if (other == Esdbg6Protos.ReleaseObjectsArg.getDefaultInstance()) { return this; } if (!objectList_.isEmpty()) { if (objectList_.isEmpty()) { objectList_ = objectList_; bitField0_ &= 0xFFFFFFFE; } else { ensureObjectListIsMutable(); objectList_.addAll(objectList_); } onChanged(); } mergeUnknownFields(other.getUnknownFields()); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException { UnknownFieldSet.Builder unknownFields = UnknownFieldSet.newBuilder(getUnknownFields()); for (;;) { int tag = input.readTag(); switch (tag) { case 0: setUnknownFields(unknownFields.build()); onChanged(); return this; default: if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { setUnknownFields(unknownFields.build()); onChanged(); return this; } break; case 8: ensureObjectListIsMutable(); objectList_.add(Integer.valueOf(input.readUInt32())); break; case 10: int length = input.readRawVarint32(); int limit = input.pushLimit(length); while (input.getBytesUntilLimit() > 0) { addObjectList(input.readUInt32()); } input.popLimit(limit); } } } private List<Integer> objectList_ = Collections.emptyList(); private void ensureObjectListIsMutable() { if ((bitField0_ & 0x1) != 1) { objectList_ = new ArrayList(objectList_); bitField0_ |= 0x1; } } public List<Integer> getObjectListList() { return Collections.unmodifiableList(objectList_); } public int getObjectListCount() { return objectList_.size(); } public int getObjectList(int index) { return ((Integer)objectList_.get(index)).intValue(); } public Builder setObjectList(int index, int value) { ensureObjectListIsMutable(); objectList_.set(index, Integer.valueOf(value)); onChanged(); return this; } public Builder addObjectList(int value) { ensureObjectListIsMutable(); objectList_.add(Integer.valueOf(value)); onChanged(); return this; } public Builder addAllObjectList(Iterable<? extends Integer> values) { ensureObjectListIsMutable(); GeneratedMessage.Builder.addAll(values, objectList_); onChanged(); return this; } public Builder clearObjectList() { objectList_ = Collections.emptyList(); bitField0_ &= 0xFFFFFFFE; onChanged(); return this; } } private static final ReleaseObjectsArg defaultInstance = new ReleaseObjectsArg(true); public static final int OBJECTLIST_FIELD_NUMBER = 1; private List<Integer> objectList_; private static final long serialVersionUID = 0L; static { defaultInstance.initFields(); } } /* Location: * Qualified Name: com.opera.core.systems.scope.protos.Esdbg6Protos.ReleaseObjectsArg * Java Class Version: 6 (50.0) * JD-Core Version: 0.7.1 */ package com.opera.core.systems.scope.protos; import com.google.protobuf.MessageOrBuilder; import java.util.List; public abstract interface Esdbg6Protos$ReleaseObjectsArgOrBuilder extends MessageOrBuilder { public abstract List<Integer> getObjectListList(); public abstract int getObjectListCount(); public abstract int getObjectList(int paramInt); } /* Location: * Qualified Name: com.opera.core.systems.scope.protos.Esdbg6Protos.ReleaseObjectsArgOrBuilder * Java Class Version: 6 (50.0) * JD-Core Version: 0.7.1 */ package com.opera.core.systems.scope.protos; import com.google.protobuf.CodedInputStream; import com.google.protobuf.Descriptors.Descriptor; import com.google.protobuf.ExtensionRegistryLite; import com.google.protobuf.GeneratedMessage.Builder; import com.google.protobuf.GeneratedMessage.BuilderParent; import com.google.protobuf.GeneratedMessage.FieldAccessorTable; import com.google.protobuf.InvalidProtocolBufferException; import com.google.protobuf.Message; import com.google.protobuf.UninitializedMessageException; import com.google.protobuf.UnknownFieldSet; import com.google.protobuf.UnknownFieldSet.Builder; import java.io.IOException; public final class Esdbg6Protos$RuntimeID$Builder extends GeneratedMessage.Builder<Builder> implements Esdbg6Protos.RuntimeIDOrBuilder { private int bitField0_; private int runtimeID_; public static final Descriptors.Descriptor getDescriptor() { return Esdbg6Protos.access$16500(); } protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return Esdbg6Protos.access$16600(); } private Esdbg6Protos$RuntimeID$Builder() { maybeForceBuilderInitialization(); } private Esdbg6Protos$RuntimeID$Builder(GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (Esdbg6Protos.RuntimeID.access$17000()) {} } private static Builder create() { return new Builder(); } public Builder clear() { super.clear(); runtimeID_ = 0; bitField0_ &= 0xFFFFFFFE; return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public Descriptors.Descriptor getDescriptorForType() { return Esdbg6Protos.RuntimeID.getDescriptor(); } public Esdbg6Protos.RuntimeID getDefaultInstanceForType() { return Esdbg6Protos.RuntimeID.getDefaultInstance(); } public Esdbg6Protos.RuntimeID build() { Esdbg6Protos.RuntimeID result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private Esdbg6Protos.RuntimeID buildParsed() throws InvalidProtocolBufferException { Esdbg6Protos.RuntimeID result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result).asInvalidProtocolBufferException(); } return result; } public Esdbg6Protos.RuntimeID buildPartial() { Esdbg6Protos.RuntimeID result = new Esdbg6Protos.RuntimeID(this, null); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if ((from_bitField0_ & 0x1) == 1) { to_bitField0_ |= 0x1; } Esdbg6Protos.RuntimeID.access$17202(result, runtimeID_); Esdbg6Protos.RuntimeID.access$17302(result, to_bitField0_); onBuilt(); return result; } public Builder mergeFrom(Message other) { if ((other instanceof Esdbg6Protos.RuntimeID)) { return mergeFrom((Esdbg6Protos.RuntimeID)other); } super.mergeFrom(other); return this; } public Builder mergeFrom(Esdbg6Protos.RuntimeID other) { if (other == Esdbg6Protos.RuntimeID.getDefaultInstance()) { return this; } if (other.hasRuntimeID()) { setRuntimeID(other.getRuntimeID()); } mergeUnknownFields(other.getUnknownFields()); return this; } public final boolean isInitialized() { if (!hasRuntimeID()) { return false; } return true; } public Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException { UnknownFieldSet.Builder unknownFields = UnknownFieldSet.newBuilder(getUnknownFields()); for (;;) { int tag = input.readTag(); switch (tag) { case 0: setUnknownFields(unknownFields.build()); onChanged(); return this; default: if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { setUnknownFields(unknownFields.build()); onChanged(); return this; } break; case 8: bitField0_ |= 0x1; runtimeID_ = input.readUInt32(); } } } public boolean hasRuntimeID() { return (bitField0_ & 0x1) == 1; } public int getRuntimeID() { return runtimeID_; } public Builder setRuntimeID(int value) { bitField0_ |= 0x1; runtimeID_ = value; onChanged(); return this; } public Builder clearRuntimeID() { bitField0_ &= 0xFFFFFFFE; runtimeID_ = 0; onChanged(); return this; } } /* Location: * Qualified Name: com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeID.Builder * Java Class Version: 6 (50.0) * JD-Core Version: 0.7.1 */ package com.opera.core.systems.scope.protos; import com.google.protobuf.ByteString; import com.google.protobuf.CodedInputStream; import com.google.protobuf.CodedOutputStream; import com.google.protobuf.Descriptors.Descriptor; import com.google.protobuf.ExtensionRegistryLite; import com.google.protobuf.GeneratedMessage; import com.google.protobuf.GeneratedMessage.Builder; import com.google.protobuf.GeneratedMessage.BuilderParent; import com.google.protobuf.GeneratedMessage.FieldAccessorTable; import com.google.protobuf.InvalidProtocolBufferException; import com.google.protobuf.Message; import com.google.protobuf.UninitializedMessageException; import com.google.protobuf.UnknownFieldSet; import com.google.protobuf.UnknownFieldSet.Builder; import java.io.IOException; import java.io.InputStream; import java.io.ObjectStreamException; public final class Esdbg6Protos$RuntimeID extends GeneratedMessage implements Esdbg6Protos.RuntimeIDOrBuilder { private Esdbg6Protos$RuntimeID(Builder builder) { super(builder); } private Esdbg6Protos$RuntimeID(boolean noInit) {} public static RuntimeID getDefaultInstance() { return defaultInstance; } public RuntimeID getDefaultInstanceForType() { return defaultInstance; } public static final Descriptors.Descriptor getDescriptor() { return Esdbg6Protos.access$16500(); } protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return Esdbg6Protos.access$16600(); } public boolean hasRuntimeID() { return (bitField0_ & 0x1) == 1; } 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(CodedOutputStream output) throws IOException { getSerializedSize(); if ((bitField0_ & 0x1) == 1) { 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_ & 0x1) == 1) { size += CodedOutputStream.computeUInt32Size(1, runtimeID_); } size += getUnknownFields().getSerializedSize(); memoizedSerializedSize = size; return size; } protected Object writeReplace() throws ObjectStreamException { return super.writeReplace(); } public static RuntimeID parseFrom(ByteString data) throws InvalidProtocolBufferException { return ((Builder)newBuilder().mergeFrom(data)).buildParsed(); } public static RuntimeID parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException { return ((Builder)newBuilder().mergeFrom(data, extensionRegistry)).buildParsed(); } public static RuntimeID parseFrom(byte[] data) throws InvalidProtocolBufferException { return ((Builder)newBuilder().mergeFrom(data)).buildParsed(); } public static RuntimeID parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException { return ((Builder)newBuilder().mergeFrom(data, extensionRegistry)).buildParsed(); } public static RuntimeID parseFrom(InputStream input) throws IOException { return ((Builder)newBuilder().mergeFrom(input)).buildParsed(); } public static RuntimeID parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException { return ((Builder)newBuilder().mergeFrom(input, extensionRegistry)).buildParsed(); } public static RuntimeID parseDelimitedFrom(InputStream input) throws IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input)) { return builder.buildParsed(); } return null; } public static RuntimeID parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException { Builder builder = newBuilder(); if (builder.mergeDelimitedFrom(input, extensionRegistry)) { return builder.buildParsed(); } return null; } public static RuntimeID parseFrom(CodedInputStream input) throws IOException { return ((Builder)newBuilder().mergeFrom(input)).buildParsed(); } public static RuntimeID parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException { return newBuilder().mergeFrom(input, extensionRegistry).buildParsed(); } public static Builder newBuilder() { return Builder.access$16800(); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder(RuntimeID prototype) { return newBuilder().mergeFrom(prototype); } public Builder toBuilder() { return newBuilder(this); } protected Builder newBuilderForType(GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent, null); return builder; } public static final class Builder extends GeneratedMessage.Builder<Builder> implements Esdbg6Protos.RuntimeIDOrBuilder { private int bitField0_; private int runtimeID_; public static final Descriptors.Descriptor getDescriptor() { return Esdbg6Protos.access$16500(); } protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return Esdbg6Protos.access$16600(); } private Builder() { maybeForceBuilderInitialization(); } private Builder(GeneratedMessage.BuilderParent parent) { super(); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (Esdbg6Protos.RuntimeID.alwaysUseFieldBuilders) {} } private static Builder create() { return new Builder(); } public Builder clear() { super.clear(); runtimeID_ = 0; bitField0_ &= 0xFFFFFFFE; return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public Descriptors.Descriptor getDescriptorForType() { return Esdbg6Protos.RuntimeID.getDescriptor(); } public Esdbg6Protos.RuntimeID getDefaultInstanceForType() { return Esdbg6Protos.RuntimeID.getDefaultInstance(); } public Esdbg6Protos.RuntimeID build() { Esdbg6Protos.RuntimeID result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private Esdbg6Protos.RuntimeID buildParsed() throws InvalidProtocolBufferException { Esdbg6Protos.RuntimeID result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result).asInvalidProtocolBufferException(); } return result; } public Esdbg6Protos.RuntimeID buildPartial() { Esdbg6Protos.RuntimeID result = new Esdbg6Protos.RuntimeID(this, null); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if ((from_bitField0_ & 0x1) == 1) { to_bitField0_ |= 0x1; } runtimeID_ = runtimeID_; bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder mergeFrom(Message other) { if ((other instanceof Esdbg6Protos.RuntimeID)) { return mergeFrom((Esdbg6Protos.RuntimeID)other); } super.mergeFrom(other); return this; } public Builder mergeFrom(Esdbg6Protos.RuntimeID other) { if (other == Esdbg6Protos.RuntimeID.getDefaultInstance()) { return this; } if (other.hasRuntimeID()) { setRuntimeID(other.getRuntimeID()); } mergeUnknownFields(other.getUnknownFields()); return this; } public final boolean isInitialized() { if (!hasRuntimeID()) { return false; } return true; } public Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException { UnknownFieldSet.Builder unknownFields = UnknownFieldSet.newBuilder(getUnknownFields()); for (;;) { int tag = input.readTag(); switch (tag) { case 0: setUnknownFields(unknownFields.build()); onChanged(); return this; default: if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { setUnknownFields(unknownFields.build()); onChanged(); return this; } break; case 8: bitField0_ |= 0x1; runtimeID_ = input.readUInt32(); } } } public boolean hasRuntimeID() { return (bitField0_ & 0x1) == 1; } public int getRuntimeID() { return runtimeID_; } public Builder setRuntimeID(int value) { bitField0_ |= 0x1; runtimeID_ = value; onChanged(); return this; } public Builder clearRuntimeID() { bitField0_ &= 0xFFFFFFFE; runtimeID_ = 0; onChanged(); return this; } } private static final RuntimeID defaultInstance = new RuntimeID(true); private int bitField0_; public static final int RUNTIMEID_FIELD_NUMBER = 1; private int runtimeID_; private static final long serialVersionUID = 0L; static { defaultInstance.initFields(); } } /* Location: * Qualified Name: com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeID * Java Class Version: 6 (50.0) * JD-Core Version: 0.7.1 */ package com.opera.core.systems.scope.protos; import com.google.protobuf.MessageOrBuilder; public abstract interface Esdbg6Protos$RuntimeIDOrBuilder extends MessageOrBuilder { public abstract boolean hasRuntimeID(); public abstract int getRuntimeID(); } /* Location: * Qualified Name: com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeIDOrBuilder * Java Class Version: 6 (50.0) * JD-Core Version: 0.7.1 */ package com.opera.core.systems.scope.protos; import com.google.protobuf.ByteString; import com.google.protobuf.CodedInputStream; import com.google.protobuf.Descriptors.Descriptor; import com.google.protobuf.ExtensionRegistryLite; import com.google.protobuf.GeneratedMessage.Builder; import com.google.protobuf.GeneratedMessage.BuilderParent; import com.google.protobuf.GeneratedMessage.FieldAccessorTable; import com.google.protobuf.InvalidProtocolBufferException; import com.google.protobuf.Message; import com.google.protobuf.UninitializedMessageException; import com.google.protobuf.UnknownFieldSet; import com.google.protobuf.UnknownFieldSet.Builder; import java.io.IOException; public final class Esdbg6Protos$RuntimeInfo$Builder extends GeneratedMessage.Builder<Builder> implements Esdbg6Protos.RuntimeInfoOrBuilder { private int bitField0_; private int runtimeID_; public static final Descriptors.Descriptor getDescriptor() { return Esdbg6Protos.access$8300(); } protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return Esdbg6Protos.access$8400(); } private Esdbg6Protos$RuntimeInfo$Builder() { maybeForceBuilderInitialization(); } private Esdbg6Protos$RuntimeInfo$Builder(GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (Esdbg6Protos.RuntimeInfo.access$8800()) {} } private static Builder create() { return new Builder(); } public Builder clear() { super.clear(); runtimeID_ = 0; bitField0_ &= 0xFFFFFFFE; htmlFramePath_ = ""; bitField0_ &= 0xFFFFFFFD; windowID_ = 0; bitField0_ &= 0xFFFFFFFB; objectID_ = 0; bitField0_ &= 0xFFFFFFF7; uri_ = ""; bitField0_ &= 0xFFFFFFEF; return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public Descriptors.Descriptor getDescriptorForType() { return Esdbg6Protos.RuntimeInfo.getDescriptor(); } public Esdbg6Protos.RuntimeInfo getDefaultInstanceForType() { return Esdbg6Protos.RuntimeInfo.getDefaultInstance(); } public Esdbg6Protos.RuntimeInfo build() { Esdbg6Protos.RuntimeInfo result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } private Esdbg6Protos.RuntimeInfo buildParsed() throws InvalidProtocolBufferException { Esdbg6Protos.RuntimeInfo result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result).asInvalidProtocolBufferException(); } return result; } public Esdbg6Protos.RuntimeInfo buildPartial() { Esdbg6Protos.RuntimeInfo result = new Esdbg6Protos.RuntimeInfo(this, null); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if ((from_bitField0_ & 0x1) == 1) { to_bitField0_ |= 0x1; } Esdbg6Protos.RuntimeInfo.access$9002(result, runtimeID_); if ((from_bitField0_ & 0x2) == 2) { to_bitField0_ |= 0x2; } Esdbg6Protos.RuntimeInfo.access$9102(result, htmlFramePath_); if ((from_bitField0_ & 0x4) == 4) { to_bitField0_ |= 0x4; } Esdbg6Protos.RuntimeInfo.access$9202(result, windowID_); if ((from_bitField0_ & 0x8) == 8) { to_bitField0_ |= 0x8; } Esdbg6Protos.RuntimeInfo.access$9302(result, objectID_); if ((from_bitField0_ & 0x10) == 16) { to_bitField0_ |= 0x10; } Esdbg6Protos.RuntimeInfo.access$9402(result, uri_); Esdbg6Protos.RuntimeInfo.access$9502(result, to_bitField0_); onBuilt(); return result; } public Builder mergeFrom(Message other) { if ((other instanceof Esdbg6Protos.RuntimeInfo)) { return mergeFrom((Esdbg6Protos.RuntimeInfo)other); } super.mergeFrom(other); return this; } public Builder mergeFrom(Esdbg6Protos.RuntimeInfo other) { if (other == Esdbg6Protos.RuntimeInfo.getDefaultInstance()) { return this; } if (other.hasRuntimeID()) { setRuntimeID(other.getRuntimeID()); } if (other.hasHtmlFramePath()) { setHtmlFramePath(other.getHtmlFramePath()); } if (other.hasWindowID()) { setWindowID(other.getWindowID()); } if (other.hasObjectID()) { setObjectID(other.getObjectID()); } if (other.hasUri()) { setUri(other.getUri()); } 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(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException { UnknownFieldSet.Builder unknownFields = UnknownFieldSet.newBuilder(getUnknownFields()); for (;;) { int tag = input.readTag(); switch (tag) { case 0: setUnknownFields(unknownFields.build()); onChanged(); return this; default: if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { setUnknownFields(unknownFields.build()); onChanged(); return this; } break; case 8: bitField0_ |= 0x1; runtimeID_ = input.readUInt32(); break; case 18: bitField0_ |= 0x2; htmlFramePath_ = input.readBytes(); break; case 24: bitField0_ |= 0x4; windowID_ = input.readUInt32(); break; case 32: bitField0_ |= 0x8; objectID_ = input.readUInt32(); break; case 42: bitField0_ |= 0x10; uri_ = input.readBytes(); } } } public boolean hasRuntimeID() { return (bitField0_ & 0x1) == 1; } public int getRuntimeID() { return runtimeID_; } public Builder setRuntimeID(int value) { bitField0_ |= 0x1; runtimeID_ = value; onChanged(); return this; } public Builder clearRuntimeID() { bitField0_ &= 0xFFFFFFFE; runtimeID_ = 0; onChanged(); return this; } private Object htmlFramePath_ = ""; private int windowID_; private int objectID_; public boolean hasHtmlFramePath() { return (bitField0_ & 0x2) == 2; } public String getHtmlFramePath() { Object ref = htmlFramePath_; if (!(ref instanceof String)) { String s = ((ByteString)ref).toStringUtf8(); htmlFramePath_ = s; return s; } return (String)ref; } public Builder setHtmlFramePath(String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x2; htmlFramePath_ = value; onChanged(); return this; } public Builder clearHtmlFramePath() { bitField0_ &= 0xFFFFFFFD; htmlFramePath_ = Esdbg6Protos.RuntimeInfo.getDefaultInstance().getHtmlFramePath(); onChanged(); return this; } void setHtmlFramePath(ByteString value) { bitField0_ |= 0x2; htmlFramePath_ = value; onChanged(); } public boolean hasWindowID() { return (bitField0_ & 0x4) == 4; } public int getWindowID() { return windowID_; } public Builder setWindowID(int value) { bitField0_ |= 0x4; windowID_ = value; onChanged(); return this; } public Builder clearWindowID() { bitField0_ &= 0xFFFFFFFB; windowID_ = 0; onChanged(); return this; } public boolean hasObjectID() { return (bitField0_ & 0x8) == 8; } public int getObjectID() { return objectID_; } public Builder setObjectID(int value) { bitField0_ |= 0x8; objectID_ = value; onChanged(); return this; } public Builder clearObjectID() { bitField0_ &= 0xFFFFFFF7; objectID_ = 0; onChanged(); return this; } private Object uri_ = ""; public boolean hasUri() { return (bitField0_ & 0x10) == 16; } public String getUri() { Object ref = uri_; if (!(ref instanceof String)) { String s = ((ByteString)ref).toStringUtf8(); uri_ = s; return s; } return (String)ref; } public Builder setUri(String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x10; uri_ = value; onChanged(); return this; } public Builder clearUri() { bitField0_ &= 0xFFFFFFEF; uri_ = Esdbg6Protos.RuntimeInfo.getDefaultInstance().getUri(); onChanged(); return this; } void setUri(ByteString value) { bitField0_ |= 0x10; uri_ = value; onChanged(); } } /* Location: * Qualified Name: com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeInfo.Builder * Java Class Version: 6 (50.0) * JD-Core Version: 0.7.1 */ package com.opera.core.systems.scope.protos; import com.google.protobuf.ByteString; import com.google.protobuf.CodedInputStream; import com.google.protobuf.CodedOutputStream; import com.google.protobuf.Descriptors.Descriptor; import com.google.protobuf.ExtensionRegistryLite; import com.google.protobuf.GeneratedMessage; import com.google.protobuf.GeneratedMessage.Builder; import com.google.protobuf.GeneratedMessage.BuilderParent; import com.google.protobuf.GeneratedMessage.FieldAccessorTable; import com.google.protobuf.Internal; import com.google.protobuf.InvalidProtocolBufferException; import com.google.protobuf.Message; import com.google.protobuf.UninitializedMessageException; import com.google.protobuf.UnknownFieldSet; import com.google.protobuf.UnknownFieldSet.Builder; import java.io.IOException; import java.io.InputStream; import java.io.ObjectStreamException; public final class Esdbg6Protos$RuntimeInfo extends GeneratedMessage implements Esdbg6Protos.RuntimeInfoOrBuilder { private Esdbg6Protos$RuntimeInfo(Builder builder) { super(builder); } private Esdbg6Protos$RuntimeInfo(boolean noInit) {} public static RuntimeInfo getDefaultInstance() { return defaultInstance; } public RuntimeInfo getDefaultInstanceForType() { return defaultInstance; } public static final Descriptors.Descriptor getDescriptor() { return Esdbg6Protos.access$8300(); } protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return Esdbg6Protos.access$8400(); } public boolean hasRuntimeID() { return (bitField0_ & 0x1) == 1; } public int getRuntimeID() { return runtimeID_; } public boolean hasHtmlFramePath() { return (bitField0_ & 0x2) == 2; } public String getHtmlFramePath() { Object ref = htmlFramePath_; if ((ref instanceof String)) { return (String)ref; } ByteString bs = (ByteString)ref; String s = bs.toStringUtf8(); if (Internal.isValidUtf8(bs)) { htmlFramePath_ = s; } return s; } private ByteString getHtmlFramePathBytes() { Object ref = htmlFramePath_; if ((ref instanceof String)) { ByteString b = ByteString.copyFromUtf8((String)ref); htmlFramePath_ = b; return b; } return (ByteString)ref; } public boolean hasWindowID() { return (bitField0_ & 0x4) == 4; } public int getWindowID() { return windowID_; } public boolean hasObjectID() { return (bitField0_ & 0x8) == 8; } public int getObjectID() { return objectID_; } public boolean hasUri() { return (bitField0_ & 0x10) == 16; } public String getUri() { Object ref = uri_; if ((ref instanceof String)) { return (String)ref; } ByteString bs = (ByteString)ref; String s = bs.toStringUtf8(); if (Internal.isValidUtf8(bs)) { uri_ = s; } return s; } private ByteString getUriBytes() { Object ref = uri_; if ((ref instanceof String)) Further reading...For more information on Java 1.5 Tiger, you may find Java 1.5 Tiger, A developer's Notebook by D. Flanagan and B. McLaughlin from O'Reilly of interest.New!JAR listings
|