Class Index | File Index

Classes


Class RXBuild.Dom.LiteralMatcher


Extends RXBuild.Dom.Node.
The LiteralMatcher class matches the provided text literally
Defined in: regex_dom_terminals.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Field Summary
Field Attributes Field Name and Description
 
The text to look for in the input stream
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.LiteralMatcher(textToMatch)
Parameters:
{String} textToMatch
The text to look for in the input stream
Field Detail
{String} texttomatch
The text to look for in the input stream
Method Detail
buildGrammarDiagramBox(container)

Defined in: regex_syntax_diagram.js.
Parameters:
container

{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)