C# Class Gurpenator.Formula.PercentLiteral

Inheritance: Leaf
Afficher le fichier Open project: thejoshwolfe/Gurpenator

Méthodes publiques

Свойство Type Description
value PercentToken

Méthodes publiques

Méthode Description
PercentLiteral ( PercentToken value ) : System
ToString ( ) : string
checkIsBoolean ( CheckingContext context ) : void
checkIsInt ( CheckingContext context ) : void
checkIsPercent ( CheckingContext context ) : void
evalPercent ( EvaluationContext context ) : decimal

Method Details

PercentLiteral() public méthode

public PercentLiteral ( PercentToken value ) : System
value PercentToken
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

checkIsBoolean() public méthode

public checkIsBoolean ( CheckingContext context ) : void
context CheckingContext
Résultat void

checkIsInt() public méthode

public checkIsInt ( CheckingContext context ) : void
context CheckingContext
Résultat void

checkIsPercent() public méthode

public checkIsPercent ( CheckingContext context ) : void
context CheckingContext
Résultat void

evalPercent() public méthode

public evalPercent ( EvaluationContext context ) : decimal
context EvaluationContext
Résultat decimal

Property Details

value public_oe property

public PercentToken,Gurpenator value
Résultat PercentToken