| Modifier and Type | Method and Description |
|---|---|
static Universe |
fromExpr(Expr expr) |
static Universe |
functionCheck(Universe input,
Universe output) |
static boolean |
isUniverse(Expr expr) |
Universe |
max(Universe other) |
Expr |
toExpr() |
static Universe |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Universe[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Universe TYPE
public static final Universe KIND
public static final Universe SORT
public static Universe[] values()
for (Universe c : Universe.values()) System.out.println(c);
public static Universe 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 final Expr toExpr()
public static final boolean isUniverse(Expr expr)