Source-highlight Library
srchilite::srchilite::StringListLangElem Class Reference

A language element consisting of a list of strings. More...

Inheritance diagram for srchilite::srchilite::StringListLangElem:
Collaboration diagram for srchilite::srchilite::StringListLangElem:

Public Member Functions

 StringListLangElem (const std::string &n, StringDefs *defs, bool nons)
 
virtual const std::string toString () const
 return the string representation (with preprocessing) More...
 
virtual const std::string toStringOriginal () const
 return the original representation (without any preprocessing); this is useful for printing errors More...
 
StringDefsgetAlternatives () const
 
bool isCaseSensitive () const
 
virtual void dispatch_build (HighlightStateBuilder *, HighlightState *state)
 
void setExit (unsigned int level=1)
 Sets the "exit" property of this element (i.e., if the element is match then exit one state) More...
 
void setExitAll ()
 Sets the "exit all" property of this element (i.e., if the element is match then exit all states and get back to the main initial state)
 
bool exitAll () const
 
unsigned int getExit () const
 
StateLangElemgetStateLangElem () const
 
void setStateLangElem (StateLangElem *s)
 Sets the state for which this element represents the start. More...
 
const std::string getName () const
 
bool isRedef () const
 
void setRedef ()
 
bool isSubst () const
 
void setSubst ()
 
const std::string toStringParserInfo () const
 
virtual void dispatch_collect_const (LangElemsPrinter *)
 
void setParserInfo (const std::string &name, unsigned int l)
 
void setParserInfo (const ParserInfo *p)
 

Public Attributes

std::string filename
 
unsigned int line
 

Private Attributes

StringDefsalternatives
 
bool nonsensitive
 

Detailed Description

A language element consisting of a list of strings.

Constructor & Destructor Documentation

srchilite::StringListLangElem::StringListLangElem ( const std::string &  n,
StringDefs defs,
bool  nons 
)
Parameters
nthe name for this element
defsthe alternatives for this element
nonswhether the alternatives are to be considered case unsensitive

Member Function Documentation

bool srchilite::srchilite::StateStartLangElem::exitAll ( ) const
inlineinherited
Returns
whether the "exit" property is set
StringDefs* srchilite::srchilite::StringListLangElem::getAlternatives ( ) const
inline
Returns
the collection of all the alternatives of this element
unsigned int srchilite::srchilite::StateStartLangElem::getExit ( ) const
inlineinherited
Returns
whether the "exit all" property is set
StateLangElem* srchilite::srchilite::StateStartLangElem::getStateLangElem ( ) const
inlineinherited
Returns
the state for which this element represents the start
bool srchilite::srchilite::StringListLangElem::isCaseSensitive ( ) const
inline
Returns
whether the alternatives are case sensitive
void srchilite::srchilite::StateStartLangElem::setExit ( unsigned int  level = 1)
inlineinherited

Sets the "exit" property of this element (i.e., if the element is match then exit one state)

Parameters
levelthe exit level (default to 1)
void srchilite::srchilite::StateStartLangElem::setStateLangElem ( StateLangElem s)
inlineinherited

Sets the state for which this element represents the start.

Parameters
sthe state for which this element represents the start
const std::string srchilite::StringListLangElem::toString ( ) const
virtual

return the string representation (with preprocessing)

Returns
the string representation

Reimplemented from srchilite::srchilite::StateStartLangElem.

const std::string srchilite::StringListLangElem::toStringOriginal ( ) const
virtual

return the original representation (without any preprocessing); this is useful for printing errors

Returns
the original representation

Implements srchilite::srchilite::LangElem.

const std::string srchilite::LangElem::toStringParserInfo ( ) const
inherited
Returns
a string representation of the ParserInfo struct

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