public static enum V8Event.Kind extends Enum<V8Event.Kind>
Enum.EnumDesc<E extends Enum<E>>
Enum Constant and Description |
---|
AfterCompile |
Break |
CompileError |
Exception |
ScriptCollected |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static V8Event.Kind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static V8Event.Kind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final V8Event.Kind Break
public static final V8Event.Kind Exception
public static final V8Event.Kind AfterCompile
public static final V8Event.Kind ScriptCollected
public static final V8Event.Kind CompileError
public static V8Event.Kind[] values()
public static V8Event.Kind valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<V8Event.Kind>