public enum ZKeyword extends Enum<ZKeyword> implements Token
Enum Constant and Description |
---|
ALL |
AND |
ANDALSO |
ARG |
BAR |
COLON |
COMMA |
CONJECTURE |
CROSS |
DEFEQUAL |
DEFFREE |
DOT |
ELSE |
EQUALS |
EXI |
EXIONE |
FALSE |
FUNCTION |
GENERIC |
IF |
IFF |
IMP |
LAMBDA |
LEFTASSOC |
LET |
LISTARG |
MEM |
MU |
NOT |
OR |
PARENTS |
POWER |
RELATION |
RIGHTASSOC |
SECTION |
SEMICOLON |
SLASH |
SPOT |
THEN |
THEOREM
A CZT extension that allows named conjectures in Unicode.
|
THETA |
TRUE |
ZCOMP |
ZHIDE |
ZPIPE |
ZPRE |
ZPROJ |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
NewlineCategory |
getNewlineCategory() |
Object |
getSpelling() |
String |
spelling() |
static ZKeyword |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ZKeyword[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ZKeyword ELSE
public static final ZKeyword FALSE
public static final ZKeyword FUNCTION
public static final ZKeyword GENERIC
public static final ZKeyword IF
public static final ZKeyword LEFTASSOC
public static final ZKeyword LET
public static final ZKeyword POWER
public static final ZKeyword PARENTS
public static final ZKeyword ZPRE
public static final ZKeyword RELATION
public static final ZKeyword RIGHTASSOC
public static final ZKeyword SECTION
public static final ZKeyword THEN
public static final ZKeyword THEOREM
public static final ZKeyword TRUE
public static final ZKeyword COLON
public static final ZKeyword DEFEQUAL
public static final ZKeyword COMMA
public static final ZKeyword DEFFREE
public static final ZKeyword BAR
public static final ZKeyword ANDALSO
public static final ZKeyword ZHIDE
public static final ZKeyword SLASH
public static final ZKeyword DOT
public static final ZKeyword SEMICOLON
public static final ZKeyword ARG
public static final ZKeyword LISTARG
public static final ZKeyword EQUALS
public static final ZKeyword CONJECTURE
public static final ZKeyword ALL
public static final ZKeyword SPOT
public static final ZKeyword EXI
public static final ZKeyword EXIONE
public static final ZKeyword IFF
public static final ZKeyword IMP
public static final ZKeyword OR
public static final ZKeyword AND
public static final ZKeyword NOT
public static final ZKeyword MEM
public static final ZKeyword ZPROJ
public static final ZKeyword CROSS
public static final ZKeyword LAMBDA
public static final ZKeyword MU
public static final ZKeyword THETA
public static final ZKeyword ZCOMP
public static final ZKeyword ZPIPE
public static ZKeyword[] values()
for (ZKeyword c : ZKeyword.values()) System.out.println(c);
public static ZKeyword 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 Object getSpelling()
getSpelling
in interface Token
public NewlineCategory getNewlineCategory()
getNewlineCategory
in interface Token
Copyright © 2003–2016 Community Z Tools Project. All rights reserved.