C# Class RegularExpressionDataGenerator.ParenthesisNode

Inheritance: NodeBase
Datei anzeigen Open project: GoranSiska/rxrdg Class Usage Examples

Public Methods

Method Description
Accept ( IVisitor visitor ) : void
ParenthesisNode ( ParenthesisRightToken token ) : System.Collections.Generic

Method Details

Accept() public method

public Accept ( IVisitor visitor ) : void
visitor IVisitor
return void

ParenthesisNode() public method

public ParenthesisNode ( ParenthesisRightToken token ) : System.Collections.Generic
token ParenthesisRightToken
return System.Collections.Generic