|
GNU Prolog for Java | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Object extended by java.lang.Enum<Tracer.TraceLevel> extended by gnu.prolog.vm.interpreter.Tracer.TraceLevel
public static enum Tracer.TraceLevel
Different trace levels
| Enum Constant Summary | |
|---|---|
CALL
|
|
EXIT
|
|
FAIL
|
|
REDO
|
|
| Method Summary | |
|---|---|
static EnumSet<Tracer.TraceLevel> |
fromString(String lvl)
Convert a string to an enum set |
static Tracer.TraceLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Tracer.TraceLevel[] |
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 |
|---|
public static final Tracer.TraceLevel CALL
public static final Tracer.TraceLevel REDO
public static final Tracer.TraceLevel EXIT
public static final Tracer.TraceLevel FAIL
| Method Detail |
|---|
public static Tracer.TraceLevel[] values()
for (Tracer.TraceLevel c : Tracer.TraceLevel.values()) System.out.println(c);
public static Tracer.TraceLevel valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic static EnumSet<Tracer.TraceLevel> fromString(String lvl)
lvl -
|
GNU Prolog for Java | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||