public class ZChar extends Object
Modifier and Type | Field and Description |
---|---|
static ZChar |
ALL
for all.
|
static ZChar |
AMP
ampersand.
|
static ZChar |
AND
logical and.
|
static ZChar |
ARITHMOS
arithmos, the set of all number-like objects.
|
static ZChar |
AXCHAR
start a Z axiomatic paragraph.
|
static ZChar |
BIGCAP
n-ary intersection.
|
static ZChar |
BIGCUP
n-ary union.
|
static ZChar |
BIJ
bijective (1-1 and onto) function.
|
static ZChar |
CAP
intersection.
|
static ZChar |
CAT
sequence concatenation.
|
static ZChar |
CIRC
functional composition.
|
static ZChar |
COLON
colon.
|
static ZChar |
COMMA
comma.
|
static ZChar |
COMP
relational composition.
|
static ZChar |
CROSS
cartesian product.
|
static ZChar |
CUP
union.
|
static ZChar |
DELTA
Greek capital letter delta.
|
static ZChar |
DOT
full stop.
|
static ZChar |
DRES
domain restriction.
|
static ZChar |
EMPTYSET
empty set.
|
static ZChar |
ENDCHAR
end a Z paragraph.
|
static ZChar |
EQUALS
equals sign.
|
static ZChar |
EXI
there exists.
|
static ZChar |
EXTRACT
domain restriction for sequences.
|
static ZChar |
FFUN
finite function.
|
static ZChar |
FILTER
range restriction for sequences.
|
static ZChar |
FINJ
finite injective function.
|
static ZChar |
FINSET
finite set.
|
static ZChar |
FUN
total function.
|
static ZChar |
GENCHAR
start a generic Z axiomatic paragraph.
|
static ZChar |
GEQ
greater-than or equal to.
|
static ZChar |
GREATER
greater-than sign.
|
static ZChar |
IFF
logical equivalence.
|
static ZChar |
IMP
logical implication.
|
static ZChar |
INJ
total injective (1-1) function.
|
static ZChar |
INSTROKE
question mark.
|
static ZChar |
LAMBDA
Greek small letter lambda.
|
static ZChar |
LANGLE
left sequence bracket.
|
static ZChar |
LBIND
left binding bracket.
|
static ZChar |
LBRACE
left curly bracket.
|
static ZChar |
LDATA
left angle bracket for use in free type definitions.
|
static ZChar |
LEQ
less-than or equal to.
|
static ZChar |
LESS
less-than sign.
|
static ZChar |
LIMG
left relational image bracket.
|
static ZChar |
LL
low line.
|
static ZChar |
LPAREN
left parenthesis.
|
static ZChar |
LSQUARE
left square bracket.
|
static ZChar |
MAPSTO
maplet, forms a pair.
|
static ZChar |
MEM
element of.
|
static ZChar |
MINUS
infix minus sign.
|
static ZChar |
MU
Greek small letter mu.
|
static ZChar |
MULT
asterisk (multiplication sign).
|
static ZChar |
NAT
the set of natural numbers (0..).
|
static ZChar |
NDRES
domain subtraction.
|
static ZChar |
NE
north east arrow.
|
static ZChar |
NEG
prefix numeric negation.
|
static ZChar |
NEQ
not equal to.
|
static ZChar |
NLCHAR
line separator.
|
static ZChar |
NOT
logical negation.
|
static ZChar |
NOTMEM
not an element of.
|
static ZChar |
NRRES
range subtraction.
|
static ZChar |
NUM
set of integers.
|
static ZChar |
NUMBER
set cardinality.
|
static ZChar |
NW
north west arrow.
|
static ZChar |
OPLUS
relational override.
|
static ZChar |
OR
logical or.
|
static ZChar |
OUTSTROKE
exclamation mark.
|
static ZChar |
PFUN
partial function.
|
static ZChar |
PINJ
partial injective (1-1) function.
|
static ZChar |
PLUS
plus sign.
|
static ZChar |
POWER
power set.
|
static ZChar |
PRIME
prime.
|
static ZChar |
PSURJ
partial surjective (onto) function.
|
static ZChar |
RANGLE
right sequence bracket.
|
static ZChar |
RBIND
right binding bracket.
|
static ZChar |
RBRACE
right curly bracket.
|
static ZChar |
RDATA
left angle bracket for use in free type definitions.
|
static ZChar |
REL
relation.
|
static ZChar |
RIMG
right relational image bracket.
|
static ZChar |
RPAREN
right parenthesis.
|
static ZChar |
RRES
range restriction.
|
static ZChar |
RSQUARE
right square bracket.
|
static ZChar |
SCHCHAR
start a Z schema definition.
|
static ZChar |
SE
south east arrow.
|
static ZChar |
SEMICOLON
semicolon.
|
static ZChar |
SETMINUS
set minus.
|
static ZChar |
SOLIDUS
solidus forward slash character.
|
static ZChar |
SPACE
space.
|
static ZChar |
SPOT
Z notation spot.
|
static ZChar |
SUBSET
subset of.
|
static ZChar |
SUBSETEQ
subset of or equal to.
|
static ZChar |
SURJ
total surjective (onto) function.
|
static ZChar |
SW
south west arrow.
|
static ZChar |
SYMDIFF
set symmetric difference.
|
static ZChar |
THETA
Greek small letter theta.
|
static ZChar |
TILDE
relational inversion.
|
static ZChar |
TYPECOLON
Z notation type colon.
|
static ZChar |
VDASH
conjecture.
|
static ZChar |
VL
vertical line.
|
static ZChar |
XI
Greek capital letter xi.
|
static ZChar |
ZCOMP
schema composition.
|
static ZChar |
ZEDCHAR
start a Z paragraph.
|
static ZChar |
ZHIDE
schema hiding.
|
static ZChar |
ZPIPE
schema piping.
|
static ZChar |
ZPROJ
schema projection.
|
Modifier | Constructor and Description |
---|---|
|
ZChar(char c) |
|
ZChar(char[] chars) |
protected |
ZChar(char high,
char low) |
|
ZChar(int codePoint) |
Modifier and Type | Method and Description |
---|---|
int |
charCount() |
int |
codePoint() |
boolean |
equals(Object obj) |
int |
hashCode() |
static boolean |
isAlpha(ZChar zchar) |
boolean |
isAsciiChar() |
static boolean |
isDigit(ZChar zchar) |
static boolean |
isLetter(ZChar zchar) |
static boolean |
isStroke(ZChar zchar) |
static boolean |
isWordGlue(ZChar zchar) |
String |
toString() |
static ZChar[] |
toZChars(String string) |
public static final ZChar DELTA
public static final ZChar XI
public static final ZChar THETA
public static final ZChar LAMBDA
public static final ZChar MU
public static final ZChar ARITHMOS
public static final ZChar NAT
public static final ZChar POWER
public static final ZChar PRIME
public static final ZChar OUTSTROKE
public static final ZChar INSTROKE
public static final ZChar NE
public static final ZChar SW
public static final ZChar SE
public static final ZChar NW
public static final ZChar LL
public static final ZChar LPAREN
public static final ZChar RPAREN
public static final ZChar LSQUARE
public static final ZChar RSQUARE
public static final ZChar LBRACE
public static final ZChar RBRACE
public static final ZChar LBIND
public static final ZChar RBIND
public static final ZChar LDATA
public static final ZChar RDATA
public static final ZChar ZEDCHAR
public static final ZChar AXCHAR
public static final ZChar SCHCHAR
public static final ZChar GENCHAR
public static final ZChar ENDCHAR
public static final ZChar NLCHAR
public static final ZChar SPACE
public static final ZChar VL
public static final ZChar AMP
public static final ZChar VDASH
public static final ZChar AND
public static final ZChar OR
public static final ZChar IMP
public static final ZChar IFF
public static final ZChar NOT
public static final ZChar ALL
public static final ZChar EXI
public static final ZChar CROSS
public static final ZChar SOLIDUS
public static final ZChar EQUALS
public static final ZChar MEM
public static final ZChar COLON
public static final ZChar SEMICOLON
public static final ZChar COMMA
public static final ZChar DOT
public static final ZChar SPOT
public static final ZChar ZHIDE
public static final ZChar ZPROJ
public static final ZChar ZCOMP
public static final ZChar ZPIPE
public static final ZChar PLUS
public static final ZChar TYPECOLON
public static final ZChar REL
public static final ZChar FUN
public static final ZChar NEQ
public static final ZChar NOTMEM
public static final ZChar EMPTYSET
public static final ZChar SUBSETEQ
public static final ZChar SUBSET
public static final ZChar CUP
public static final ZChar CAP
public static final ZChar SETMINUS
public static final ZChar SYMDIFF
public static final ZChar BIGCUP
public static final ZChar BIGCAP
public static final ZChar FINSET
public static final ZChar MAPSTO
public static final ZChar COMP
public static final ZChar CIRC
public static final ZChar DRES
public static final ZChar RRES
public static final ZChar NDRES
public static final ZChar NRRES
public static final ZChar TILDE
public static final ZChar LIMG
public static final ZChar RIMG
public static final ZChar OPLUS
public static final ZChar PFUN
public static final ZChar PINJ
public static final ZChar INJ
public static final ZChar PSURJ
public static final ZChar SURJ
public static final ZChar BIJ
public static final ZChar FFUN
public static final ZChar FINJ
public static final ZChar NUM
public static final ZChar NEG
public static final ZChar MINUS
public static final ZChar LEQ
public static final ZChar LESS
public static final ZChar GEQ
public static final ZChar GREATER
public static final ZChar MULT
public static final ZChar NUMBER
public static final ZChar LANGLE
public static final ZChar RANGLE
public static final ZChar CAT
public static final ZChar EXTRACT
public static final ZChar FILTER
public ZChar(char c)
public ZChar(int codePoint)
protected ZChar(char high, char low)
public ZChar(char[] chars)
public int codePoint()
public int charCount()
public boolean isAsciiChar()
public static boolean isAlpha(ZChar zchar)
public static boolean isDigit(ZChar zchar)
public static boolean isLetter(ZChar zchar)
public static boolean isStroke(ZChar zchar)
public static boolean isWordGlue(ZChar zchar)
Copyright © 2003–2016 Community Z Tools Project. All rights reserved.