C# Class Parsley.Empty

Inheritance: TokenKind
显示文件 Open project: plioi/parsley

Public Methods

Method Description
Empty ( string name ) : System

Protected Methods

Method Description
Match ( Text text ) : MatchResult

Method Details

Empty() public method

public Empty ( string name ) : System
name string
return System

Match() protected method

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