C# Class Microsoft.Research.Willis.Parser

Show file Open project: klipto/Uncertainty Class Usage Examples

Public Methods

Method Description
IsExpression ( string input ) : bool
Parse ( ) : System.RegularExpression
Parser ( string input ) : System

Private Methods

Method Description
Atom ( ) : System.RegularExpression
Eat ( char item ) : void
Factor ( ) : System.RegularExpression
More ( ) : bool
Next ( ) : char
Parser ( ) : System
Peek ( ) : char
Regexp ( ) : System.RegularExpression
Term ( ) : System.RegularExpression

Method Details

IsExpression() public static method

public static IsExpression ( string input ) : bool
input string
return bool

Parse() public method

public Parse ( ) : System.RegularExpression
return System.RegularExpression

Parser() public method

public Parser ( string input ) : System
input string
return System