public enum LintDispatch extends Enum<LintDispatch>
| Enum Constant and Description |
|---|
none |
throw_exception |
write_err |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
dispatch() |
static LintDispatch |
valueOf(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 LintDispatch[] values()
for (LintDispatch c : LintDispatch.values()) System.out.println(c);
public static LintDispatch 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 abstract void dispatch()
Copyright © 2000-2025 Sualeh Fatehi. Allrights reserved.