Serialized Form


Package com.opera.core.systems.model

Class com.opera.core.systems.model.OperaColor extends Color implements Serializable

Serialized Fields

id

int id

lowRed

Integer lowRed

highRed

Integer highRed

lowGreen

Integer lowGreen

highGreen

Integer highGreen

lowBlue

Integer lowBlue

highBlue

Integer highBlue

Package com.opera.core.systems.runner

Class com.opera.core.systems.runner.OperaRunnerException extends RuntimeException implements Serializable


Package com.opera.core.systems.runner.launcher

Class com.opera.core.systems.runner.launcher.OperaLauncherProtos.LauncherHandshakeRequest extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.runner.launcher.OperaLauncherProtos.LauncherHandshakeResponse extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

identifier_

Object identifier_

device_

Object device_

platform_

Object platform_

configuration_

Object configuration_

logmessages_

com.google.protobuf.LazyStringList logmessages_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.runner.launcher.OperaLauncherProtos.LauncherScreenshotRequest extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

knownMD5S_

com.google.protobuf.LazyStringList knownMD5S_

knownMD5STimeoutMs_

int knownMD5STimeoutMs_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.runner.launcher.OperaLauncherProtos.LauncherScreenshotResponse extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

md5_

Object md5_

format_

Object format_

width_

int width_

height_

int height_

imagedata_

com.google.protobuf.ByteString imagedata_

blank_

boolean blank_

logmessages_

com.google.protobuf.LazyStringList logmessages_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.runner.launcher.OperaLauncherProtos.LauncherStartRequest extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.runner.launcher.OperaLauncherProtos.LauncherStatusRequest extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

processid_

int processid_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.runner.launcher.OperaLauncherProtos.LauncherStatusResponse extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

status_

OperaLauncherProtos.LauncherStatusResponse.StatusType status_

exitcode_

int exitcode_

crashlog_

com.google.protobuf.ByteString crashlog_

logmessages_

com.google.protobuf.LazyStringList logmessages_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.runner.launcher.OperaLauncherProtos.LauncherStopRequest extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Package com.opera.core.systems.scope.exceptions

Class com.opera.core.systems.scope.exceptions.CommunicationException extends org.openqa.selenium.WebDriverException implements Serializable

Class com.opera.core.systems.scope.exceptions.FatalException extends org.openqa.selenium.WebDriverException implements Serializable

serialVersionUID: 3834561306215527454L

Class com.opera.core.systems.scope.exceptions.ResponseNotReceivedException extends org.openqa.selenium.WebDriverException implements Serializable

serialVersionUID: 1L

Class com.opera.core.systems.scope.exceptions.WindowLoadedException extends org.openqa.selenium.WebDriverException implements Serializable

serialVersionUID: 1L

Class com.opera.core.systems.scope.exceptions.WindowNotFoundException extends org.openqa.selenium.WebDriverException implements Serializable

serialVersionUID: 1L


Package com.opera.core.systems.scope.protos

Class com.opera.core.systems.scope.protos.ConsoleLoggerProtos.ConsoleMessage extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

windowID_

int windowID_

time_

int time_

description_

Object description_

uri_

Object uri_

context_

Object context_

source_

Object source_

severity_

Object severity_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.CookieMngProtos.Cookie extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

domain_

Object domain_

path_

Object path_

name_

Object name_

value_

Object value_

expires_

int expires_

isSecure_

boolean isSecure_

isHTTPOnly_

boolean isHTTPOnly_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.CookieMngProtos.CookieList extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

cookieList_

List<E> cookieList_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.CookieMngProtos.CookieSettings extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

maxCookies_

int maxCookies_

maxCookiesPerDomain_

int maxCookiesPerDomain_

maxCookieLength_

int maxCookieLength_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.CookieMngProtos.GetCookieArg extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

domain_

Object domain_

path_

Object path_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.CookieMngProtos.RemoveCookieArg extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

domain_

Object domain_

path_

Object path_

name_

Object name_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.CoreProtos.BrowserInformation extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

coreVersion_

Object coreVersion_

operatingSystem_

Object operatingSystem_

product_

Object product_

binaryPath_

Object binaryPath_

userAgent_

Object userAgent_

processID_

int processID_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.CoreProtos.ClearPrivateDataArg extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

clearList_

List<E> clearList_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.DesktopUtilsProtos.DesktopPath extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

path_

Object path_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.DesktopUtilsProtos.DesktopPid extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

pid_

int pid_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.DesktopUtilsProtos.DesktopStringID extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

enumText_

Object enumText_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.DesktopUtilsProtos.DesktopStringText extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

text_

Object text_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.DesktopWmProtos.DesktopWindowID extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

windowID_

int windowID_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.DesktopWmProtos.DesktopWindowInfo extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

windowID_

int windowID_

title_

Object title_

name_

Object name_

windowType_

DesktopWmProtos.DesktopWindowInfo.DesktopWindowType windowType_

onScreen_

boolean onScreen_

state_

DesktopWmProtos.DesktopWindowInfo.DesktopWindowState state_

rect_

DesktopWmProtos.DesktopWindowRect rect_

active_

boolean active_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.DesktopWmProtos.DesktopWindowList extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

windowList_

List<E> windowList_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.DesktopWmProtos.DesktopWindowRect extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

x_

int x_

y_

int y_

width_

int width_

height_

int height_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.DesktopWmProtos.QuickMenuID extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

menuName_

Object menuName_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.DesktopWmProtos.QuickMenuInfo extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

menuId_

DesktopWmProtos.QuickMenuID menuId_

rect_

DesktopWmProtos.DesktopWindowRect rect_

windowId_

DesktopWmProtos.DesktopWindowID windowId_

menuItemList_

List<E> menuItemList_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.DesktopWmProtos.QuickMenuItemID extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

menuText_

Object menuText_

popupMenu_

boolean popupMenu_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.DesktopWmProtos.QuickMenuItemInfo extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

text_

Object text_

action_

Object action_

submenu_

Object submenu_

actionParam_

Object actionParam_

row_

int row_

shortcutLetter_

Object shortcutLetter_

shortcut_

Object shortcut_

rect_

DesktopWmProtos.DesktopWindowRect rect_

enabled_

boolean enabled_

checked_

boolean checked_

bold_

boolean bold_

separator_

boolean separator_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.DesktopWmProtos.QuickMenuList extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

menuList_

List<E> menuList_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.DesktopWmProtos.QuickWidgetInfo extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

name_

Object name_

type_

DesktopWmProtos.QuickWidgetInfo.QuickWidgetType type_

visible_

boolean visible_

text_

Object text_

value_

int value_

enabled_

boolean enabled_

defaultLook_

boolean defaultLook_

focusedLook_

boolean focusedLook_

rect_

DesktopWmProtos.DesktopWindowRect rect_

parent_

Object parent_

row_

int row_

col_

int col_

visibleText_

Object visibleText_

additionalText_

Object additionalText_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.DesktopWmProtos.QuickWidgetInfoList extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

quickwidgetList_

List<E> quickwidgetList_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.DesktopWmProtos.QuickWidgetSearch extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

windowID_

DesktopWmProtos.DesktopWindowID windowID_

searchType_

DesktopWmProtos.QuickWidgetSearch.QuickWidgetSearchType searchType_

data_

Object data_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.EcmascriptProtos.EvalArg extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

runtimeID_

int runtimeID_

scriptData_

Object scriptData_

variableList_

List<E> variableList_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.EcmascriptProtos.EvalArg.Variable extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

name_

Object name_

objectID_

int objectID_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.EcmascriptProtos.EvalResult extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

status_

EcmascriptProtos.EvalResult.Status status_

value_

EcmascriptProtos.Value value_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.EcmascriptProtos.ExamineObjectsArg extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

runtimeID_

int runtimeID_

objectIDList_

List<E> objectIDList_

examinePrototypes_

boolean examinePrototypes_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.EcmascriptProtos.ListRuntimesArg extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

runtimeIDList_

List<E> runtimeIDList_

create_

boolean create_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.EcmascriptProtos.Object extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

objectID_

int objectID_

isCallable_

boolean isCallable_

type_

EcmascriptProtos.Object.ObjectType type_

prototypeID_

int prototypeID_

className_

Object className_

functionName_

Object functionName_

propertyList_

List<E> propertyList_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.EcmascriptProtos.Object.Property extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

name_

Object name_

value_

EcmascriptProtos.Value value_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.EcmascriptProtos.ObjectList extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

prototypeList_

List<E> prototypeList_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.EcmascriptProtos.PrototypeChain extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

objectList_

List<E> objectList_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.EcmascriptProtos.ReadyStateChange extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

