C# Class Gurpenator.IdentifierToken

Inheritance: Token
ファイルを表示 Open project: thejoshwolfe/Gurpenator Class Usage Examples

Public Properties

Property Type Description
text string

Public Methods

Method Description
IdentifierToken ( ParsedThing parseThing, string text ) : System
ToString ( ) : string
toFormula ( ) : Formula

Method Details

IdentifierToken() public method

public IdentifierToken ( ParsedThing parseThing, string text ) : System
parseThing ParsedThing
text string
return System

ToString() public method

public ToString ( ) : string
return string

toFormula() public method

public toFormula ( ) : Formula
return Formula

Property Details

text public_oe property

public string text
return string