|
funcscan Version 1.0.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<Symbol>
de.ovgu.cs.funcscan.Symbol
public enum Symbol
Enum Constant Summary | |
---|---|
a
same as described in nm(1) |
|
A
same as described in nm(1) |
|
b
same as described in nm(1) |
|
B
same as described in nm(1) |
|
c
same as described in nm(1) |
|
C
same as described in nm(1) |
|
d
same as described in nm(1) |
|
D
same as described in nm(1) |
|
f
same as described in nm(1) |
|
F
same as described in nm(1) |
|
l
same as described in nm(1) |
|
L
same as described in nm(1) |
|
n
same as described in nm(1) |
|
N
same as described in nm(1) |
|
s
same as described in nm(1) |
|
S
same as described in nm(1) |
|
t
same as described in nm(1) |
|
T
same as described in nm(1) |
|
u
same as described in nm(1) |
|
U
same as described in nm(1) |
Method Summary | |
---|---|
String |
toString()
|
static Symbol |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Symbol[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final Symbol A
public static final Symbol B
public static final Symbol C
public static final Symbol D
public static final Symbol F
public static final Symbol N
public static final Symbol L
public static final Symbol S
public static final Symbol T
public static final Symbol U
public static final Symbol a
public static final Symbol b
public static final Symbol c
public static final Symbol d
public static final Symbol f
public static final Symbol n
public static final Symbol l
public static final Symbol s
public static final Symbol t
public static final Symbol u
Method Detail |
---|
public static Symbol[] values()
for (Symbol c : Symbol.values()) System.out.println(c);
public static Symbol valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<Symbol>
|
funcscan Version 1.0.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |