C# Class SDF.ExpressionRegistry.TokenExpression

Show file Open project: bcr/sdf

Public Methods

Method Description
CreateExpression ( SDFState state, string name, Hashtable arguments ) : object
Evaluate ( SDFState state, string name, Hashtable arguments ) : void
PostCreateExpression ( SDFState state, string name, Hashtable arguments, ParsedExpressionList children ) : void
Register ( ExpressionRegistry registry ) : void
TokenExpression ( ) : System

Private Methods

Method Description
EvaluateChildExpressions ( SDFState state ) : void

Method Details

CreateExpression() public static method

public static CreateExpression ( SDFState state, string name, Hashtable arguments ) : object
state SDFState
name string
arguments System.Collections.Hashtable
return object

Evaluate() public method

public Evaluate ( SDFState state, string name, Hashtable arguments ) : void
state SDFState
name string
arguments System.Collections.Hashtable
return void

PostCreateExpression() public method

public PostCreateExpression ( SDFState state, string name, Hashtable arguments, ParsedExpressionList children ) : void
state SDFState
name string
arguments System.Collections.Hashtable
children ParsedExpressionList
return void

Register() public static method

public static Register ( ExpressionRegistry registry ) : void
registry ExpressionRegistry
return void

TokenExpression() public method

public TokenExpression ( ) : System
return System