C# Class RegularExpressionDataGenerator.NodeBase

Inheritance: INode
显示文件 Open project: GoranSiska/rxrdg

Public Methods

Method Description
Accept ( IVisitor visitor ) : void

Protected Methods

Method Description
NodeBase ( IToken token ) : System.Collections.Generic

Method Details

Accept() public abstract method

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

NodeBase() protected method

protected NodeBase ( IToken token ) : System.Collections.Generic
token IToken
return System.Collections.Generic