| Index: plugins/org.chromium.sdk.wipbackend.wk120709/src-wip-generated/org/chromium/sdk/internal/wip/protocol/input/runtime/RemoteObjectValue.java
|
| diff --git a/plugins/org.chromium.sdk.wipbackend.wk120709/src-wip-generated/org/chromium/sdk/internal/wip/protocol/input/runtime/RemoteObjectValue.java b/plugins/org.chromium.sdk.wipbackend.wk120709/src-wip-generated/org/chromium/sdk/internal/wip/protocol/input/runtime/RemoteObjectValue.java
|
| deleted file mode 100644
|
| index 331a53683138bb632dcf2426b94c127d5be85490..0000000000000000000000000000000000000000
|
| --- a/plugins/org.chromium.sdk.wipbackend.wk120709/src-wip-generated/org/chromium/sdk/internal/wip/protocol/input/runtime/RemoteObjectValue.java
|
| +++ /dev/null
|
| @@ -1,69 +0,0 @@
|
| -// Generated source.
|
| -// Generator: org.chromium.sdk.internal.wip.tools.protocolgenerator.Generator
|
| -// Origin: http://svn.webkit.org/repository/webkit/trunk/Source/WebCore/inspector/Inspector.json@102140
|
| -
|
| -package org.chromium.sdk.internal.wip.protocol.input.runtime;
|
| -
|
| -/**
|
| - Mirror object referencing original JavaScript object.
|
| - */
|
| -@org.chromium.sdk.internal.protocolparser.JsonType
|
| -public interface RemoteObjectValue {
|
| - /**
|
| - Object type.
|
| - */
|
| - Type type();
|
| -
|
| - /**
|
| - Object subtype hint. Specified for <code>object</code> type values only.
|
| - */
|
| - @org.chromium.sdk.internal.protocolparser.JsonOptionalField
|
| - Subtype subtype();
|
| -
|
| - /**
|
| - Object class (constructor) name. Specified for <code>object</code> type values only.
|
| - */
|
| - @org.chromium.sdk.internal.protocolparser.JsonOptionalField
|
| - String className();
|
| -
|
| - /**
|
| - Remote object value (in case of primitive values or JSON values if it was requested).
|
| - */
|
| - @org.chromium.sdk.internal.protocolparser.JsonOptionalField
|
| - @org.chromium.sdk.internal.protocolparser.JsonNullable
|
| - Object value();
|
| -
|
| - /**
|
| - String representation of the object.
|
| - */
|
| - @org.chromium.sdk.internal.protocolparser.JsonOptionalField
|
| - String description();
|
| -
|
| - /**
|
| - Unique object identifier (for non-primitive values).
|
| - */
|
| - @org.chromium.sdk.internal.protocolparser.JsonOptionalField
|
| - String/*See org.chromium.sdk.internal.wip.protocol.common.runtime.RemoteObjectIdTypedef*/ objectId();
|
| -
|
| - /**
|
| - Object type.
|
| - */
|
| - public enum Type {
|
| - OBJECT,
|
| - FUNCTION,
|
| - UNDEFINED,
|
| - STRING,
|
| - NUMBER,
|
| - BOOLEAN,
|
| - }
|
| - /**
|
| - Object subtype hint. Specified for <code>object</code> type values only.
|
| - */
|
| - public enum Subtype {
|
| - ARRAY,
|
| - NULL,
|
| - NODE,
|
| - REGEXP,
|
| - DATE,
|
| - }
|
| -}
|
|
|