Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
#include <RegExpToXmlComposer.h>
Static Public Member Functions | |
template<class SymbolType > | |
static void | visit (const FormalRegExpAlternation< SymbolType > &alternation, ext::deque< sax::Token > &output) |
template<class SymbolType > | |
static void | visit (const FormalRegExpConcatenation< SymbolType > &concatenation, ext::deque< sax::Token > &output) |
template<class SymbolType > | |
static void | visit (const FormalRegExpIteration< SymbolType > &iteration, ext::deque< sax::Token > &output) |
template<class SymbolType > | |
static void | visit (const FormalRegExpSymbol< SymbolType > &symbol, ext::deque< sax::Token > &output) |
template<class SymbolType > | |
static void | visit (const FormalRegExpEpsilon< SymbolType > &epsilon, ext::deque< sax::Token > &output) |
template<class SymbolType > | |
static void | visit (const FormalRegExpEmpty< SymbolType > &empty, ext::deque< sax::Token > &output) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |