Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Static Public Member Functions
regexp::RegExpToXmlComposer::Unbounded Class Reference

#include <RegExpToXmlComposer.h>

Static Public Member Functions

template<class SymbolType >
static void visit (const UnboundedRegExpAlternation< SymbolType > &alternation, ext::deque< sax::Token > &output)
 
template<class SymbolType >
static void visit (const UnboundedRegExpConcatenation< SymbolType > &concatenation, ext::deque< sax::Token > &output)
 
template<class SymbolType >
static void visit (const UnboundedRegExpIteration< SymbolType > &iteration, ext::deque< sax::Token > &output)
 
template<class SymbolType >
static void visit (const UnboundedRegExpSymbol< SymbolType > &symbol, ext::deque< sax::Token > &output)
 
template<class SymbolType >
static void visit (const UnboundedRegExpEpsilon< SymbolType > &epsilon, ext::deque< sax::Token > &output)
 
template<class SymbolType >
static void visit (const UnboundedRegExpEmpty< SymbolType > &empty, ext::deque< sax::Token > &output)
 

Member Function Documentation

◆ visit() [1/6]

template<class SymbolType >
void regexp::RegExpToXmlComposer::Unbounded::visit ( const UnboundedRegExpAlternation< SymbolType > &  alternation,
ext::deque< sax::Token > &  output 
)
static
Here is the call graph for this function:

◆ visit() [2/6]

template<class SymbolType >
void regexp::RegExpToXmlComposer::Unbounded::visit ( const UnboundedRegExpConcatenation< SymbolType > &  concatenation,
ext::deque< sax::Token > &  output 
)
static
Here is the call graph for this function:

◆ visit() [3/6]

template<class SymbolType >
void regexp::RegExpToXmlComposer::Unbounded::visit ( const UnboundedRegExpEmpty< SymbolType > &  empty,
ext::deque< sax::Token > &  output 
)
static

◆ visit() [4/6]

template<class SymbolType >
void regexp::RegExpToXmlComposer::Unbounded::visit ( const UnboundedRegExpEpsilon< SymbolType > &  epsilon,
ext::deque< sax::Token > &  output 
)
static

◆ visit() [5/6]

template<class SymbolType >
void regexp::RegExpToXmlComposer::Unbounded::visit ( const UnboundedRegExpIteration< SymbolType > &  iteration,
ext::deque< sax::Token > &  output 
)
static
Here is the call graph for this function:

◆ visit() [6/6]

template<class SymbolType >
void regexp::RegExpToXmlComposer::Unbounded::visit ( const UnboundedRegExpSymbol< SymbolType > &  symbol,
ext::deque< sax::Token > &  output 
)
static
Here is the call graph for this function:

The documentation for this class was generated from the following file: