C# Class Gurpenator.IntToken

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

Méthodes publiques

Свойство Type Description
value int

Méthodes publiques

Méthode Description
IntToken ( ParsedThing parseThing, int value ) : System
ToString ( ) : string
toFormula ( ) : Formula

Method Details

IntToken() public méthode

public IntToken ( ParsedThing parseThing, int value ) : System
parseThing ParsedThing
value int
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

value public_oe property

public int value
Résultat int