18template<
class SymbolType >
25template<
class SymbolType >
32 bool isPattern =
false;
33 bool isExtendedPattern =
false;
35 ext::tree < SymbolType > content = tree::TreeFromStringParserCommon::parseUnrankedContent < SymbolType > ( input, isPattern, isExtendedPattern, nonlinearVariables );
38 if ( ! nonlinearVariables.empty ( ) )
40 if ( isExtendedPattern )
46template<
class SymbolType >
54template<
class SymbolType >
56 output <<
"UNRANKED_TREE ";
Basic exception from which all other exceptions are derived.
Definition: CommonException.h:21
static void putback(ext::istream &input, const Token &token)
Definition: lexer.hpp:61
Class introducing a tree with interface trying to be close to the interface of standard library conta...
Definition: tree.hpp:52
static Token next(ext::istream &input)
Definition: TreeFromStringLexer.cpp:10
static void compose(ext::ostream &, const ext::tree< common::ranked_symbol< SymbolType > > &node)
Definition: TreeToStringComposerCommon.h:28
Tree represented in its natural representation. The representation is so called unranked,...
Definition: UnrankedTree.h:69
return res
Definition: MinimizeByPartitioning.h:145
Definition: normalize.hpp:10
Definition: BackwardOccurrenceTest.h:17
Definition: stringApi.hpp:26