public enum ZEvesProofKeyword extends Enum<ZEvesProofKeyword> implements Token
Enum Constant and Description |
---|
ABOUT |
APPLY |
BACK |
BY |
CASES |
CHECK |
CONJUNCTIVE |
DECLARATION |
DECLARE |
DISABLED |
DISJUNCTIVE |
ENABLED |
EQUALITY |
EXPRESSION |
FORMULA |
HELP |
HISTORY |
INSTANTIATE |
INVOKE |
LEMMA |
NEXT |
NORMALIZATION |
OOPS |
PARENT |
PREDICATE |
PRENEX |
PRINT |
PROOF |
PROVE |
QUIT |
READ |
REARRANGE |
REDUCE |
RESET |
RETRY |
REWRITE |
SCRIPT |
SIMPLIFY |
SORRY |
SPLIT |
STATUS |
SUBSTITUTE |
SUMMARY |
SYNTAX |
THEOREMS |
THMAXIOM |
THMFRULE |
THMGRULE |
THMREPLACEMENT |
THMRULE |
THROUGH |
TO |
TRIVIAL |
TRY |
UNDO |
USE |
WITH |
ZSECTION |
ZTAGS |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
NewlineCategory |
getNewlineCategory() |
Object |
getSpelling() |
static ZEvesProofKeyword[] |
headProofWordsOnly() |
String |
spelling() |
static ZEvesProofKeyword[] |
usageWordsOnly() |
static ZEvesProofKeyword |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ZEvesProofKeyword[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ZEvesProofKeyword APPLY
public static final ZEvesProofKeyword BACK
public static final ZEvesProofKeyword CASES
public static final ZEvesProofKeyword CONJUNCTIVE
public static final ZEvesProofKeyword DISJUNCTIVE
public static final ZEvesProofKeyword EQUALITY
public static final ZEvesProofKeyword INSTANTIATE
public static final ZEvesProofKeyword INVOKE
public static final ZEvesProofKeyword NEXT
public static final ZEvesProofKeyword PRENEX
public static final ZEvesProofKeyword PROVE
public static final ZEvesProofKeyword REARRANGE
public static final ZEvesProofKeyword REDUCE
public static final ZEvesProofKeyword REWRITE
public static final ZEvesProofKeyword SIMPLIFY
public static final ZEvesProofKeyword SPLIT
public static final ZEvesProofKeyword TRIVIAL
public static final ZEvesProofKeyword TRY
public static final ZEvesProofKeyword USE
public static final ZEvesProofKeyword WITH
public static final ZEvesProofKeyword SORRY
public static final ZEvesProofKeyword OOPS
public static final ZEvesProofKeyword BY
public static final ZEvesProofKeyword ENABLED
public static final ZEvesProofKeyword EXPRESSION
public static final ZEvesProofKeyword DISABLED
public static final ZEvesProofKeyword LEMMA
public static final ZEvesProofKeyword NORMALIZATION
public static final ZEvesProofKeyword PREDICATE
public static final ZEvesProofKeyword SUBSTITUTE
public static final ZEvesProofKeyword TO
public static final ZEvesProofKeyword CHECK
public static final ZEvesProofKeyword DECLARE
public static final ZEvesProofKeyword HELP
public static final ZEvesProofKeyword PARENT
public static final ZEvesProofKeyword PRINT
public static final ZEvesProofKeyword QUIT
public static final ZEvesProofKeyword READ
public static final ZEvesProofKeyword RESET
public static final ZEvesProofKeyword RETRY
public static final ZEvesProofKeyword SYNTAX
public static final ZEvesProofKeyword THEOREMS
public static final ZEvesProofKeyword UNDO
public static final ZEvesProofKeyword ZSECTION
public static final ZEvesProofKeyword ZTAGS
public static final ZEvesProofKeyword ABOUT
public static final ZEvesProofKeyword DECLARATION
public static final ZEvesProofKeyword FORMULA
public static final ZEvesProofKeyword HISTORY
public static final ZEvesProofKeyword PROOF
public static final ZEvesProofKeyword SCRIPT
public static final ZEvesProofKeyword STATUS
public static final ZEvesProofKeyword SUMMARY
public static final ZEvesProofKeyword THROUGH
public static final ZEvesProofKeyword THMREPLACEMENT
public static final ZEvesProofKeyword THMRULE
public static final ZEvesProofKeyword THMGRULE
public static final ZEvesProofKeyword THMFRULE
public static final ZEvesProofKeyword THMAXIOM
public static ZEvesProofKeyword[] values()
for (ZEvesProofKeyword c : ZEvesProofKeyword.values()) System.out.println(c);
public static ZEvesProofKeyword 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 nullpublic static ZEvesProofKeyword[] usageWordsOnly()
public static ZEvesProofKeyword[] headProofWordsOnly()
public Object getSpelling()
getSpelling
in interface Token
public NewlineCategory getNewlineCategory()
getNewlineCategory
in interface Token
Copyright © 2003–2016 Community Z Tools Project. All rights reserved.