Serializable, Comparable<PreprocessorListener.SourceChangeEvent>public static enum PreprocessorListener.SourceChangeEvent extends Enum<PreprocessorListener.SourceChangeEvent>
| Modifier and Type | Method | Description |
|---|---|---|
static PreprocessorListener.SourceChangeEvent |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static PreprocessorListener.SourceChangeEvent[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PreprocessorListener.SourceChangeEvent SUSPEND
public static final PreprocessorListener.SourceChangeEvent PUSH
public static final PreprocessorListener.SourceChangeEvent POP
public static final PreprocessorListener.SourceChangeEvent RESUME
public static PreprocessorListener.SourceChangeEvent[] values()
for (PreprocessorListener.SourceChangeEvent c : PreprocessorListener.SourceChangeEvent.values()) System.out.println(c);
public static PreprocessorListener.SourceChangeEvent 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 null