C# Class Gurpenator.IntToken

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

Public Properties

Property Type Description
value int

Public Methods

Method Description
IntToken ( ParsedThing parseThing, int value ) : System
ToString ( ) : string
toFormula ( ) : Formula

Method Details

IntToken() public method

public IntToken ( ParsedThing parseThing, int value ) : System
parseThing ParsedThing
value int
return System

ToString() public method

public ToString ( ) : string
return string

toFormula() public method

public toFormula ( ) : Formula
return Formula

Property Details

value public_oe property

public int value
return int