fesa-core
4.3.1
|
#include <SortingLexer.h>
Classes | |
class | Lexeme |
Public Member Functions | |
const std::vector< Lexeme > & | process (const std::string &expression) |
const std::vector< Lexeme > & | getLexemes () const |
Lexer that works on sorting expressions.
const std::vector< SortingLexer::Lexeme > & fesa::SortingLexer::getLexemes | ( | ) | const |
Returns the lexemes that were obtained processing an expression.
const std::vector< SortingLexer::Lexeme > & fesa::SortingLexer::process | ( | const std::string & | expression | ) |
Processes expression and returns a vector containing its Lexemes.