public static enum GlobalAsymmetricGrammar.Nonterminal extends Enum<GlobalAsymmetricGrammar.Nonterminal>
Modifier and Type | Method and Description |
---|---|
static GlobalAsymmetricGrammar.Nonterminal |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GlobalAsymmetricGrammar.Nonterminal[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GlobalAsymmetricGrammar.Nonterminal ALI
public static final GlobalAsymmetricGrammar.Nonterminal INS
public static GlobalAsymmetricGrammar.Nonterminal[] values()
for (GlobalAsymmetricGrammar.Nonterminal c : GlobalAsymmetricGrammar.Nonterminal.values()) System.out.println(c);
public static GlobalAsymmetricGrammar.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/