C# Class Gurpenator.Formula.BooleanLiteral

Inheritance: Leaf
Show file Open project: thejoshwolfe/Gurpenator

Public Properties

Property Type Description
value BooleanToken

Public Methods

Method Description
BooleanLiteral ( BooleanToken value ) : System
ToString ( ) : string
checkIsBoolean ( CheckingContext context ) : void
checkIsInt ( CheckingContext context ) : void
checkIsPercent ( CheckingContext context ) : void
evalBoolean ( EvaluationContext context ) : bool

Method Details

BooleanLiteral() public method

public BooleanLiteral ( BooleanToken value ) : System
value BooleanToken
return System

ToString() public method

public ToString ( ) : string
return string

checkIsBoolean() public method

public checkIsBoolean ( CheckingContext context ) : void
context CheckingContext
return void

checkIsInt() public method

public checkIsInt ( CheckingContext context ) : void
context CheckingContext
return void

checkIsPercent() public method

public checkIsPercent ( CheckingContext context ) : void
context CheckingContext
return void

evalBoolean() public method

public evalBoolean ( EvaluationContext context ) : bool
context EvaluationContext
return bool

Property Details

value public property

public BooleanToken,Gurpenator value
return BooleanToken