runtimeID_

int runtimeID_

state_

EcmascriptProtos.ReadyStateChange.State state_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.EcmascriptProtos.ReleaseObjectsArg extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

objectIDList_

List<E> objectIDList_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.EcmascriptProtos.Runtime extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

runtimeID_

int runtimeID_

htmlFramePath_

Object htmlFramePath_

windowID_

int windowID_

objectID_

int objectID_

uri_

Object uri_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.EcmascriptProtos.RuntimeList extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

runtimeList_

List<E> runtimeList_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.EcmascriptProtos.Value extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

type_

EcmascriptProtos.Value.Type type_

number_

double number_

str_

Object str_

object_

EcmascriptProtos.Object object_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrame extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

functionID_

int functionID_

argumentObject_

int argumentObject_

variableObject_

int variableObject_

thisObject_

int thisObject_

objectValue_

Esdbg6Protos.ObjectValue objectValue_

scriptID_

int scriptID_

lineNumber_

int lineNumber_

scopeList_

List<E> scopeList_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceFrameList extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

frameList_

List<E> frameList_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.Esdbg6Protos.BacktraceSelection extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

runtimeID_

int runtimeID_

threadID_

int threadID_

maxFrames_

int maxFrames_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.Esdbg6Protos.Breakpoint extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

breakpointID_

int breakpointID_

scriptID_

int scriptID_

lineNumber_

int lineNumber_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.Esdbg6Protos.BreakpointID extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

breakpointID_

int breakpointID_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.Esdbg6Protos.BreakSelection extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

runtimeID_

int runtimeID_

threadID_

int threadID_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.Esdbg6Protos.Configuration extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

stopAtScript_

boolean stopAtScript_

stopAtException_

boolean stopAtException_

stopAtError_

boolean stopAtError_

stopAtAbort_

boolean stopAtAbort_

stopAtGc_

boolean stopAtGc_

stopAtDebuggerStatement_

boolean stopAtDebuggerStatement_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleLogInfo extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

runtimeID_

int runtimeID_

type_

int type_

valueList_

List<E> valueList_

position_

Esdbg6Protos.Position position_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleLogInfo.Value extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

value_

Object value_

objectValue_

Esdbg6Protos.ObjectValue objectValue_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleProfileEndInfo extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

runtimeID_

int runtimeID_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleProfileInfo extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

runtimeID_

int runtimeID_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleTimeEndInfo extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

runtimeID_

int runtimeID_

title_

Object title_

elapsed_

int elapsed_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleTimeInfo extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

runtimeID_

int runtimeID_

title_

Object title_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.Esdbg6Protos.ConsoleTraceInfo extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

runtimeID_

int runtimeID_

frameList_

List<E> frameList_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.Esdbg6Protos.CssElementSelection extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

runtimeID_

int runtimeID_

objectID_

int objectID_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.Esdbg6Protos.CssIndexMap extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

nameList_

com.google.protobuf.LazyStringList nameList_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

computedStyleList_

com.google.protobuf.LazyStringList computedStyleList_

nodeStyleList_

List<E> nodeStyleList_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

objectID_

int objectID_

elementName_

Object elementName_

styleList_

List<E> styleList_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.Esdbg6Protos.CssStyleDeclarations.NodeStyle.StyleDeclaration extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

origin_

int origin_

indexList_

List<E> indexList_

valueList_

com.google.protobuf.LazyStringList valueList_

priorityList_

List<E> priorityList_

statusList_

List<E> statusList_

selector_

Object selector_

specificity_

int specificity_

stylesheetID_

int stylesheetID_

ruleID_

int ruleID_

ruleType_

int ruleType_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetList extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

stylesheetList_

List<E> stylesheetList_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetList.Stylesheet extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

objectID_

int objectID_

isDisabled_

boolean isDisabled_

href_

Object href_

title_

Object title_

type_

Object type_

mediaList_

com.google.protobuf.LazyStringList mediaList_

ownerNodeID_

int ownerNodeID_

ownerRuleID_

int ownerRuleID_

parentStylesheetID_

int parentStylesheetID_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

ruleList_

List<E> ruleList_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetRules.StylesheetRule extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

type_

int type_

stylesheetID_

int stylesheetID_

ruleID_

int ruleID_

indexList_

List<E> indexList_

valueList_

com.google.protobuf.LazyStringList valueList_

priorityList_

