public static enum GlobalGrammar.Nonterminal extends Enum<GlobalGrammar.Nonterminal>
Enum Constant and Description |
---|
ALI |
Modifier and Type | Method and Description |
---|---|
static GlobalGrammar.Nonterminal |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GlobalGrammar.Nonterminal[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GlobalGrammar.Nonterminal ALI
public static GlobalGrammar.Nonterminal[] values()
for (GlobalGrammar.Nonterminal c : GlobalGrammar.Nonterminal.values()) System.out.println(c);
public static GlobalGrammar.Nonterminal 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 nullCopyright (C) 2016 Benjamin Paaßen, AG Theoretical Computer Science, Centre of Excellence Cognitive Interaction Technology (CITEC), University of Bielefeld, licensed under the AGPL v. 3: http://openresearch.cit-ec.de/projects/tcs . This documentation is licensed under the conditions of CC-BY-SA 4.0: https://creativecommons.org/licenses/by-sa/4.0/