Class Index | File Index

Classes


Class RXBuild.Dom.BackTrackOrEscapeTempMatch


Extends RXBuild.Dom.Node.
The BackTrackOrEscapeTempMatch class matches previously referenced group
Defined in: regex_dom_terminals.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Field Summary
Field Attributes Field Name and Description
 
The index of the group to match
Fields borrowed from class RXBuild.Dom.Node:
id, next, tokens
Method Summary
Method Attributes Method Name and Description
 
Returns a human readable description of this match
 
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

Documentation generated by JsDoc Toolkit 2.0.2 on Mon May 02 2016 20:27:56 GMT+0200 (CEST)