C# Class SDF.ExpressionRegistry.Expression

Mostrar archivo 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

Method Details

CreateExpression() public method

public 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