public enum LatexSym extends Enum<LatexSym> implements Token
Enum Constant and Description |
---|
CHAR_MARKUP
A complete %%Zchar directive.
|
END
The end of a section header or Z paragraph.
|
END_MARKUP
The end of a markup directive.
|
INWORD_MARKUP
A %%Zinword directive.
|
NAME
The name of a latex command defined in a directive.
|
PARENTS
The parents keyword.
|
POSTWORD_MARKUP
A %%Zpostword directive.
|
PREWORD_MARKUP
A %%Zpreword directive.
|
PROOFWORD
Part of a (Z/EVES) proof keyword
|
SECT
The begin of a section header.
|
SECTION
The section keyword.
|
TEXT
Narrative text.
|
UNICODE
Just a Z unicode string.
|
WORD_MARKUP
A %%Zword directive.
|
ZEVESLABEL
Part of a (Z/EVES) predicate label
|
Modifier and Type | Method and Description |
---|---|
String |
getName() |
NewlineCategory |
getNewlineCategory() |
Object |
getSpelling() |
String |
spelling() |
static LatexSym |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LatexSym[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LatexSym TEXT
public static final LatexSym UNICODE
public static final LatexSym CHAR_MARKUP
public static final LatexSym INWORD_MARKUP
public static final LatexSym PREWORD_MARKUP
public static final LatexSym POSTWORD_MARKUP
public static final LatexSym NAME
public static final LatexSym END_MARKUP
public static final LatexSym WORD_MARKUP
public static final LatexSym SECT
public static final LatexSym END
public static final LatexSym SECTION
public static final LatexSym PARENTS
public static final LatexSym PROOFWORD
public static final LatexSym ZEVESLABEL
public static LatexSym[] values()
for (LatexSym c : LatexSym.values()) System.out.println(c);
public static LatexSym 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.