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