List<E> priorityList_

selectorList_

com.google.protobuf.LazyStringList selectorList_

specificityList_

List<E> specificityList_

mediaList_

com.google.protobuf.LazyStringList mediaList_

ruleList_

List<E> ruleList_

href_

Object href_

importStylesheetID_

int importStylesheetID_

pseudoClass_

int pseudoClass_

charset_

Object charset_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.Esdbg6Protos.CssStylesheetSelection extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

runtimeID_

int runtimeID_

stylesheetID_

int stylesheetID_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.Esdbg6Protos.DomEvent extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

objectID_

int objectID_

handlerID_

int handlerID_

eventType_

Object eventType_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.Esdbg6Protos.DomParseError extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

runtimeID_

int runtimeID_

scriptID_

int scriptID_

lineNumber_

int lineNumber_

offset_

int offset_

context_

Object context_

description_

Object description_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.Esdbg6Protos.DomTraversal extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

objectID_

int objectID_

traversal_

Object traversal_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.Esdbg6Protos.EvalData extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

runtimeID_

int runtimeID_

threadID_

int threadID_

frameIndex_

int frameIndex_

scriptData_

Object scriptData_

variableList_

List<E> variableList_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.Esdbg6Protos.EvalData.Variable extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

name_

Object name_

objectID_

int objectID_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.Esdbg6Protos.EvalResult extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

status_

Object status_

type_

Object type_

value_

Object value_

objectValue_

Esdbg6Protos.ObjectValue objectValue_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.Esdbg6Protos.EventBreakpoint extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

breakpointID_

int breakpointID_

eventType_

Object eventType_

windowID_

int windowID_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.Esdbg6Protos.EventHandler extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

handlerID_

int handlerID_

objectID_

int objectID_

namespace_

Object namespace_

eventType_

Object eventType_

preventDefaultHandler_

boolean preventDefaultHandler_

stopPropagation_

boolean stopPropagation_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.Esdbg6Protos.EventHandlerID extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

handlerID_

int handlerID_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.Esdbg6Protos.ExamineList extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

runtimeID_

int runtimeID_

objectList_

List<E> objectList_

examinePrototypes_

boolean examinePrototypes_

skipNonenumerables_

boolean skipNonenumerables_

filterProperties_

boolean filterProperties_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.Esdbg6Protos.FrameSelection extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

runtimeID_

int runtimeID_

threadID_

int threadID_

frameID_

int frameID_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

objectID_

int objectID_

type_

int type_

name_

Object name_

depth_

int depth_

namespacePrefix_

Object namespacePrefix_

attributeList_

List<E> attributeList_

childrenLength_

int childrenLength_

value_

Object value_

publicID_

Object publicID_

systemID_

Object systemID_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.Esdbg6Protos.NodeInfo.Attribute extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

namePrefix_

Object namePrefix_

name_

Object name_

value_

Object value_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.Esdbg6Protos.NodeList extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

nodeList_

List<E> nodeList_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectChainList extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

objectChainList_

List<E> objectChainList_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

value_

Esdbg6Protos.ObjectValue value_

propertyList_

List<E> propertyList_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectInfo.Property extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

name_

Object name_

type_

Object type_

value_

Object value_

objectValue_

Esdbg6Protos.ObjectValue objectValue_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectList extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

objectList_

List<E> objectList_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectSelection extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

objectID_

int objectID_

windowID_

int windowID_

runtimeID_

int runtimeID_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.Esdbg6Protos.ObjectValue extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

objectID_

int objectID_

isCallable_

boolean isCallable_

type_

Object type_

prototypeID_

int prototypeID_

className_

Object className_

functionName_

Object functionName_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.Esdbg6Protos.Position extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

scriptID_

int scriptID_

lineNumber_

int lineNumber_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

classMaskList_

List<E> classMaskList_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

className_

Object className_

propertyMaskList_

List<E> propertyMaskList_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.Esdbg6Protos.PropertyFilter.ClassMask.PropertyMask extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

name_

Object name_

type_

int type_

boolean_

boolean boolean_

number_

int number_

string_

Object string_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.Esdbg6Protos.ReadyStateInfo extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

runtimeID_

int runtimeID_

state_

int state_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.Esdbg6Protos.ReleaseObjectsArg extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

objectList_

List<E> objectList_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeID extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

runtimeID_

int runtimeID_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeInfo extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

