12 #ifndef DELIMITEDLANGELEM_H
13 #define DELIMITEDLANGELEM_H
15 #include "statestartlangelem.h"
28 class HighlightStateBuilder;
58 virtual const std::string
toString()
const;
Definition: delimitedlangelem.h:31
C++ class: doctemplate.h.
Definition: bufferedoutput.cpp:13
DelimitedLangElem(const std::string &n, StringDef *s, StringDef *e, StringDef *es, bool multi, bool nes)
Definition: delimitedlangelem.cpp:24
Represents a state during the highlighting (e.g., comment state, string state, etc....
Definition: highlightstate.h:47
StringDef * getStart() const
Definition: delimitedlangelem.h:70
represent a string for a language definition file's element
Definition: stringdef.h:25
A language element that may start a new state/environment.
Definition: statestartlangelem.h:25
StringDef * getEnd() const
Definition: delimitedlangelem.h:77
bool isNested() const
Definition: delimitedlangelem.h:98
virtual const std::string toString() const
return the string representation (with preprocessing)
Definition: delimitedlangelem.cpp:41
Builds an HighlightState from the language definition file collected structures.
Definition: highlightstatebuilder.h:22
bool isMultiline() const
Definition: delimitedlangelem.h:91
virtual const std::string toStringOriginal() const
return the original representation (without any preprocessing); this is useful for printing errors
Definition: delimitedlangelem.cpp:48
StringDef * getEscape() const
Definition: delimitedlangelem.h:84