public enum EcmascriptDebuggerMessage extends Enum<EcmascriptDebuggerMessage> implements Message
| Enum Constant and Description |
|---|
DEFAULT |
EVAL |
EXAMINE_OBJECTS |
HANDLE_EVENT |
INSPECT_DOM |
LIST_RUNTIMES |
NEW_SCRIPT |
OBJECT_SELECTED |
PARSE_ERROR |
RELEASE_OBJECTS |
RUNTIME_STARTED |
RUNTIME_STOPPED |
SET_CONFIGURATION |
THREAD_FINISHED |
THREAD_STARTED |
THREAD_STOPPED_AT |
| Modifier and Type | Method and Description |
|---|---|
static EcmascriptDebuggerMessage |
get(int code) |
int |
getID()
Get command id to execute on host, service definitions are available on Scope Interface
|
String |
getServiceName()
Associates a command id with a service name
|
static EcmascriptDebuggerMessage |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EcmascriptDebuggerMessage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EcmascriptDebuggerMessage LIST_RUNTIMES
public static final EcmascriptDebuggerMessage EVAL
public static final EcmascriptDebuggerMessage INSPECT_DOM
public static final EcmascriptDebuggerMessage EXAMINE_OBJECTS
public static final EcmascriptDebuggerMessage SET_CONFIGURATION
public static final EcmascriptDebuggerMessage RELEASE_OBJECTS
public static final EcmascriptDebuggerMessage RUNTIME_STARTED
public static final EcmascriptDebuggerMessage RUNTIME_STOPPED
public static final EcmascriptDebuggerMessage NEW_SCRIPT
public static final EcmascriptDebuggerMessage THREAD_STARTED
public static final EcmascriptDebuggerMessage THREAD_FINISHED
public static final EcmascriptDebuggerMessage THREAD_STOPPED_AT
public static final EcmascriptDebuggerMessage HANDLE_EVENT
public static final EcmascriptDebuggerMessage OBJECT_SELECTED
public static final EcmascriptDebuggerMessage PARSE_ERROR
public static final EcmascriptDebuggerMessage DEFAULT
public static EcmascriptDebuggerMessage[] values()
for (EcmascriptDebuggerMessage c : EcmascriptDebuggerMessage.values()) System.out.println(c);
public static EcmascriptDebuggerMessage valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullpublic int getID()
Messagepublic String getServiceName()
MessagegetServiceName in interface Messagepublic static EcmascriptDebuggerMessage get(int code)
Copyright © 2013. All Rights Reserved.