C# Class Gurpenator.Token

Show file Open project: thejoshwolfe/Gurpenator Class Usage Examples

Public Properties

Property Type Description
parseThing ParsedThing

Public Methods

Method Description
Token ( ParsedThing parseThing ) : System
toFormula ( ) : Formula

Method Details

Token() public method

public Token ( ParsedThing parseThing ) : System
parseThing ParsedThing
return System

toFormula() public method

public toFormula ( ) : Formula
return Formula

Property Details

parseThing public property

public ParsedThing,Gurpenator parseThing
return ParsedThing