|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<LatexSym>
net.sourceforge.czt.parser.util.LatexSym
public enum LatexSym
Symbols used by the latex to unicode scanner.
| Enum Constant Summary | |
|---|---|
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. |
|
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. |
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
|
java.lang.Object |
getSpelling()
|
java.lang.String |
spelling()
|
static LatexSym |
valueOf(java.lang.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. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
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
| Method Detail |
|---|
public static LatexSym[] values()
for (LatexSym c : LatexSym.values()) System.out.println(c);
public static LatexSym 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 name
java.lang.NullPointerException - if the argument is nullpublic java.lang.String getName()
getName in interface Tokenpublic java.lang.Object getSpelling()
getSpelling in interface Tokenpublic java.lang.String spelling()
spelling in interface Token
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||