Class Index | File Index

Classes


Class Index

_global_


regex_parser

The regex_parser class is an auto-generated parser class built from the grammar regex_parser.par.

regex_parser.TokenInfo

The TokenInfo class holds information about a token from the input stream

RXBuild

The RXBuild namespace is the root namespace for all things RXBuild

RXBuild.Dom

The RXBuild.Dom namespace holds the classes that represent a parsed regular expression

RXBuild.Dom.AlternativeMatch

The AlternativeMatch class matches exactly one of its children

RXBuild.Dom.BackTrackOrEscapeTempMatch

The BackTrackOrEscapeTempMatch class matches previously referenced group

RXBuild.Dom.CharacterRangeMatch

The CharacterRangeMatch class matches a range of characters (eg: [a-z])

RXBuild.Dom.GroupMatch

The GroupMatch class matches a child match and stores the match

RXBuild.Dom.LiteralMatcher

The LiteralMatcher class matches the provided text literally

RXBuild.Dom.Node

Abstract base class for all matching nodes in the regexps DOM tree

RXBuild.Dom.NodeVisitor

The RXBuild.Dom.NodeVisitor is an abstrcact class that implements the hierarchical visitor pattern in a way suitable for building trees

RXBuild.Dom.PositionalMatch

The PositionalMatch class matches the specific positions (such as $, ^, \b and \B)

RXBuild.Dom.RepeatedMatch

Represents a repeated match in a regular expression, such as with the operators *, ?, + and {}

RXBuild.Engine

RXBuild.Engine Holds a facade for running regular expressions.

RXBuild.Engine.BrowserEngine

The RXBuild.Engine.BrowserEngine A facade for using the current default (browser) implementation of the regular expression

RXBuild.Engine.ResultListener

The RXBuild.Engine.ResultListener is an abstract interface that receives the result of a regular expression matcher.

RXBuild.RegExp

The RXBuild.RegExp class holds a regular expression as input by the user, and connects with the various operations

RXBuild.UI

The RXBuild.UI namespace is the root namespace for all things related to RXBuilds user interface

RXBuild.UI.DelayedRefresh

The RXBuild.UI.DelayedRefresh Holds a triggerable and cancelable delayed event object which adjusts its frequency.

RXBuild.UI.Diagram

The RXBuild.UI.Status controls an always-on-top div that shows a tasks status

RXBuild.UI.Diagram.Align

The RXBuild.UI.Diagram.Boxer draws the inner renderer with a box around it

RXBuild.UI.Diagram.Box

The RXBuild.UI.Diagram.Box draws the inner renderer with a box around it

RXBuild.UI.Diagram.DomRenderer

The RXBuild.UI.Diagram.DomRenderer renders a DOM element (by positioning it)

RXBuild.UI.Dialog

The RXBuild.UI.Dialog displays a YUI dialog with a text area or provided HTMLElement as main content, and configurable verbs

RXBuild.UI.HtmlExplanationTreeBuilder

The RXBuild.UI.HtmlExplanationTreeBuilder visits the DOM of the parsed regexp to build a corresponding YUI tree

RXBuild.UI.HtmlExplanationTreeViewer

The RXBuild.UI.HtmlResultTreeViewer displays the results of matching a regular expression inline with the text

RXBuild.UI.HtmlResultTreeViewer

The RXBuild.UI.HtmlResultTreeViewer displays the results of matching a regular expression inline with the text

RXBuild.UI.HtmlResultViewer

The RXBuild.UI.HtmlResultViewer displays the results of matching a regular expression inline with the text

RXBuild.UI.QuickRefViewer

The RXBuild.UI.QuickRefViewer displays a quick reference in a user-friendly format

RXBuild.UI.RegexViewer

The RegexViewer holds selectable, self-updating views of the regular expression

RXBuild.UI.RXEditor

The RXBuild.UI.RXEditor Is the main controller class for things related to editing a regular expression

RXBuild.UI.Status

The RXBuild.UI.Status controls an always-on-top div that shows a tasks status

RXBuild.UI.SyntaxDiagram.Alternates

The RXBuild.UI.Diagram.Alternates displays a connected stack of renderables

RXBuild.UI.SyntaxDiagram.RuleBox

The RXBuild.UI.Diagram.Box draws the inner renderer with a box around it

RXBuild.UI.SyntaxDiagram.Sequence

The RXBuild.UI.Diagram.Sequence displays a connected sequence of renderables

RXBuild.Utils

RXBuild.Utils is a namespace to group utility functions written for the RXBuild project.

RXBuild.Utils.RangeSet

The RangeSet holds a set of numeric ranges sparsely

String


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