fesa-core  5.0.1
fesa::SortingLexer Class Reference

#include <SortingLexer.h>

Classes

class  Lexeme
 

Public Member Functions

const std::vector< Lexeme > & process (const std::string &expression)
 
const std::vector< Lexeme > & getLexemes () const
 

Detailed Description

Lexer that works on sorting expressions.

Member Function Documentation

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.


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