class NodeRegex

Node representing a regular expression. More...

 
LOGO
 Annotated List  Files  Globals  Hierarchy  Index  Top

Public Methods


Detailed Description

 NodeRegex (Node* arg, const string& reg, unsigned line)

NodeRegex

Caller must not delete / modify pointer.

Parameters:

argthe argument of the regular expression.
regthe regular expression used for matching.
lineline of configuration where node was created.
 ~NodeRegex ()

~NodeRegex

 DEFINE_VISITABLE ()

DEFINE_VISITABLE

Node&  arg ()

arg

[const]

Returns: the argument of the regular expression.

const string&  reg ()

reg

[const]

Returns: the regular expression.


Generated by: pavlin on possum.icir.org on Wed Apr 13 21:53:13 2005, using kdoc $.