Package | Description |
---|---|
g2d.console |
This package contains support for debugging a running jlambda application, such as PLA, NPA, CTA etc.
|
Modifier and Type | Method and Description |
---|---|
static Console.Command |
Console.Command.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Console.Command[] |
Console.Command.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Console.evaluate(Console.Command cmd) |
protected void |
Console.inspect(Console.Command cmd) |
protected java.lang.String |
Console.text4Evaluation(Console.Command cmd) |