C# Class Gurpenator.Formula.IntLiteral

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

Méthodes publiques

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

Méthodes publiques

Méthode 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 méthode

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

evalInt() public méthode

public evalInt ( EvaluationContext context ) : int
context EvaluationContext
Résultat int

Property Details

value public_oe property

public IntToken,Gurpenator value
Résultat IntToken