C# Class TreeTemplateNode, GrammarEngine

显示文件 Open project: Koziev/GrammarEngine Class Usage Examples

Public Methods

Method Description
Match ( SNode, node ) : bool
Parse ( StringParser, rdr ) : void
TreeTemplateNode ( ) : System

Method Details

Match() public method

public Match ( SNode, node ) : bool
node SNode,
return bool

Parse() public method

public Parse ( StringParser, rdr ) : void
rdr StringParser,
return void

TreeTemplateNode() public method

public TreeTemplateNode ( ) : System
return System