C# Class fItemPlugin.ItemRules.Core.Parser

Exibir arquivo Open project: herbfunk/Funky Class Usage Examples

Public Methods

Method Description
Parse ( string input ) : ParseTree
Parse ( string input, ParseTree tree ) : ParseTree
Parser ( Scanner scanner )

Private Methods

Method Description
ParseAddExpr ( ParseNode parent ) : void
ParseAndExpr ( ParseNode parent ) : void
ParseAtom ( ParseNode parent ) : void
ParseCompExpr ( ParseNode parent ) : void
ParseExpr ( ParseNode parent ) : void
ParseMultExpr ( ParseNode parent ) : void
ParseOrExpr ( ParseNode parent ) : void
ParseSepExpr ( ParseNode parent ) : void
ParseStart ( ParseNode parent ) : void

Method Details

Parse() public method

public Parse ( string input ) : ParseTree
input string
return ParseTree

Parse() public method

public Parse ( string input, ParseTree tree ) : ParseTree
input string
tree ParseTree
return ParseTree

Parser() public method

public Parser ( Scanner scanner )
scanner Scanner