MediaWiki
REL1_19
|
Go to the source code of this file.
Classes | |
class | ConfEditor |
This is a state machine style parser with two internal stacks: * A next state stack, which determines the state the machine will progress to next * A path stack, which keeps track of the logical location in the file. More... | |
class | ConfEditorParseError |
Exception class for parse errors. More... | |
class | ConfEditorToken |
Class to wrap a token from the tokenizer. More... |