runtimeID_

int runtimeID_

htmlFramePath_

Object htmlFramePath_

windowID_

int windowID_

objectID_

int objectID_

uri_

Object uri_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeList extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

runtimeList_

List<E> runtimeList_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.Esdbg6Protos.RuntimeSelection extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

runtimeList_

List<E> runtimeList_

allRuntimes_

boolean allRuntimes_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.Esdbg6Protos.ScriptInfo extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

runtimeID_

int runtimeID_

scriptID_

int scriptID_

scriptType_

Object scriptType_

scriptData_

Object scriptData_

uri_

Object uri_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.Esdbg6Protos.SetPropertyFilterArg extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

propertyFilter_

Esdbg6Protos.PropertyFilter propertyFilter_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

objectID_

int objectID_

scrollIntoView_

boolean scrollIntoView_

boxList_

List<E> boxList_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObject.SpotlightBox extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

boxType_

int boxType_

fillColor_

int fillColor_

frameColor_

int frameColor_

gridColor_

int gridColor_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightObjectSelection extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

objectID_

int objectID_

scrollIntoView_

boolean scrollIntoView_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.Esdbg6Protos.SpotlightSelection extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

spotlightObjectList_

List<E> spotlightObjectList_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadInfo extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

runtimeID_

int runtimeID_

threadID_

int threadID_

parentThreadID_

int parentThreadID_

threadType_

Object threadType_

eventNamespace_

Object eventNamespace_

eventType_

Object eventType_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadMode extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

runtimeID_

int runtimeID_

threadID_

int threadID_

mode_

Object mode_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadResult extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

runtimeID_

int runtimeID_

threadID_

int threadID_

status_

Object status_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.Esdbg6Protos.ThreadStopInfo extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

runtimeID_

int runtimeID_

threadID_

int threadID_

scriptID_

int scriptID_

lineNumber_

int lineNumber_

stoppedReason_

Object stoppedReason_

breakpointID_

int breakpointID_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.EsdbgProtos.BacktraceFrame extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

functionID_

int functionID_

argumentObject_

int argumentObject_

variableObject_

int variableObject_

thisObject_

int thisObject_

objectValue_

EsdbgProtos.ObjectValue objectValue_

scriptID_

int scriptID_

lineNumber_

int lineNumber_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.EsdbgProtos.BacktraceFrameList extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

frameList_

List<E> frameList_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.EsdbgProtos.BacktraceSelection extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

runtimeID_

int runtimeID_

threadID_

int threadID_

maxFrames_

int maxFrames_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.EsdbgProtos.BreakpointID extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

breakpointID_

int breakpointID_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.EsdbgProtos.BreakpointPosition extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

breakpointID_

int breakpointID_

type_

Object type_

scriptID_

int scriptID_

lineNumber_

int lineNumber_

eventType_

Object eventType_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.EsdbgProtos.BreakSelection extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

runtimeID_

int runtimeID_

threadID_

int threadID_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.EsdbgProtos.Configuration extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

stopAtScript_

boolean stopAtScript_

stopAtException_

boolean stopAtException_

stopAtError_

boolean stopAtError_

stopAtAbort_

boolean stopAtAbort_

stopAtGc_

boolean stopAtGc_

stopAtDebuggerStatement_

boolean stopAtDebuggerStatement_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.EsdbgProtos.CssElementSelection extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

runtimeID_

int runtimeID_

objectID_

int objectID_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.EsdbgProtos.CssIndexMap extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

nameList_

com.google.protobuf.LazyStringList nameList_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.EsdbgProtos.CssStyleDeclarations extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

computedStyleList_

com.google.protobuf.LazyStringList computedStyleList_

nodeStyleList_

List<E> nodeStyleList_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.EsdbgProtos.CssStyleDeclarations.NodeStyle extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

objectID_

int objectID_

elementName_

Object elementName_

styleList_

List<E> styleList_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.EsdbgProtos.CssStyleDeclarations.NodeStyle.StyleDeclaration extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

origin_

int origin_

indexList_

List<E> indexList_

valueList_

com.google.protobuf.LazyStringList valueList_

priorityList_

List<E> priorityList_

statusList_

List<E> statusList_

selector_

Object selector_

specificity_

int specificity_

stylesheetID_

int stylesheetID_

ruleID_

int ruleID_

ruleType_

int ruleType_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetList extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

stylesheetList_

