#include <GrammarToStringComposerCommon.h>
|
template<class T , class TerminalSymbolType = typename grammar::TerminalSymbolTypeOfGrammar < T >, class NonterminalSymbolType = typename grammar::NonterminalSymbolTypeOfGrammar < T >> |
static void | composeCFLikeGrammar (ext::ostream &output, const T &grammar) |
|
template<class T , class SymbolType = typename grammar::TerminalSymbolTypeOfGrammar < T >> |
static void | composeCSLikeGrammar (ext::ostream &output, const T &grammar) |
|
template<class T , class SymbolType = typename grammar::TerminalSymbolTypeOfGrammar < T >> |
static void | composePreservingCSLikeGrammar (ext::ostream &output, const T &grammar) |
|
◆ composeCFLikeGrammar()
template<class T , class TerminalSymbolType , class NonterminalSymbolType >
void grammar::GrammarToStringComposerCommon::composeCFLikeGrammar |
( |
ext::ostream & |
output, |
|
|
const T & |
grammar |
|
) |
| |
|
static |
◆ composeCSLikeGrammar()
template<class T , class SymbolType >
void grammar::GrammarToStringComposerCommon::composeCSLikeGrammar |
( |
ext::ostream & |
output, |
|
|
const T & |
grammar |
|
) |
| |
|
static |
◆ composePreservingCSLikeGrammar()
template<class T , class SymbolType >
void grammar::GrammarToStringComposerCommon::composePreservingCSLikeGrammar |
( |
ext::ostream & |
output, |
|
|
const T & |
grammar |
|
) |
| |
|
static |
The documentation for this class was generated from the following file: