public enum V8Command extends Enum<V8Command>
Enum Constant and Description |
---|
Backtrace |
Changebreakpoint |
Changelive |
Clearbreakpoint |
Clearbreakpointgroup |
Continue |
Disconnect |
Evaluate |
Flags |
Frame |
Gc |
Listbreakpoints |
Lookup |
References |
Restartframe |
Scope |
Scopes |
Scripts |
Setbreakpoint |
Setexceptionbreak |
SetVariableValue |
Source |
Suspend |
Threads |
V8flags |
Version |
Modifier and Type | Method and Description |
---|---|
static V8Command |
fromString(String commandName) |
String |
toString() |
static V8Command |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static V8Command[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final V8Command Continue
public static final V8Command Suspend
public static final V8Command Evaluate
public static final V8Command Lookup
public static final V8Command References
public static final V8Command Backtrace
public static final V8Command Frame
public static final V8Command Scope
public static final V8Command Scopes
public static final V8Command Scripts
public static final V8Command Source
public static final V8Command Setbreakpoint
public static final V8Command Changebreakpoint
public static final V8Command Clearbreakpoint
public static final V8Command Clearbreakpointgroup
public static final V8Command Setexceptionbreak
public static final V8Command Threads
public static final V8Command Flags
public static final V8Command V8flags
public static final V8Command Version
public static final V8Command Disconnect
public static final V8Command Gc
public static final V8Command Listbreakpoints
public static final V8Command SetVariableValue
public static final V8Command Restartframe
public static final V8Command Changelive
public static V8Command[] values()
public static V8Command 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 null