PhoenixFileParser  1.5.1
Set of tools to ease file parsing
Loading...
Searching...
No Matches
PHighlightingAction Struct Reference

Action of the hightlighting. More...

#include <PHighlightParser.h>

Public Attributes

PString endPattern
 End pattern to be used with the GET_UNITL_WITHOUT_PATTERN.
 
PString replaceAfterPattern
 String to be placed after the replaced pattern.
 
PString replaceBeforePattern
 String to be placed before the replaced pattern.
 
PHighlightType::PHighlightType type
 Type of the hightlighting.
 

Detailed Description

Action of the hightlighting.

Definition at line 23 of file PHighlightParser.h.

Member Data Documentation

◆ endPattern

PString PHighlightingAction::endPattern

End pattern to be used with the GET_UNITL_WITHOUT_PATTERN.

Definition at line 31 of file PHighlightParser.h.

Referenced by PHighlightParser::addToken(), and PHighlightParser::doReplaceAction().

◆ replaceAfterPattern

PString PHighlightingAction::replaceAfterPattern

String to be placed after the replaced pattern.

Definition at line 29 of file PHighlightParser.h.

Referenced by PHighlightParser::addToken(), PHighlightParser::addToken(), and PHighlightParser::doReplaceAction().

◆ replaceBeforePattern

PString PHighlightingAction::replaceBeforePattern

String to be placed before the replaced pattern.

Definition at line 27 of file PHighlightParser.h.

Referenced by PHighlightParser::addToken(), PHighlightParser::addToken(), and PHighlightParser::doReplaceAction().

◆ type

PHighlightType::PHighlightType PHighlightingAction::type

Type of the hightlighting.

Definition at line 25 of file PHighlightParser.h.

Referenced by PHighlightParser::addToken(), PHighlightParser::addToken(), and PHighlightParser::doReplaceAction().


The documentation for this struct was generated from the following file: