C# Class ComponentFactory.Quicksilver.Binding.EvalNodeLiteral

EvalNode that represents a literal.
Inheritance: EvalNode
Afficher le fichier Open project: ComponentFactory/Quicksilver

Méthodes publiques

Méthode Description
EvalNodeLiteral ( TypeCode type, object value, System.Language language ) : System

Initialize a new instance of the EvalNodeLiteral class.

Evaluate ( object thisObject ) : EvalResult

Evalaute this node and return result.

ToString ( ) : string

Human readable version of the expression.

Method Details

EvalNodeLiteral() public méthode

Initialize a new instance of the EvalNodeLiteral class.
public EvalNodeLiteral ( TypeCode type, object value, System.Language language ) : System
type TypeCode Type of the literal contained.
value object Actual literal value.
language System.Language Language used for evaluation.
Résultat System

Evaluate() public méthode

Evalaute this node and return result.
public Evaluate ( object thisObject ) : EvalResult
thisObject object Reference to object that is exposed as 'this'.
Résultat EvalResult

ToString() public méthode

Human readable version of the expression.
public ToString ( ) : string
Résultat string