C# Class Gurpenator.Formula.IntLiteral

Inheritance: Leaf
Mostrar archivo Open project: thejoshwolfe/Gurpenator

Public Properties

Property Type Description
value IntToken

Public Methods

Method Description
IntLiteral ( IntToken value ) : System
ToString ( ) : string
checkIsBoolean ( CheckingContext context ) : void
checkIsInt ( CheckingContext context ) : void
checkIsPercent ( CheckingContext context ) : void
evalInt ( EvaluationContext context ) : int

Method Details

IntLiteral() public method

public IntLiteral ( IntToken value ) : System
value IntToken
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

evalInt() public method

public evalInt ( EvaluationContext context ) : int
context EvaluationContext
return int

Property Details

value public_oe property

public IntToken,Gurpenator value
return IntToken