|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ESDebuggerCommand>
com.opera.core.systems.scope.ESDebuggerCommand
public enum ESDebuggerCommand
This enum maps the commands for the EcmascriptDebugger 6.0.
| Method Summary | |
|---|---|
static ESDebuggerCommand |
get(int code)
|
int |
getCommandID()
Get command id to execute on host, service definitions are available on Scope Interface |
java.lang.String |
getServiceName()
Associates a command id with a service name |
static ESDebuggerCommand |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ESDebuggerCommand[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final ESDebuggerCommand LIST_RUNTIMES
public static final ESDebuggerCommand EVAL
public static final ESDebuggerCommand INSPECT_DOM
public static final ESDebuggerCommand EXAMINE_OBJECTS
public static final ESDebuggerCommand SET_CONFIGURATION
public static final ESDebuggerCommand RELEASE_OBJECTS
public static final ESDebuggerCommand RUNTIME_STARTED
public static final ESDebuggerCommand RUNTIME_STOPPED
public static final ESDebuggerCommand NEW_SCRIPT
public static final ESDebuggerCommand THREAD_STARTED
public static final ESDebuggerCommand THREAD_FINISHED
public static final ESDebuggerCommand THREAD_STOPPED_AT
public static final ESDebuggerCommand HANDLE_EVENT
public static final ESDebuggerCommand OBJECT_SELECTED
public static final ESDebuggerCommand PARSE_ERROR
public static final ESDebuggerCommand DEFAULT
| Method Detail |
|---|
public static ESDebuggerCommand[] values()
for (ESDebuggerCommand c : ESDebuggerCommand.values()) System.out.println(c);
public static ESDebuggerCommand valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is nullpublic int getCommandID()
ICommand
getCommandID in interface ICommandpublic java.lang.String getServiceName()
ICommand
getServiceName in interface ICommandpublic static ESDebuggerCommand get(int code)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||