Package | Description |
---|---|
org.openoffice.da.comp.w2lcommon.tex.tokenizer |
Modifier and Type | Method and Description |
---|---|
Catcode |
CatcodeTable.get(char c)
Get the catcode of a character.
|
static Catcode |
Catcode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Catcode[] |
Catcode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CatcodeTable.set(char c,
Catcode cc)
Set the catcode of a character.
|