public static enum TextualJMLSpecCase.ClauseHd extends java.lang.Enum<TextualJMLSpecCase.ClauseHd>
Enum Constant and Description |
---|
ACCESSIBLE |
ASSIGNABLE |
AXIOMS |
ENSURES |
ENSURES_FREE |
REQUIRES |
REQUIRES_FREE |
Modifier and Type | Method and Description |
---|---|
static TextualJMLSpecCase.ClauseHd |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TextualJMLSpecCase.ClauseHd[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TextualJMLSpecCase.ClauseHd ACCESSIBLE
public static final TextualJMLSpecCase.ClauseHd ASSIGNABLE
public static final TextualJMLSpecCase.ClauseHd REQUIRES
public static final TextualJMLSpecCase.ClauseHd REQUIRES_FREE
public static final TextualJMLSpecCase.ClauseHd ENSURES
public static final TextualJMLSpecCase.ClauseHd ENSURES_FREE
public static final TextualJMLSpecCase.ClauseHd AXIOMS
public static TextualJMLSpecCase.ClauseHd[] values()
for (TextualJMLSpecCase.ClauseHd c : TextualJMLSpecCase.ClauseHd.values()) System.out.println(c);
public static TextualJMLSpecCase.ClauseHd 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 nullCopyright © 2003-2019 The KeY-Project.