public enum LintDispatch extends java.lang.Enum<LintDispatch>
| Enum Constant and Description |
|---|
none |
terminate_system |
throw_exception |
write_err |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
dispatch() |
static LintDispatch |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LintDispatch[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LintDispatch none
public static final LintDispatch write_err
public static final LintDispatch throw_exception
public static final LintDispatch terminate_system
public static LintDispatch[] values()
for (LintDispatch c : LintDispatch.values()) System.out.println(c);
public static LintDispatch valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic abstract void dispatch()
Copyright © 2000-2018 Sualeh Fatehi. All rights reserved.