Class RXBuild.Dom.BackTrackOrEscapeTempMatch
Extends
RXBuild.Dom.Node.
The BackTrackOrEscapeTempMatch class matches previously referenced group
Defined in: regex_dom_terminals.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Field Attributes | Field Name and Description |
---|---|
The index of the group to match
|
- Fields borrowed from class RXBuild.Dom.Node:
- id, next, tokens
Method Attributes | Method Name and Description |
---|---|
Returns a human readable description of this match
|
|
GetHtml()
Returns an HTML description of this match
|
- Methods borrowed from class RXBuild.Dom.Node:
- Accept, AddTokens, AppendAtEnd, buildGrammarDiagram, GetChainDescription, GetChainHtml, GetHtmlOpenTag, GetLast, GetTokenHighlightJS, NodeRegExTokenHighlight, RunForAll, RunOnMe, StartVisit
Class Detail
RXBuild.Dom.BackTrackOrEscapeTempMatch(number)
- Parameters:
- {Number} number
- The index of the group to match
Field Detail
{Number}
number
The index of the group to match
Method Detail
{String}
GetDescription()
Returns a human readable description of this match
- Returns:
- {String} The description of this node in human readable format.
{String}
GetHtml()
Returns an HTML description of this match
- Returns:
- {String} An HTML description of this match