C# Class Parsley.Operator

Inheritance: TokenKind
Show file Open project: plioi/parsley Class Usage Examples

Public Methods

Method Description
Operator ( string symbol ) : System

Protected Methods

Method Description
Match ( Text text ) : MatchResult

Method Details

Match() protected method

protected Match ( Text text ) : MatchResult
text Text
return MatchResult

Operator() public method

public Operator ( string symbol ) : System
symbol string
return System