public static enum ArityExceptions.FnType extends java.lang.Enum<ArityExceptions.FnType>
| Enum Constant and Description |
|---|
Collection |
Function |
Keyword |
Macro |
SpecialForm |
| Modifier and Type | Method and Description |
|---|---|
static ArityExceptions.FnType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ArityExceptions.FnType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ArityExceptions.FnType Function
public static final ArityExceptions.FnType Macro
public static final ArityExceptions.FnType SpecialForm
public static final ArityExceptions.FnType Collection
public static final ArityExceptions.FnType Keyword
public static ArityExceptions.FnType[] values()
for (ArityExceptions.FnType c : ArityExceptions.FnType.values()) System.out.println(c);
public static ArityExceptions.FnType 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 null