Package | Description |
---|---|
org.ballerinalang.util.debugger |
Modifier and Type | Method and Description |
---|---|
DebugCommand |
DebugContext.getCurrentCommand() |
static DebugCommand |
DebugCommand.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DebugCommand[] |
DebugCommand.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DebugContext.setCurrentCommand(DebugCommand currentCommand) |
Constructor and Description |
---|
DebugContext(DebugCommand command) |
Copyright © 2018 WSO2. All rights reserved.