Interface | Description |
---|---|
VM.BstFunction | |
Warn |
Class | Description |
---|---|
BibtexCaseChanger | |
BibtexNameFormatter |
From Bibtex:
"The |built_in| function {\.{format.name\$}} pops the
top three literals (they are a string, an integer, and a string
literal, in that order).
|
BibtexPurify |
The |built_in| function {\.{purify\$}} pops the top (string) literal, removes
nonalphanumeric characters except for |white_space| and |sep_char| characters
(these get converted to a |space|) and removes certain alphabetic characters
contained in the control sequences associated with a special character, and
pushes the resulting string.
|
BibtexTextPrefix |
The |built_in| function {\.{text.prefix\$}} pops the top two literals (the
integer literal |pop_lit1| and a string literal, in that order).
|
BibtexWidth |
The |built_in| function {\.{purify\$}} pops the top (string) literal, removes
nonalphanumeric characters except for |white_space| and |sep_char| characters
(these get converted to a |space|) and removes certain alphabetic characters
contained in the control sequences associated with a special character, and
pushes the resulting string.
|
BstLexer | |
BstParser | |
BstParser.commands_return | |
BstParser.function_return | |
BstParser.id_return | |
BstParser.identifier_return | |
BstParser.idList_return | |
BstParser.idList0_return | |
BstParser.program_return | |
BstParser.stack_return | |
BstParser.stackitem_return | |
ChangeCaseFunction |
From the Bibtex manual:
Pops the top two (string) literals; it changes the case of the second
according to the specifications of the first, as follows.
|
FormatNameFunction |
From Bibtex:
"The |built_in| function {\.{format.name\$}} pops the
top three literals (they are a string, an integer, and a string
literal, in that order).
|
PurifyFunction |
The |built_in| function {\.{purify\$}} pops the top (string) literal, removes
nonalphanumeric characters except for |white_space| and |sep_char| characters
(these get converted to a |space|) and removes certain alphabetic characters
contained in the control sequences associated with a special character, and
pushes the resulting string.
|
TextPrefixFunction |
The |built_in| function {\.{text.prefix\$}} pops the top two literals
(the integer literal |pop_lit1| and a string literal, in that order).
|
VM |
A Bibtex Virtual machine that can execute .bst files.
|
WidthFunction |
The |built_in| function {\.{width\$}} pops the top (string) literal and
pushes the integer that represents its width in units specified by the
|char_width| array.
|
Exception | Description |
---|---|
VMException |