Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
#include <RTEToXmlComposer.h>
Static Public Member Functions | |
template<class SymbolType > | |
static void | visit (const FormalRTEAlternation< SymbolType > &alternation, ext::deque< sax::Token > &output) |
template<class SymbolType > | |
static void | visit (const FormalRTEIteration< SymbolType > &iteration, ext::deque< sax::Token > &output) |
template<class SymbolType > | |
static void | visit (const FormalRTESubstitution< SymbolType > &substitution, ext::deque< sax::Token > &output) |
template<class SymbolType > | |
static void | visit (const FormalRTESymbolAlphabet< SymbolType > &symbol, ext::deque< sax::Token > &output) |
template<class SymbolType > | |
static void | visit (const FormalRTESymbolSubst< SymbolType > &symbol, ext::deque< sax::Token > &output) |
template<class SymbolType > | |
static void | visit (const FormalRTEEmpty< SymbolType > &empty, ext::deque< sax::Token > &output) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |