Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.9.0)

E52932-01


oracle.jbo.script.debug.client
Enum CommandInterpreter.Commands

java.lang.Object
  extended by java.lang.Enum<CommandInterpreter.Commands>
      extended by oracle.jbo.script.debug.client.CommandInterpreter.Commands

All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<CommandInterpreter.Commands>
Enclosing class:
CommandInterpreter

public static enum CommandInterpreter.Commands
extends java.lang.Enum<CommandInterpreter.Commands>

Valid commands for the interpreter


Enum Constant Summary
classes
           
clear
           
cont
           
down
           
dump
           
eval
           
exit
           
frame
           
help
           
interrupt
           
kill
           
list
           
locals
           
methods
           
monitor
           
next
           
nexti
           
print
           
quit
           
resume
           
sourcepath
           
step
           
stepi
           
stop
           
suspend
           
thread
           
threadgroup
           
threadgroups
           
threads
           
unmonitor
           
up
           
use
           
where
           
wherei
           

 

Method Summary
static CommandInterpreter.Commands valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CommandInterpreter.Commands[] 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

print

public static final CommandInterpreter.Commands print

eval

public static final CommandInterpreter.Commands eval

dump

public static final CommandInterpreter.Commands dump

locals

public static final CommandInterpreter.Commands locals

classes

public static final CommandInterpreter.Commands classes

methods

public static final CommandInterpreter.Commands methods

threads

public static final CommandInterpreter.Commands threads

thread

public static final CommandInterpreter.Commands thread

suspend

public static final CommandInterpreter.Commands suspend

resume

public static final CommandInterpreter.Commands resume

cont

public static final CommandInterpreter.Commands cont

threadgroups

public static final CommandInterpreter.Commands threadgroups

threadgroup

public static final CommandInterpreter.Commands threadgroup

interrupt

public static final CommandInterpreter.Commands interrupt

step

public static final CommandInterpreter.Commands step

stepi

public static final CommandInterpreter.Commands stepi

next

public static final CommandInterpreter.Commands next

nexti

public static final CommandInterpreter.Commands nexti

kill

public static final CommandInterpreter.Commands kill

where

public static final CommandInterpreter.Commands where

wherei

public static final CommandInterpreter.Commands wherei

up

public static final CommandInterpreter.Commands up

down

public static final CommandInterpreter.Commands down

frame

public static final CommandInterpreter.Commands frame

stop

public static final CommandInterpreter.Commands stop

clear

public static final CommandInterpreter.Commands clear

list

public static final CommandInterpreter.Commands list

use

public static final CommandInterpreter.Commands use

sourcepath

public static final CommandInterpreter.Commands sourcepath

monitor

public static final CommandInterpreter.Commands monitor

unmonitor

public static final CommandInterpreter.Commands unmonitor

help

public static final CommandInterpreter.Commands help

quit

public static final CommandInterpreter.Commands quit

exit

public static final CommandInterpreter.Commands exit

Method Detail

values

public static CommandInterpreter.Commands[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (CommandInterpreter.Commands c : CommandInterpreter.Commands.values())
    System.out.println(c);
Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static CommandInterpreter.Commands valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.9.0)

E52932-01


Copyright © 1997, 2015, Oracle. All rights reserved.