C# Class RegularExpressionDataGenerator.NotNode

Inheritance: NodeBase
显示文件 Open project: GoranSiska/rxrdg Class Usage Examples

Public Methods

Method Description
Accept ( IVisitor visitor ) : void
NotNode ( NotToken token ) : System.Collections.Generic

Method Details

Accept() public method

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

NotNode() public method

public NotNode ( NotToken token ) : System.Collections.Generic
token NotToken
return System.Collections.Generic