List<E> stylesheetList_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetList.Stylesheet extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

objectID_

int objectID_

isDisabled_

boolean isDisabled_

href_

Object href_

title_

Object title_

type_

Object type_

mediaList_

com.google.protobuf.LazyStringList mediaList_

ownerNodeID_

int ownerNodeID_

ownerRuleID_

int ownerRuleID_

parentStylesheetID_

int parentStylesheetID_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetRules extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

ruleList_

List<E> ruleList_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetRules.StylesheetRule extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

type_

int type_

stylesheetID_

int stylesheetID_

ruleID_

int ruleID_

indexList_

List<E> indexList_

valueList_

com.google.protobuf.LazyStringList valueList_

priorityList_

List<E> priorityList_

selectorList_

com.google.protobuf.LazyStringList selectorList_

specificityList_

List<E> specificityList_

mediaList_

com.google.protobuf.LazyStringList mediaList_

ruleList_

List<E> ruleList_

href_

Object href_

importStylesheetID_

int importStylesheetID_

pseudoClass_

int pseudoClass_

charset_

Object charset_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.EsdbgProtos.CssStylesheetSelection extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

runtimeID_

int runtimeID_

stylesheetID_

int stylesheetID_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.EsdbgProtos.DomEvent extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

objectID_

int objectID_

handlerID_

int handlerID_

eventType_

Object eventType_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.EsdbgProtos.DomParseError extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

runtimeID_

int runtimeID_

scriptID_

int scriptID_

lineNumber_

int lineNumber_

offset_

int offset_

context_

Object context_

description_

Object description_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.EsdbgProtos.DomTraversal extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

objectID_

int objectID_

traversal_

Object traversal_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.EsdbgProtos.EvalData extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

runtimeID_

int runtimeID_

threadID_

int threadID_

frameIndex_

int frameIndex_

scriptData_

Object scriptData_

variableList_

List<E> variableList_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.EsdbgProtos.EvalData.Variable extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

name_

Object name_

objectID_

int objectID_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.EsdbgProtos.EvalResult extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

status_

Object status_

type_

Object type_

value_

Object value_

objectValue_

EsdbgProtos.ObjectValue objectValue_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.EsdbgProtos.EventHandler extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

handlerID_

int handlerID_

objectID_

int objectID_

namespace_

Object namespace_

eventType_

Object eventType_

preventDefaultHandler_

boolean preventDefaultHandler_

stopPropagation_

boolean stopPropagation_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.EsdbgProtos.EventHandlerID extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

handlerID_

int handlerID_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.EsdbgProtos.ExamineList extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

runtimeID_

int runtimeID_

objectList_

List<E> objectList_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.EsdbgProtos.FrameSelection extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

runtimeID_

int runtimeID_

threadID_

int threadID_

frameID_

int frameID_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.EsdbgProtos.NodeInfo extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

objectID_

int objectID_

type_

int type_

name_

Object name_

depth_

int depth_

namespacePrefix_

Object namespacePrefix_

attributeList_

List<E> attributeList_

childrenLength_

int childrenLength_

value_

Object value_

publicID_

Object publicID_

systemID_

Object systemID_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.EsdbgProtos.NodeInfo.Attribute extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

namePrefix_

Object namePrefix_

name_

Object name_

value_

Object value_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.EsdbgProtos.NodeList extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

nodeList_

List<E> nodeList_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.EsdbgProtos.ObjectInfo extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

value_

EsdbgProtos.ObjectValue value_

propertyList_

List<E> propertyList_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.EsdbgProtos.ObjectInfo.Property extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

name_

Object name_

type_

Object type_

value_

Object value_

objectValue_

EsdbgProtos.ObjectValue objectValue_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.EsdbgProtos.ObjectList extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

objectList_

List<E> objectList_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.EsdbgProtos.ObjectSelection extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

objectID_

int objectID_

windowID_

int windowID_

runtimeID_

int runtimeID_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.EsdbgProtos.ObjectValue extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

objectID_

int objectID_

isCallable_

boolean isCallable_

isFunction_

boolean isFunction_

type_

Object type_

prototypeID_

int prototypeID_

name_

Object name_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.EsdbgProtos.RuntimeID extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

runtimeID_

int runtimeID_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.EsdbgProtos.RuntimeInfo extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

runtimeID_

int runtimeID_

htmlFramePath_

Object htmlFramePath_

