C# Class Cottle.Parsers.Default.Lexem

ファイルを表示 Open project: r3c/cottle Class Usage Examples

Public Properties

Property Type Description
Content string
Type LexemType

Public Methods

Method Description
Lexem ( LexemType type, string content ) : System

Method Details

Lexem() public method

public Lexem ( LexemType type, string content ) : System
type LexemType
content string
return System

Property Details

Content public_oe property

public string Content
return string

Type public_oe property

public LexemType Type
return LexemType