Package | Description |
---|---|
org.netbeans.lib.v8debug |
Modifier and Type | Method and Description |
---|---|
static V8Command |
V8Command.fromString(String commandName) |
V8Command |
V8Request.getCommand() |
V8Command |
V8Response.getCommand() |
static V8Command |
V8Command.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static V8Command[] |
V8Command.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
V8Request(long sequence,
V8Command command,
V8Arguments arguments) |