windowID_

int windowID_

objectID_

int objectID_

uri_

Object uri_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.EsdbgProtos.RuntimeList extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

runtimeList_

List<E> runtimeList_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.EsdbgProtos.RuntimeSelection extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

runtimeList_

List<E> runtimeList_

allRuntimes_

boolean allRuntimes_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.EsdbgProtos.ScriptInfo extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

runtimeID_

int runtimeID_

scriptID_

int scriptID_

scriptType_

Object scriptType_

scriptData_

Object scriptData_

uri_

Object uri_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.EsdbgProtos.SpotlightObject extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

objectID_

int objectID_

scrollIntoView_

boolean scrollIntoView_

boxList_

List<E> boxList_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.EsdbgProtos.SpotlightObject.SpotlightBox extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

boxType_

int boxType_

fillColor_

int fillColor_

frameColor_

int frameColor_

gridColor_

int gridColor_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.EsdbgProtos.SpotlightObjectSelection extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

objectID_

int objectID_

scrollIntoView_

boolean scrollIntoView_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.EsdbgProtos.SpotlightSelection extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

spotlightObjectList_

List<E> spotlightObjectList_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.EsdbgProtos.ThreadInfo extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

runtimeID_

int runtimeID_

threadID_

int threadID_

parentThreadID_

int parentThreadID_

threadType_

Object threadType_

eventNamespace_

Object eventNamespace_

eventType_

Object eventType_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.EsdbgProtos.ThreadMode extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

runtimeID_

int runtimeID_

threadID_

int threadID_

mode_

Object mode_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.EsdbgProtos.ThreadResult extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

runtimeID_

int runtimeID_

threadID_

int threadID_

status_

Object status_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.EsdbgProtos.ThreadStopInfo extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

runtimeID_

int runtimeID_

threadID_

int threadID_

scriptID_

int scriptID_

lineNumber_

int lineNumber_

stoppedReason_

Object stoppedReason_

breakpointID_

int breakpointID_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.ExecProtos.ActionInfoList extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

actionInfoList_

List<E> actionInfoList_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.ExecProtos.ActionInfoList.ActionInfo extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

name_

Object name_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.ExecProtos.ActionList extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

actionList_

List<E> actionList_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.ExecProtos.ActionList.Action extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

name_

Object name_

value_

Object value_

windowID_

int windowID_

data_

int data_

stringParam_

Object stringParam_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.ExecProtos.Area extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

x_

int x_

y_

int y_

w_

int w_

h_

int h_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.ExecProtos.MouseAction extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

windowID_

int windowID_

x_

int x_

y_

int y_

buttonAction_

int buttonAction_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.ExecProtos.ScreenWatcher extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

timeOut_

int timeOut_

area_

ExecProtos.Area area_

md5List_

com.google.protobuf.LazyStringList md5List_

windowID_

int windowID_

colorSpecList_

List<E> colorSpecList_

includeImage_

boolean includeImage_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.ExecProtos.ScreenWatcher.ColorSpec extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

id_

int id_

redLow_

int redLow_

redHigh_

int redHigh_

greenLow_

int greenLow_

greenHigh_

int greenHigh_

blueLow_

int blueLow_

blueHigh_

int blueHigh_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.ExecProtos.ScreenWatcherResult extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

windowID_

int windowID_

md5_

Object md5_

png_

com.google.protobuf.ByteString png_

colorMatchList_

List<E> colorMatchList_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.ExecProtos.ScreenWatcherResult.ColorMatch extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

id_

int id_

count_

int count_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.HttpLoggerProtos.Header extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

requestID_

int requestID_

windowID_

int windowID_

time_

Object time_

header_

Object header_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.PrefsProtos.GetPrefArg extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

section_

Object section_

key_

Object key_

mode_

PrefsProtos.GetPrefArg.Mode mode_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.PrefsProtos.ListPrefsArg extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

sort_

boolean sort_

section_

Object section_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.PrefsProtos.Pref extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

type_

PrefsProtos.Pref.Type type_

section_

Object section_

key_

Object key_

value_

Object value_

enabled_

boolean enabled_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.PrefsProtos.PrefList extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

prefList_

List<E> prefList_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.PrefsProtos.PrefValue extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

value_

Object value_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.PrefsProtos.SetPrefArg extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

section_

Object section_

key_

Object key_

value_

