C# Class Gurpenator.BooleanToken

Inheritance: Token
Mostra file Open project: thejoshwolfe/Gurpenator Class Usage Examples

Public Properties

Property Type Description
value bool

Public Methods

Method Description
BooleanToken ( ParsedThing parseThing, bool value ) : System
ToString ( ) : string
toFormula ( ) : Formula

Method Details

BooleanToken() public method

public BooleanToken ( ParsedThing parseThing, bool value ) : System
parseThing ParsedThing
value bool
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 bool value
return bool