C# Class fItemPlugin.ItemRules.Core.Parser

Afficher le fichier Open project: herbfunk/Funky Class Usage Examples

Méthodes publiques

Méthode Description
Parse ( string input ) : ParseTree
Parse ( string input, ParseTree tree ) : ParseTree
Parser ( Scanner scanner )

Private Methods

Méthode 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 méthode

public Parse ( string input ) : ParseTree
input string
Résultat ParseTree

Parse() public méthode

public Parse ( string input, ParseTree tree ) : ParseTree
input string
tree ParseTree
Résultat ParseTree

Parser() public méthode

public Parser ( Scanner scanner )
scanner Scanner