C# Class Gurpenator.IdentifierToken

Inheritance: Token
Afficher le fichier Open project: thejoshwolfe/Gurpenator Class Usage Examples

Méthodes publiques

Свойство Type Description
text string

Méthodes publiques

Méthode Description
IdentifierToken ( ParsedThing parseThing, string text ) : System
ToString ( ) : string
toFormula ( ) : Formula

Method Details

IdentifierToken() public méthode

public IdentifierToken ( ParsedThing parseThing, string text ) : System
parseThing ParsedThing
text string
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

toFormula() public méthode

public toFormula ( ) : Formula
Résultat Formula

Property Details

text public_oe property

public string text
Résultat string