| Modifier and Type | Method and Description |
|---|---|
int |
getPriority() |
java.lang.String |
getRegex() |
java.lang.String |
getSymbol() |
static Bracket |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Bracket[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static Bracket[] values()
for (Bracket c : Bracket.values()) System.out.println(c);
public static Bracket 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 int getPriority()
public java.lang.String getSymbol()
public java.lang.String getRegex()
JCalc API 2014 Davor Sauer - Apache 2.0