Object value_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.ScopeProtos.ClientInfo extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

format_

Object format_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.ScopeProtos.CommandInfo extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

name_

Object name_

number_

int number_

messageID_

int messageID_

responseID_

int responseID_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.ScopeProtos.ErrorInfo extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

description_

Object description_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.ScopeProtos.EventInfo extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

name_

Object name_

number_

int number_

messageID_

int messageID_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.ScopeProtos.HostInfo extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

stpVersion_

int stpVersion_

coreVersion_

Object coreVersion_

platform_

Object platform_

operatingSystem_

Object operatingSystem_

userAgent_

Object userAgent_

serviceList_

List<E> serviceList_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.ScopeProtos.MessageInfo extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

id_

int id_

name_

Object name_

fieldList_

List<E> fieldList_

parentID_

int parentID_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.ScopeProtos.MessageInfo.FieldInfo extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

name_

Object name_

type_

int type_

number_

int number_

quantifier_

int quantifier_

messageID_

int messageID_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.ScopeProtos.MessageInfoList extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

messageList_

List<E> messageList_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.ScopeProtos.MessageSelection extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

serviceName_

Object serviceName_

idList_

List<E> idList_

includeRelated_

boolean includeRelated_

includeAll_

boolean includeAll_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.ScopeProtos.Service extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

name_

Object name_

version_

Object version_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.ScopeProtos.ServiceInfo extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

commandList_

List<E> commandList_

eventList_

List<E> eventList_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.ScopeProtos.ServiceList extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

serviceList_

com.google.protobuf.LazyStringList serviceList_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.ScopeProtos.ServiceResult extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

name_

Object name_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.ScopeProtos.ServiceSelection extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

name_

Object name_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.SelftestProtos.RunModulesArg extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

moduleList_

com.google.protobuf.LazyStringList moduleList_

outputType_

SelftestProtos.RunModulesArg.OutputType outputType_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.SelftestProtos.SelftestOutput extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

output_

Object output_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.SystemInputProtos.KeyPressInfo extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

key_

Object key_

modifier_

int modifier_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.SystemInputProtos.MouseInfo extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

x_

int x_

y_

int y_

button_

SystemInputProtos.MouseInfo.MouseButton button_

numClicks_

int numClicks_

modifier_

int modifier_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.UmsProtos.Command extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

service_

Object service_

commandID_

int commandID_

format_

int format_

tag_

int tag_

payload_

com.google.protobuf.ByteString payload_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.UmsProtos.Error extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

service_

Object service_

commandID_

int commandID_

format_

int format_

status_

int status_

tag_

int tag_

payload_

com.google.protobuf.ByteString payload_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.UmsProtos.ErrorInfo extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

description_

Object description_

line_

int line_

column_

int column_

offset_

int offset_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.UmsProtos.Event extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

service_

Object service_

commandID_

int commandID_

format_

int format_

payload_

com.google.protobuf.ByteString payload_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.UmsProtos.Response extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

service_

Object service_

commandID_

int commandID_

format_

int format_

tag_

int tag_

payload_

com.google.protobuf.ByteString payload_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.UmsProtos.TransportMessage extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

service_

Object service_

commandID_

int commandID_

format_

int format_

status_

int status_

tag_

int tag_

payload_

com.google.protobuf.ByteString payload_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.WmProtos.CloseWindowArg extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

windowID_

int windowID_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.WmProtos.CreateWindowArg extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

windowType_

Object windowType_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.WmProtos.ModifyTypeFilterArg extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

mode_

Object mode_

typeList_

com.google.protobuf.LazyStringList typeList_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.WmProtos.OpenURLArg extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

windowID_

int windowID_

url_

Object url_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.WmProtos.WindowFilter extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

clearFilter_

boolean clearFilter_

includeIDList_

List<E> includeIDList_

includePatternList_

com.google.protobuf.LazyStringList includePatternList_

excludeIDList_

List<E> excludeIDList_

excludePatternList_

com.google.protobuf.LazyStringList excludePatternList_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.WmProtos.WindowID extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

windowID_

int windowID_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.WmProtos.WindowInfo extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

windowID_

int windowID_

title_

Object title_

windowType_

Object windowType_

openerID_

int openerID_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class com.opera.core.systems.scope.protos.WmProtos.WindowList extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

windowList_

List<E> windowList_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize



Copyright © 2012. All Rights Reserved.