public static enum TextualJMLLoopSpec.ClauseHd extends java.lang.Enum<TextualJMLLoopSpec.ClauseHd>
Enum Constant and Description |
---|
ASSIGNABLE |
INFORMATION_FLOW |
INVARIANT |
INVARIANT_FREE |
Modifier and Type | Method and Description |
---|---|
static TextualJMLLoopSpec.ClauseHd |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TextualJMLLoopSpec.ClauseHd[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TextualJMLLoopSpec.ClauseHd INFORMATION_FLOW
public static final TextualJMLLoopSpec.ClauseHd ASSIGNABLE
public static final TextualJMLLoopSpec.ClauseHd INVARIANT
public static final TextualJMLLoopSpec.ClauseHd INVARIANT_FREE
public static TextualJMLLoopSpec.ClauseHd[] values()
for (TextualJMLLoopSpec.ClauseHd c : TextualJMLLoopSpec.ClauseHd.values()) System.out.println(c);
public static TextualJMLLoopSpec.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.